Skip to content

Commit db5d008

Browse files
committed
update
1 parent e00a9aa commit db5d008

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/ai-foundry/openai/concepts/models.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
2222

2323
| Models | Description |
2424
|--|--|
25+
| [gpt-oss](#gpt-oss) | **NEW** open-weight reasoning models |
2526
| [`codex-mini`](#o-series-models) | Fine-tuned version of o4-mini. |
2627
| [`GPT-4.1 series`](#gpt-41-series) | The latest model release from Azure OpenAI. |
2728
| [`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,17 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
3435
| [`Image generation`](#image-generation-models) | A series of models that can generate original images from natural language. |
3536
| [`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. |
3637

38+
## gpt-oss
39+
40+
### Capabilities
41+
42+
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
43+
| --- | :--- |:--- |:---|:---: |
44+
| `gpt-oss-120b` (Preview) | - Text in/text out only <br> - Responses API <br> - Streaming <br> - Function calling <br> Structured outputs <br> Reasoning model <br> Available for direct deployment<sup>1</sup> and via [managed compute](../../how-to/deploy-models-managed.md) | 131,072 | 131,072 | May 31, 2024 |
45+
| `gpt-oss-20b` (Preview) | - Text in/text out only <br> - Responses API <br> - Streaming <br> - Function calling <br> Structured outputs <br> Reasoning model <br> Available via [managed compute only](../../how-to/deploy-models-managed.md) | 131,072 | 131,072 | May 31, 2024 |
46+
47+
<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).
48+
3749
## GPT-4.1 series
3850

3951
### Region availability

0 commit comments

Comments
 (0)