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/model-inference/concepts/models.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ Explore the following model families available:
35
35
-[Mistral AI](#mistral-ai)
36
36
-[NTT Data](#ntt-data)
37
37
38
+
Model availability varies by model provider, deployment SKU, and cloud. All models available in Azure AI Model Inference support the [Global standard](deployment-types.md#global-standard) deployment type which uses global capacity to guarantee throughput. [Azure OpenAI models](#azure-openai) also support regional deployments and [sovereign clouds](/entra/identity-platform/authentication-national-cloud)—Azure Government, Azure Germany, and Azure China 21Vianet.
39
+
38
40
> [!TIP]
39
41
> The Azure AI model catalog offers a larger selection of models, from a bigger range of providers. However, those models might require you to host them on your infrastructure, including the creation of an AI hub and project. Azure AI model service provides a way to consume the models as APIs without hosting them on your infrastructure, with a pay-as-you-go billing. Learn more about the [Azure AI model catalog](../../../ai-studio/how-to/model-catalog-overview.md).
40
42
@@ -52,7 +54,7 @@ See [this model collection in Azure AI Foundry portal](https://ai.azure.com/expl
52
54
53
55
### Azure OpenAI
54
56
55
-
Azure OpenAI Service offers a diverse set of models with different capabilities and price points. These models include:
57
+
Azure OpenAI Service 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:
56
58
57
59
- State-of-the-art models designed to tackle reasoning and problem-solving tasks with increased focus and capability
58
60
- Models that can understand and generate natural language and code
@@ -180,12 +182,6 @@ See [this model collection in Azure AI Foundry portal](https://ai.azure.com/expl
180
182
| ------ | ---- | --- | ------------ |
181
183
|[Tsuzumi-7b](https://ai.azure.com/explore/models/Tsuzumi-7b/version/1/registry/azureml-nttdata)| chat-completion | Global standard | - **Input:** text (8,192 tokens) <br /> - **Output:** text (8,192 tokens) <br /> - **Languages:**`en` and `jp` <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
182
184
183
-
## Model availability
184
-
185
-
Model availability varies by model provider, deployment SKU, and cloud. All models available in Azure AI Model Inference support the [Global standard](deployment-types.md#global-standard) deployment type which uses global capacity to guarantee throughput. [Azure OpenAI models](#azure-openai) also support regional deployments and [sovereign clouds](/entra/identity-platform/authentication-national-cloud)—Azure Government, Azure Germany, and Azure China 21Vianet.
186
-
187
-
Learn more about specific deployment capabilities for Azure OpenAI at [Azure OpenAI Model availability](../../../ai-services/openai/concepts/models.md).
188
-
189
185
## Next steps
190
186
191
187
- Get started today and [deploy your fist model in Azure AI services](../how-to/create-model-deployments.md)
0 commit comments