adding Azure Speech as a Transcriber Provider
# support
i
Hey Vapi team, I’m having trouble adding Azure Speech as a Transcriber Provider. I’m trying to connect my Azure Custom Speech (ASR) model using the dashboard at Settings → External Provider Keys → Transcriber Providers. Here’s what I’m entering: Region: eastus API Key: (my valid Azure Speech subscription key) But when I click Save, I consistently get this error message: Error in Saving Credentials property id should not exist property orgId should not exist property createdAt should not exist property updatedAt should not exist I’ve tested it in Chrome, Safari, and Incognito mode – always the same result. Can you please help clarify how I’m supposed to correctly add a custom Azure Speech transcriber (using a trained model with a cid)? Or is this a known UI bug? Thanks in advance! 🙏 What is de right way to connect this?
v
The error "property id should not exist" means your request payload to Vapi includes properties that shouldn't be there. To resolve this, make sure to remove the following properties from your payload before saving credentials: -
id
-
orgId
-
createdAt
-
updatedAt
Example (only include required fields):
Copy code
json
{
  "region": "eastus",
  "apiKey": "YOUR_AZURE_SPEECH_KEY"
}
This should allow you to save the provider without the error. [Source](https://discord.com/channels/1211482211119796234/1328923059905630238) Source: - [Discord Vapi API Error Reference](https://discord.com/channels/1211482211119796234/1328923059905630238)
a
Hey, Could you please schedule a brief call at your convenience so we can discuss this matter in detail? Kindly use the following link to book a suitable time: .
i
I see there is no place left in may. I am working on a big client who wants me to build a vapi system for a call center that now works with 50people. Next week I have to be there with a good demo, can you please tell me how to connect my vapi agent to the speech studio where I have a trained model for accents in Dutch etc… so how do you guys connect the trained model to vapi? I tried with make.com but now I have the error “Error: 404 Not Found {"message":"Cannot POST /transcriber-providers","error":"Not Found","statusCode":404}” Please guid me for a moment to solve this
a
Hey, can you send me a screen recording video that walks through the issue you are facing? It would be easier for me to understand your issue and help you out with it.
j
@ivic aesaert have you tried Deepgram nova-2 nl as Dutch transcriber ? And 11labs as voice provider ?