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 @@ -19,11 +19,11 @@ Azure OpenAI supports the following programming languages.
1919
2020| Language | Source code | Package | Examples |
2121| ------------| ---------| -----| -------|
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/ ) | [ 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 ) | [ 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/ ) | [ 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 ) | [ 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/ | [ Examples ] ( ./how-to/switching-endpoints.md ) |
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 ) |
2727
2828## Next steps
2929
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 : Supported programming languages
19+ - name : Programming languages/SDKs
2020 href : ./supported-languages.md
2121 - name : Azure OpenAI FAQ
2222 href : faq.yml
You can’t perform that action at this time.
0 commit comments