Skip to content

Commit e6602ac

Browse files
authored
Update reference-model-inference-api.md
1 parent 393644f commit e6602ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/reference/reference-model-inference-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The API indicates how developers can consume predictions for the following modal
8787
You can use streamlined inference clients in the language of your choice to consume predictions from models running the Azure AI model inference API.
8888

8989
> [!IMPORTANT]
90-
> When working with the Azure AI model inference endpoint (preview), the base URL to connect to is of the form `https://<resource-name>.services.ai.azure.com/models`. Use this URL with the parameter `endpoint`. If using REST APIs, such is the base URL you have to append to the modality you want to consume. Read about [how to use the Azure AI model inference endpoint](../../ai-foundry/model-inference/how-to/endpoint.md).
90+
> When working with the Azure AI model inference endpoint (preview), the base URL to connect to is of the form `https://<resource-name>.services.ai.azure.com/models`. Use this URL with the parameter `endpoint`. If using REST APIs, such is the base URL you have to append to the modality you want to consume. Read about [how to use the Azure AI model inference endpoint](../../ai-foundry/model-inference/how-to/inference.md).
9191
9292
# [Python](#tab/python)
9393

0 commit comments

Comments
 (0)