Skip to content

Commit f2d0af4

Browse files
authored
Update endpoints.md
1 parent b74668b commit f2d0af4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ To learn more about how to create deployments see [Add and configure model deplo
3838

3939
## Azure AI inference endpoint
4040

41-
The Azure AI inference endpoint allows customers to use a single endpoint with the same authentication and schema to generate inference for the deployed models in the resource. This endpoint follows the [Azure AI model inference API](../../../ai-studio/reference/reference-model-inference-api.md) which all the models in Azure AI model inference support.
41+
The Azure AI inference endpoint allows customers to use a single endpoint with the same authentication and schema to generate inference for the deployed models in the resource. This endpoint follows the [Azure AI model inference API](../../../ai-studio/reference/reference-model-inference-api.md) which all the models in Azure AI model inference support. It support the following modalidities:
42+
43+
* Text embeddings
44+
* Image embeddings
45+
* Chat completions
4246

4347
You can see the endpoint URL and credentials in the **Overview** section:
4448

@@ -84,4 +88,4 @@ The Azure OpenAI endpoint is supported by the **OpenAI SDK (`AzureOpenAI` class)
8488
## Next steps
8589

8690
- [Models](models.md)
87-
- [Deployment types](deployment-types.md)
91+
- [Deployment types](deployment-types.md)

0 commit comments

Comments
 (0)