I wanted to integrate models that I have access to on Azure API.
I basically have my base url,API key, API version and list of models (e.g. “gpt-4o”). It works fine for sending API requests and getting the responses from them.
The integration on CrowdIn side also needs the “Resource Name”, which is supposed to be the first name in the base URL. For example, if my base URL “XYZ. openai. azure. com” then the resource name is supposed to be “XYZ”.
When I enter these values in the AI integration part I get a “deployment name not found” kind of error.
Hi @sherzodhakimov , it looks like the ‘Deployment Name Not Found’ error is occurring because Azure requires the specific Deployment Name you created in the Azure AI Studio, which can sometimes be different from the Model Name (like gpt-4o).
Can you double-check these two things?
In your Azure Portal, go to ‘Deployments’ and confirm the exact string under the Deployment Name column. Use that value in the CrowdIn model list.
Ensure your Resource Name does not include any extra dots or the ‘https://’ prefix—it should just be the unique string at the start of your URL