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/supported-languages.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,13 @@ Models deployed in Azure AI Model Inference can be used with different SDKs and
17
17
18
18
## All models
19
19
20
-
All models deployed to Azure AI model inference support the [Azure AI model inference API](https://aka.ms/aistudio/modelinference) and its associated family of SDKs.
20
+
All models deployed to Azure AI model inference support the [Azure AI model inference API](https://aka.ms/azureai/modelinference) and its associated family of SDKs.
21
21
22
22
To use these SDKs, connect them to the [Azure AI model inference URI](concepts/endpoints.md#azure-ai-inference-endpoint) (usually in the form `https://<resource-name>.services.ai.azure.com/models`).
23
23
24
-
### Azure AI inference SDK
24
+
### Azure AI Inference package
25
+
26
+
The Azure AI Inference package allows you to consume all models deployed to the Azure AI model inference service and easily change among them. Azure AI Inference package is part of the Azure AI Foundry SDK.
25
27
26
28
| Language | Documentation | Package | Examples |
27
29
|------------|---------|-----|-------|
@@ -30,12 +32,14 @@ To use these SDKs, connect them to the [Azure AI model inference URI](concepts/e
The Azure AI Projects package allows customer to access a comprehensive set of functionalities from an Azure AI project. Those capabilities include Azure AI model inference, but also advanced capabilities like tracing, evaluation, and data storage. Azure AI Projects package is part of the Azure AI Foundry SDK and leverages the Azure AI Inference package and Azure OpenAI package to perform inference depending on users needs.
0 commit comments