Skip to content

Commit a07f842

Browse files
authored
Merge pull request #261478 from mrbullwinkle/mrb_12_15_2023_sdk_support
[Azure OpenAI] SDK support page
2 parents 5f8611d + 66c87af commit a07f842

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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)

articles/ai-services/openai/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ items:
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

0 commit comments

Comments
 (0)