Skip to content

Commit 98e5e51

Browse files
Merge pull request #3764 from mrbullwinkle/mrb_03_27_2025_freshness_005
[Azure OpenAI] Freshness 005
2 parents 2447afa + 2438d23 commit 98e5e51

File tree

8 files changed

+21
-15
lines changed

8 files changed

+21
-15
lines changed

articles/ai-services/openai/how-to/provisioned-throughput-onboarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure OpenAI Service Provisioned Throughput Units (PTU) onboarding
33
description: Learn about provisioned throughput units onboarding and Azure OpenAI.
44
ms.service: azure-ai-openai
55
ms.topic: conceptual
6-
ms.date: 10/18/2024
6+
ms.date: 03/27/2025
77
manager: nitinme
88
author: mrbullwinkle
99
ms.author: mbullwin

articles/ai-services/openai/how-to/weights-and-biases-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-openai
77
ms.custom:
88
- ignite-2024
99
ms.topic: how-to
10-
ms.date: 11/10/2024
10+
ms.date: 03/27/2025
1111
author: mrbullwinkle
1212
ms.author: mbullwin
1313
---

articles/ai-services/openai/includes/language-overview/dotnet.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Azure OpenAI C# support
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
8-
ms.date: 11/18/2024
8+
ms.date: 03/27/2025
99
---
1010

1111

@@ -34,10 +34,12 @@ The [stable release](/dotnet/api/azure.ai.openai.azureopenaiclientoptions.servic
3434

3535
The [preview release](/dotnet/api/azure.ai.openai.azureopenaiclientoptions.serviceversion?view=azure-dotnet-preview&preserve-view=true) can currently target:
3636

37-
- `2024-06-01`
3837
- `2024-08-01-preview`
3938
- `2024-09-01-preview`
4039
- `2024-10-01-preview`
40+
- `2024-12-01-preview`
41+
- `2025-01-01-preview`
42+
- `2025-03-01-preview`
4143

4244
## Installation
4345

articles/ai-services/openai/includes/language-overview/go.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Azure OpenAI Go support
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
8-
ms.date: 11/18/2024
8+
ms.date: 03/27/2025
99
---
1010

1111
[Source code](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/ai/azopenai) | [Package (pkg.go.dev)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai) | [API reference documentation](../../reference.md) | [Package reference documentation](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai) [Samples](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai#pkg-examples)
@@ -15,9 +15,9 @@ ms.date: 11/18/2024
1515

1616
Unlike the Azure OpenAI client libraries for Python and JavaScript, the Azure OpenAI Go library is targeted to a specific Azure OpenAI API version. Having access to the latest API versions impacts feature availability.
1717

18-
Current Azure OpenAI API version target: `2024-10-01-preview`
18+
Current Azure OpenAI API version target: `2025-01-01-preview`
1919

20-
This is defined in the [**custom_client.go**](https://github.com/Azure/azure-sdk-for-go/blob/9ebef43f64796118ae206a42821d9f541a231daa/sdk/ai/azopenai/custom_client.go#L37) file.
20+
This is defined in the [**custom_client.go**](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/ai/azopenai/custom_client.go) file.
2121

2222
## Installation
2323

articles/ai-services/openai/includes/language-overview/java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Azure OpenAI Java support
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
8-
ms.date: 11/18/2024
8+
ms.date: 03/27/2025
99
---
1010

1111

@@ -19,7 +19,7 @@ Version selection is controlled by the [`OpenAIServiceVersion`](/java/api/com.az
1919

2020
The latest Azure OpenAI preview API supported is:
2121

22-
-`2024-08-01-preview`
22+
-`2025-01-01-preview`
2323

2424
The latest stable (GA) release supported is:
2525

@@ -33,7 +33,7 @@ The latest stable (GA) release supported is:
3333
<dependency>
3434
<groupId>com.azure</groupId>
3535
<artifactId>azure-ai-openai</artifactId>
36-
<version>1.0.0-beta.12</version>
36+
<version>1.0.0-beta.16</version>
3737
</dependency>
3838
```
3939

articles/ai-services/openai/includes/language-overview/javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Azure OpenAI JavaScript support
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
8-
ms.date: 02/13/2025
8+
ms.date: 03/27/2025
99
---
1010

1111
[Source code](https://github.com/openai/openai-node) | [Package (npm)](https://www.npmjs.com/package/openai) | [Reference](../../reference.md) |
@@ -17,7 +17,7 @@ Feature availability in Azure OpenAI is dependent on what version of the REST AP
1717

1818
| Latest GA API | Latest Preview API|
1919
|:-----|:------|
20-
|`2024-10-21` |`2025-01-01-preview`|
20+
|`2024-10-21` |`2025-03-01-preview`|
2121

2222
## Installation
2323

articles/ai-services/openai/includes/language-overview/python.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Azure OpenAI Python support
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
8-
ms.date: 11/18/2024
8+
ms.date: 03/27/2024
99
---
1010

1111
[Library source code](https://github.com/openai/openai-python?azure-portal=true) | [Package (PyPi)](https://pypi.org/project/openai?azure-portal=true) | [Reference](../../reference.md) |
@@ -19,7 +19,7 @@ Feature availability in Azure OpenAI is dependent on what version of the REST AP
1919

2020
| Latest GA API | Latest Preview API|
2121
|:-----|:------|
22-
|`2024-10-21` |`2025-01-01-preview`|
22+
|`2024-10-21` |`2025-03-01-preview`|
2323

2424
## Installation
2525

@@ -488,6 +488,10 @@ print(generate_image.model_dump_json(indent=2))
488488

489489
---
490490

491+
## Responses API
492+
493+
See the [Responses API](../../how-to/responses.md) documentation.
494+
491495
## Completions (legacy)
492496

493497
### completions.create()

articles/ai-services/openai/supported-languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-openai
88
ms.custom:
99
ms.topic: conceptual
10-
ms.date: 11/18/2024
10+
ms.date: 03/27/2025
1111
ms.author: mbullwin
1212
zone_pivot_groups: openai-supported-languages
1313
---

0 commit comments

Comments
 (0)