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
Copy file name to clipboardExpand all lines: articles/ai-foundry/foundry-models/concepts/models.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,25 +36,26 @@ Models sold directly by Azure include all Azure OpenAI models and specific, sele
36
36
37
37
### Azure OpenAI
38
38
39
-
Azure OpenAI in Azure AI Foundry Models offers a diverse set of models with different capabilities and price points. Learn more details at [Azure OpenAI Model availability](../../../ai-services/openai/concepts/models.md). These models include:
39
+
Azure OpenAI in Azure AI Foundry Models offers a diverse set of models with different capabilities and price points. Learn more details at [Azure OpenAI Model availability](../../openai/concepts/models.md). These models include:
40
40
41
41
- State-of-the-art models designed to tackle reasoning and problem-solving tasks with increased focus and capability
42
42
- Models that can understand and generate natural language and code
43
43
- Models that can transcribe and translate speech to text
44
44
45
45
| Models | Description |
46
46
|--|--|
47
-
|[GPT-4.1 series](../../../ai-services/openai/concepts/models.md#gpt-41-series)| Latest model release from Azure OpenAI |
48
-
|[model-router](../../../ai-services/openai/concepts/models.md#model-router)| A model that intelligently selects from a set of underlying chat models to respond to a given prompt. |
49
-
|[computer-use-preview](../../../ai-services/openai/concepts/models.md#computer-use-preview)| An experimental model trained for use with the Responses API computer use tool. |
50
-
|[GPT-4.5 Preview](../../../ai-services/openai/concepts/models.md#gpt-45-preview)|The latest GPT model that excels at diverse text and image tasks. |
51
-
|[o-series models](../../../ai-services/openai/concepts/models.md#o-series-models)|[Reasoning models](../../../ai-services/openai/how-to/reasoning.md) with advanced problem-solving and increased focus and capability. |
52
-
|[GPT-4o & GPT-4o mini & GPT-4 Turbo](../../../ai-services/openai/concepts/models.md#gpt-4o-and-gpt-4-turbo)| The latest most capable Azure OpenAI models with multimodal versions, which can accept both text and images as input. |
53
-
|[GPT-4](../../../ai-services/openai/concepts/models.md#gpt-4)| A set of models that improve on GPT-3.5 and can understand and generate natural language and code. |
54
-
|[GPT-3.5](../../../ai-services/openai/concepts/models.md#gpt-35)| A set of models that improve on GPT-3 and can understand and generate natural language and code. |
55
-
|[Embeddings](../../../ai-services/openai/concepts/models.md#embeddings-models)| A set of models that can convert text into numerical vector form to facilitate text similarity. |
56
-
|[Image generation](../../../ai-services/openai/concepts/models.md#image-generation-models)| A series of models that can generate original images from natural language. |
57
-
|[Audio](../../../ai-services/openai/concepts/models.md#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. |
|[codex-mini](../../openai/concepts/models.md#o-series-models)| Fine-tuned version of o4-mini. |
49
+
|[GPT-4.1 series](../../openai/concepts/models.md#gpt-41-series)| The latest model release from Azure OpenAI. |
50
+
|[model-router](../../openai/concepts/models.md#model-router)| A model that intelligently selects from a set of underlying chat models to respond to a given prompt. |
51
+
|[computer-use-preview](../../openai/concepts/models.md#computer-use-preview)| An experimental model trained for use with the Responses API computer use tool. |
52
+
|[o-series models](../../openai/concepts/models.md#o-series-models)|[Reasoning models](../../openai/how-to/reasoning.md) with advanced problem solving and increased focus and capability. |
53
+
|[GPT-4o, GPT-4o mini, and GPT-4 Turbo](../../openai/concepts/models.md#gpt-4o-and-gpt-4-turbo)| The latest, most capable Azure OpenAI models with multimodal versions, which can accept both text and images as input. |
54
+
|[GPT-4](../../openai/concepts/models.md#gpt-4)| A set of models that improve on GPT-3.5 and can understand and generate natural language and code. |
55
+
|[GPT-3.5](../../openai/concepts/models.md#gpt-35)| A set of models that improve on GPT-3 and can understand and generate natural language and code. |
56
+
|[Embeddings](../../openai/concepts/models.md#embeddings)| A set of models that can convert text into numerical vector form to facilitate text similarity. |
57
+
|[Image generation](../../openai/concepts/models.md#image-generation-models)| A series of models that can generate original images from natural language. |
58
+
|[Audio](../../openai/concepts/models.md#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. |
58
59
59
60
See [this model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=aoai).
0 commit comments