curious_guy
09/23/2025, 9:24 AMVapi Support Bot
09/23/2025, 9:25 AMcurious_guy
09/23/2025, 11:22 AMVapi Support Bot
09/23/2025, 11:23 AMcurious_guy
09/23/2025, 1:11 PMVapi Support Bot
09/23/2025, 1:12 PM"alloy" or "marin", in your configuration to check if the issue is specific to the "cedar" voice.
json
"voice": {
"provider": "openai",
"voiceId": "alloy"
}
If the assistant responds with a different voice, this helps confirm if the problem is related to the Cedar voice integration. You can then report this finding to Vapi support for further investigation ([Vapi documentation](https://docs.vapi.ai/openai-realtime#verify-voice-compatibility)).
Source:
- [OpenAI Realtime documentation](https://docs.vapi.ai/openai-realtime#verify-voice-compatibility)curious_guy
09/23/2025, 1:13 PMVapi Support Bot
09/23/2025, 1:14 PM"alloy", to check if the issue is specific to the "cedar" voice.
Use the following snippet in your assistant settings:
json
"voice": {
"provider": "openai",
"voiceId": "alloy"
}
If the assistant responds with this change, it confirms a Cedar voice issue—please report this to Vapi support for further investigation.
[See documentation for details](https://docs.vapi.ai/openai-realtime#verify-voice-compatibility).
Source:
- [OpenAI Realtime documentation](https://docs.vapi.ai/openai-realtime#verify-voice-compatibility)curious_guy
09/23/2025, 1:15 PMcurious_guy
09/23/2025, 1:15 PMcurious_guy
09/23/2025, 1:41 PMVapi Support Bot
09/23/2025, 1:42 PMpipeline-error-openai-429-exceeded-quota
[See Vapi error documentation for details.](https://docs.vapi.ai/calls/call-ended-reason)
Source:
- [Call ended reasons (Vapi documentation)](https://docs.vapi.ai/calls/call-ended-reason)Chiranjeet Mishra
09/24/2025, 10:59 PM