Skip to content

Commit c568e50

Browse files
authored
Update supported-languages.md
1 parent d51d245 commit c568e50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/ai-foundry/model-inference/supported-languages.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ All models deployed to Azure AI model inference support the [Azure AI model infe
2121

2222
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`).
2323

24-
### Azure AI inference SDK
24+
### Azure AI Inference package
2525

2626
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.
2727

@@ -32,14 +32,14 @@ The Azure AI Inference package allows you to consume all models deployed to the
3232
| JavaScript | [Reference](/javascript/api/@azure-rest/ai-inference) | [@azure/ai-inference (npm)](https://www.npmjs.com/package/@azure/ai-inference) | [JavaScript examples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
3333
| Python | [Reference](https://aka.ms/azsdk/azure-ai-inference/python/reference) | [azure-ai-inference (PyPi)](https://pypi.org/project/azure-ai-inference/) | [Python examples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-inference/samples) |
3434

35-
### Azure AI Foundry SDK
35+
### Azure AI Projects package
3636

37-
The Azure AI Foundry SDK is a comprehensive
37+
The Azure AI Projects package allows customer to access a comprhensive set of functionalities from an Azure AI project. Those capabilities includes 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.
3838

3939
| Language | Documentation | Package | Examples |
4040
|------------|---------|-----|-------|
41-
| C# | [Reference](https://aka.ms/azsdk/azure-ai-projects/csharp/reference) | [azure-ai-inference (NuGet)](https://www.nuget.org/packages/Azure.AI.Projects/) | [C# examples](https://aka.ms/azsdk/azure-ai-projects/csharp/samples) |
42-
| Python | [Reference](https://aka.ms/azsdk/azure-ai-projects/python/reference) | [azure-ai-inference (PyPi)](https://pypi.org/project/azure-ai-inference/) | [Python examples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-projects/samples) |
41+
| C# | [Reference](https://aka.ms/azsdk/azure-ai-projects/csharp/reference) | [Azure.AI.Projects (NuGet)](https://www.nuget.org/packages/Azure.AI.Projects/) | [C# examples](https://aka.ms/azsdk/azure-ai-projects/csharp/samples) |
42+
| Python | [Reference](https://aka.ms/azsdk/azure-ai-projects/python/reference) | [azure-ai-projects (PyPi)](https://pypi.org/project/azure-ai-projects/) | [Python examples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-projects/samples) |
4343

4444
### Integrations
4545

0 commit comments

Comments
 (0)