File tree Expand file tree Collapse file tree
articles/ai-services/openai Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ title : Azure OpenAI Service supported programming languages
3+ titleSuffix : Azure AI services
4+ description : Programming language support for Azure OpenAI.
5+ author : mrbullwinkle
6+ manager : nitinme
7+ ms.service : azure-ai-openai
8+ ms.custom :
9+ ms.topic : conceptual
10+ ms.date : 12/18/2023
11+ ms.author : mbullwin
12+ ---
13+
14+ # Azure OpenAI supported programming languages
15+
16+ Azure OpenAI supports the following programming languages.
17+
18+ ## Programming languages
19+
20+ | Language | Source code | Package | Examples |
21+ | ------------| ---------| -----| -------|
22+ | C# | [ Source code] ( https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/openai/Azure.AI.OpenAI/src ) | [ Package (NuGet)] ( https://www.nuget.org/packages/Azure.AI.OpenAI/ ) | [ C# examples] ( https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/openai/Azure.AI.OpenAI/tests/Samples ) |
23+ | Go | [ Source code] ( https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/ai/azopenai ) | [ Package (Go)] ( https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai ) | [ Go examples] ( https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai#pkg-examples ) |
24+ | Java | [ Source code] ( https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/openai/azure-ai-openai ) | [ Artifact (Maven)] ( https://central.sonatype.com/artifact/com.azure/azure-ai-openai/ ) | [ Java examples] ( https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/openai/azure-ai-openai/src/samples ) |
25+ | JavaScript | [ Source code] ( https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/openai/openai ) | [ Package (npm)] ( https://www.npmjs.com/package/@azure/openai ) | [ JavaScript examples] ( https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/openai/Azure.AI.OpenAI/tests/Samples ) |
26+ | Python | [ Source code] ( https://github.com/openai/openai-python ) | [ Package (PyPi)] ( https://pypi.org/project/openai/ ) | [ Python examples] ( ./how-to/switching-endpoints.md ) |
27+
28+ ## Next steps
29+
30+ - Explore each programming language in our step-by-step [ quickstarts] ( ./chatgpt-quickstart.md )
31+ - To see what models are currently supported, check out the [ Azure OpenAI models page] ( ./concepts/models.md )
Original file line number Diff line number Diff line change 1616 href : https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/
1717 - name : What's new
1818 href : whats-new.md
19+ - name : Programming languages/SDKs
20+ href : ./supported-languages.md
1921 - name : Azure OpenAI FAQ
2022 href : faq.yml
2123- name : Quickstarts
You can’t perform that action at this time.
0 commit comments