Azure OpenAI gpt-audio model general availability

Akundy, Vyas 120 Reputation points
2025-10-17T16:26:22.32+00:00

Hi Team,

In our azure openai resource I see there is a model called "gpt-audio (version:2025-08-28)" that I have deployed and tested it out through the Chat playground. When I click "View Code" at the top left in the chat playground the code snippet shows me that the api_version is 2025-01-01-preview . Does this mean that this gpt-audio model is still in preview?

I can see in the documentation in the page here https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-models/concepts/models-sold-directly-by-azure?pivots=azure-openai&tabs=global-standard-aoai%2Cstandard-audio%2Cglobal-standard#gpt-4o-audio-models there is no indication on this model being preview so wanted to confirm as I might be little confused with API version saying "preview" but the model name does not indicate anything.

Second question is that I don't fine any documentation around how to use this specific model as most documentation seems to be pointing towards using the gpt-realtime model. But nothing was found around the gpt-audio model usage so wanted some clarity on that.

Azure OpenAI in Foundry Models
0 comments No comments

Answer accepted by question author
Sina Salam 31,376 Reputation points Volunteer Moderator
2025-10-17T17:52:59.7366667+00:00

Hello Akundy, Vyas,

Welcome to the Microsoft Q&A and thank you for posting your questions here.

I understand that you would like to know Azure OpenAI gpt-audio model general availability.

Your model is GA. The “preview” in api-version does not mean the model is preview. It only reflects the API surface you’re calling. For real-time voice, use gpt-realtime; for batch or async audio tasks, stick with gpt-audio via /chat/completions.

Regarding your questions:

Does api_version=2025-01-01-preview mean the gpt-audio model is still in preview?

No. The model lifecycle (GA vs preview) is separate from the API version name.

Why does the documentation page you linked not show a preview label?

That page Models sold directly by Azure - https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-models/concepts/models-sold-directly-by-azure lists GA models without preview tags. This matches the Model Catalog, which shows gpt-audio as GA. The confusion arises because:

  • Older audio models (e.g., gpt-4o-audio-preview) were explicitly labeled preview.
  • The API version still uses -preview for audio completions features, even though the model is GA.

Why is there no dedicated documentation for gpt-audio like for gpt-realtime?

So, if you would like to look for gpt-audio usage use the below links:

I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.


Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anshika Varshney 15,535 Reputation points Microsoft External Staff Moderator
    2025-10-17T18:41:15.38+00:00

    Hello

    It looks like you’re exploring the new Azure OpenAI gpt-audio model, and I can understand the confusion around its availability and documentation.

    API Version & Availability: The API version 2025-01-01-preview indicates that while the gpt-audio model may be generally available (GA) in certain contexts, some features or endpoints may still be under preview. This is quite common during gradual rollouts, models are marked GA first , and supporting APIs/documentation catch up shortly after.

    I recommend keeping an eye on the Azure OpenAI release notes and API version history for the most up-to-date GA status.

    Documentation & Usage: The current documentation often points to gpt-realtime for examples. The gpt-audio model is newer, and Microsoft is progressively expanding its documentation.

    In the meantime, you can explore this useful resource for guidance:

    These cover the current supported features and SDK guidance for audio-related capabilities.

    To help you better, could you share:

    • Are you running into any specific implementation issues with gpt-audio?
    • Have you checked whether your region supports this model yet?
    • Would you like me to share a sample code snippet or use case example (e.g., transcription, audio generation, or real-time interaction)?

    Hope this clears things up!

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.