You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`codex-mini`](#o-series-models)| Fine-tuned version of o4-mini. |
26
27
|[`GPT-4.1 series`](#gpt-41-series)| The latest model release from Azure OpenAI. |
27
28
|[`model-router`](#model-router)| A model that intelligently selects from a set of underlying chat models to respond to a given prompt. |
@@ -34,6 +35,38 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
34
35
|[`Image generation`](#image-generation-models)| A series of models that can generate original images from natural language. |
35
36
|[`Audio`](#audio-models)| A series of models for speech to text, translation, and text to speech. GPT-4o audio models support either low latency *speech in, speech out* conversational interactions or audio generation. |
36
37
38
+
## gpt-oss
39
+
40
+
### Region availability
41
+
42
+
| Model | Region |
43
+
|---|---|
44
+
|`gpt-oss-120b`| All Azure OpenAI regions |
45
+
46
+
### Capabilities
47
+
48
+
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
49
+
| --- | :--- |:--- |:---|:---: |
50
+
|`gpt-oss-120b` (Preview) | - Text in/text out only <br> - Chat Completions API <br> - Streaming <br> - Function calling <br> - Structured outputs <br> - Reasoning <br> - Available for deployment<sup>1</sup> and via [managed compute](../../how-to/deploy-models-managed.md)| 131,072 | 131,072 | May 31, 2024 |
51
+
|`gpt-oss-20b` (Preview) | - Text in/text out only <br> - Chat Completions API <br> - Streaming <br> - Function calling <br> - Structured outputs <br> - Reasoning <br> - Available via [managed compute only](../../how-to/deploy-models-managed.md)| 131,072 | 131,072 | May 31, 2024 |
52
+
53
+
<sup>1</sup> Unlike other Azure OpenAI models `gpt-oss-120b` requires an [Azure AI Foundry project](/azure/ai-foundry/quickstarts/get-started-code?tabs=azure-ai-foundry&pivots=fdp-project) to deploy the model.
0 commit comments