Azure endpoint urls are malformed #458
Answered
by
StephenHodgson
douglasware
asked this question in
Q&A
-
Bug ReportOverviewThe endpoint created for the Azure responses API endpoint is incorrect To ReproduceSteps to reproduce the behavior: Try to use responses with Azure Expected behaviorIt should connect to the service with the correct Url
Additional contextAs you can see, it is malformed and |
Beta Was this translation helpful? Give feedback.
Answered by
StephenHodgson
Jun 19, 2025
Replies: 1 comment 5 replies
-
@douglasware what deployment id are you using? it should be the same as the model you choose. var auth = new OpenAIAuthentication("sk-apiKey");
var settings = new OpenAISettings(
resourceName: "ai-abc123",
deploymentId: "gpt-4o-mini-realtime-preview",
apiVersion: "2025-04-01-preview");
using var api = new OpenAIClient(auth, settings); |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@douglasware fixed in 8.7.1