Skip to content

Commit 1c4fc94

Browse files
authored
Update models.md
1 parent 0d89a68 commit 1c4fc94

File tree

1 file changed

+3
-7
lines changed
  • articles/ai-foundry/model-inference/concepts

1 file changed

+3
-7
lines changed

articles/ai-foundry/model-inference/concepts/models.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Explore the following model families available:
3535
- [Mistral AI](#mistral-ai)
3636
- [NTT Data](#ntt-data)
3737

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+
3840
> [!TIP]
3941
> 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).
4042
@@ -52,7 +54,7 @@ See [this model collection in Azure AI Foundry portal](https://ai.azure.com/expl
5254

5355
### Azure OpenAI
5456

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:
5658

5759
- State-of-the-art models designed to tackle reasoning and problem-solving tasks with increased focus and capability
5860
- 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
180182
| ------ | ---- | --- | ------------ |
181183
| [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 |
182184

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-
189185
## Next steps
190186

191187
- Get started today and [deploy your fist model in Azure AI services](../how-to/create-model-deployments.md)

0 commit comments

Comments
 (0)