Replies: 1 comment 1 reply
-
Hi did this get resolved there was a issue see https://learn.microsoft.com/en-ca/answers/questions/2285990/error-in-transcribing-audio-file-with-gpt-4o-trans |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug: Deployed gpt-4o-transcribe models via Azure AI Foundry started returning error 500.
Tested across two different Azure accounts. Broke our production system all day today.
Fails in official @openai/openai npm package both in latest version 4.x.x and 5.x.x. The issue is with Azure AI Foundry's openai model deployment and not the javascript library.
Model endpoint returns error code 500 when including "model" as part of the request. Calling the API without this, makes it work. The three different model endpoints pointing to gpt-4o-transcribe all started failing today. First endpoint failed 2025-06-20 at around 9am CET.
Calling the endpoint manually without the model parameter returns a transcription response.
Beta Was this translation helpful? Give feedback.
All reactions