Forum Discussion
dhruvsinha06
Jul 31, 2024Copper Contributor
Azure Openai Whipser REST endpoints
I wanted to use Whisper deployed through Azure OpenAI but I am having trouble finding the right resources for it. I am trying to integrate a translator using Whisper in a flutter app that will take ...
hazem
Jun 03, 2025Brass Contributor
You can use translations directly.
According to the official Azure OpenAI documentation, Whisper’s translation endpoint is exactly the same as the transcription endpoint except you just replace /audio/transcriptions with /audio/translations