Diff Insight Report - openai

最終更新日: 2025-02-13

利用上の注意

このポストは Microsoft 社の Azure 公式ドキュメント(CC BY 4.0 または MIT ライセンス) をもとに生成AIを用いて翻案・要約した派生作品です。 元の文書は MicrosoftDocs/azure-ai-docs にホストされています。

生成AIの性能には限界があり、誤訳や誤解釈が含まれる可能性があります。 本ポストはあくまで参考情報として用い、正確な情報は必ず元の文書を参照してください。

このポストで使用されている商標はそれぞれの所有者に帰属します。これらの商標は技術的な説明のために使用されており、商標権者からの公式な承認や推奨を示すものではありません。

View Diff on GitHub


# ハイライト
このコードの差分では、いくつかのドキュメントに関する軽微な更新と新機能の追加が行われました。特に、いくつかのファイルで日付の更新、モデル退役に関する情報、プロビジョニングスループット、Azure OpenAIのキーなし認証に関する情報が更新され、新しい画像や参照リンクが追加されています。

新機能

  • 「foundry-openai-selectior.png」という新しい画像の追加。この画像は、Foundryプラットフォーム上でのOpenAIの利用を視覚的に補足します。

重大な変更

なし。

その他の更新

  • ドキュメントの日付が最新に更新され、情報の整合性が図られています。
  • モデル退役情報の更新:退役されるモデルとその代替モデルが明記されました。
  • Provisioned Throughput及びProvisioned Managedオファーの詳細な情報が追加され、ユーザーの利便性を考慮した改善が行われました。
  • Azure OpenAIのキーなし認証に関する新たな情報が各言語のドキュメントに追加され、セキュリティの実装に役立つガイダンスが提供されています。
  • Azure OpenAIサービスの利用可能なSDK情報が整備され、多言語対応が明示されました。

インサイト

このコード変更は、Azure OpenAIのユーザーエクスペリエンスを向上させるための細かな更新が中心です。

多くのドキュメントで日付の更新が行われ、情報の鮮度を保つことでユーザーが常に最新の情報にアクセスできるようにする配慮がなされています。また、モデル退役に関するセクションでは、具体的な日付と代替モデルの情報が更新され、ユーザーが将来的な計画を立てやすくなっています。

Provisioned ThroughputやManaged Provisionedオファーに関する更新では、「Reserved」から「Allocated」という用語の変更や、新たな支払いモデルと展開オプションの導入があります。これにより、ユーザーのコスト効率が向上し、使用の柔軟性が増しています。

さらに、各言語の使用概要において、キーなし認証に関する具体的なガイドラインとリンクが追加され、セキュリティ実装に関する支援が強化されています。このようなセキュリティ情報の整備は、ユーザーがより安全にシステムを利用できるための重要な取り組みです。

最後に、新しい画像の追加やSDKの情報更新は、Azure OpenAIサービスの利用可能性を広げ、さまざまな開発者が自身のニーズに合った形で活用できるようにしています。特にSDKの多言語対応が明示されたことで、さまざまな技術スタックを利用する開発者にとって、有用な情報が得られやすくなりました。

総じて、今回の更新では、Azure OpenAIサービスの情報とその利用方法をより直感的にし、ユーザーが簡単にアクセスできるようにするための数多くの改善が行われています。これにより、技術文書の質を高め、ユーザー満足度の向上が期待されます。

Summary Table

Filename Type Title Status A D M
assistants-quickstart.md minor update 日付の更新 modified 1 1 2
model-retirements.md minor update モデル退役に関する情報の更新 modified 20 15 35
models.md minor update モデルの参照リンクの更新 modified 2 2 4
provisioned-migration.md minor update Provisioned Throughputオファーの更新 modified 36 25 61
provisioned-throughput.md minor update Provisioned Throughputに関する情報の更新 modified 6 2 8
assistant.md minor update Azure OpenAIアシスタントのサポート情報の更新 modified 3 3 6
assistants-ai-studio.md minor update Azure AI Foundryにおけるアシスタント設定の手順更新 modified 9 5 14
global-batch-limits.md minor update グローバルバッチ制限の更新 modified 2 1 3
dotnet.md minor update Azure OpenAIのキーなし認証に関する情報の追加 modified 2 0 2
go.md minor update Azure OpenAIのキーなし認証に関する情報の追加 modified 1 0 1
java.md minor update Azure OpenAIのキーなし認証に関する情報の追加 modified 2 0 2
javascript.md minor update Azure OpenAIのキーなし認証に関する情報の追加 modified 2 0 2
python.md minor update Azure OpenAIのキーなし認証に関する情報の追加 modified 2 0 2
foundry-openai-selectior.png new feature Foundry OpenAI選択器の画像を追加 added 0 0 0
overview.md minor update Azure OpenAIサービスに関するSDKの情報更新 modified 1 1 2

Modified Contents

articles/ai-services/openai/assistants-quickstart.md

Diff
@@ -8,7 +8,7 @@ ms.custom: devx-track-python, devx-track-dotnet, devx-track-extended-java, devx-
 ms.topic: quickstart
 author: aahill
 ms.author: aahi
-ms.date: 09/18/2024
+ms.date: 02/10/2025
 zone_pivot_groups: openai-quickstart-assistants
 recommendations: false
 ---

Summary

{
    "modification_type": "minor update",
    "modification_title": "日付の更新"
}

Explanation

このコードの変更は、ドキュメント「assistants-quickstart.md」における日付の更新を含みます。具体的には、元の作成日が「2024年9月18日」から「2025年2月10日」に変更されました。この修正は、文書の内容を最新の情報に保つための小規模な更新です。全体として、変更による影響は最小限であり、ユーザーにとって使用に影響を与えることはありません。

articles/ai-services/openai/concepts/model-retirements.md

Diff
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
 description: Learn about the model deprecations and retirements in Azure OpenAI.
 ms.service: azure-ai-openai
 ms.topic: conceptual
-ms.date: 02/06/2025
+ms.date: 02/12/2025
 ms.custom: 
 manager: nitinme
 author: mrbullwinkle
@@ -93,17 +93,15 @@ These models are currently available for use in Azure OpenAI Service.
 
 | Model | Version | Retirement date | Suggested replacements |
 | ---- | ---- | ---- | --- |
-| `babbage-002` | 1 | Retirement Date: January 27, 2025 | |
-| `davinci-002` | 1 | Retirement Date: January 27, 2025 | |
-| `dall-e-2`| 2 | January 27, 2025 | `dalle-3` |
 | `dall-e-3` | 3 | No earlier than April 30, 2025 | |
 | `gpt-35-turbo` | 0301 | February 13, 2025<br><br> Deployments set to [**Auto-update to default**](/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#auto-update-to-default) will be automatically upgraded to version: `0125`, starting on January 21, 2025.   | `gpt-35-turbo` (0125) <br><br> `gpt-4o-mini`  |
-| `gpt-35-turbo`<br>`gpt-35-turbo-16k` | 0613 | February 13, 2025 <br><br> Deployments set to [**Auto-update to default**](/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#auto-update-to-default) will be automatically upgraded to version: `0125`, starting on January 21, 2025.  | `gpt-35-turbo` (0125) <br><br> `gpt-4o-mini`|
-| `gpt-35-turbo` | 1106 | No earlier than March 31, 2025 <br><br> Deployments set to [**Auto-update to default**](/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#auto-update-to-default) will be automatically upgraded to version: `0125`, starting on January 21, 2025. | `gpt-35-turbo` (0125) <br><br> `gpt-4o-mini` |
+| `gpt-35-turbo` | 0613 | February 13, 2025 <br><br> Deployments set to [**Auto-update to default**](/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#auto-update-to-default) will be automatically upgraded to version: `0125`, starting on January 21, 2025.  | `gpt-35-turbo` (0125) <br><br> `gpt-4o-mini`|
+| `gpt-35-turbo-16k`| 0613 | April, 30, 2025 | `gpt-35-turbo` (0125) <br><br> `gpt-4o-mini`|
+| `gpt-35-turbo` | 1106 | No earlier than May 31, 2025 <br><br> Deployments set to [**Auto-update to default**](/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#auto-update-to-default) will be automatically upgraded to version: `0125`, starting on January 21, 2025. | `gpt-35-turbo` (0125) <br><br> `gpt-4o-mini` |
 | `gpt-35-turbo` | 0125 | No earlier than May 31, 2025 | `gpt-4o-mini` |
 | `gpt-4`<br>`gpt-4-32k` | 0314 | June 6, 2025 | `gpt-4o` |
 | `gpt-4`<br>`gpt-4-32k` | 0613 | June 6, 2025 | `gpt-4o` |
-| `gpt-4` | turbo-2024-04-09 | No earlier than April 9, 2025 | `gpt-4o`|
+| `gpt-4` | turbo-2024-04-09 | No earlier than June 6, 2025 | `gpt-4o`|
 | `gpt-4` | 1106-preview | To be upgraded to `gpt-4` version: `turbo-2024-04-09`, starting no sooner than February 10, 2025 **<sup>1</sup>** <br>Retirement date: February 28, 2025  | `gpt-4o`|
 | `gpt-4` | 0125-preview |To be upgraded to `gpt-4` version: `turbo-2024-04-09`, starting no sooner than February 10, 2025 **<sup>1</sup>** <br>Retirement date: February 28, 2025  | `gpt-4o` |
 | `gpt-4` | vision-preview | To be upgraded to `gpt-4` version: `turbo-2024-04-09`, starting no sooner than February 10, 2025  **<sup>1</sup>** <br>Retirement date: February 28, 2025 | `gpt-4o`|
@@ -112,17 +110,17 @@ These models are currently available for use in Azure OpenAI Service.
 | `gpt-4o` | 2024-11-20 | No earlier than November 20, 2025  | |
 | `gpt-4o-mini` | 2024-07-18 | No earlier than July 18, 2025  | |
 | `gpt-4o-realtime-preview` | 2024-10-01 | No earlier than September 30, 2025  | `gpt-4o-realtime-preview` (version 2024-12-17) or `gpt-4o-mini-realtime-preview` (version 2024-12-17) |
-| `gpt-3.5-turbo-instruct` | 0914 | No earlier than April 1, 2025 |  |
+| `gpt-3.5-turbo-instruct` | 0914 | No earlier than May 31, 2025 |  |
 | `o1` | 2024-12-17 | No earlier than December 17, 2025 | |
 | `text-embedding-ada-002` | 2 | No earlier than October 3, 2025 | `text-embedding-3-small` or `text-embedding-3-large` |
 | `text-embedding-ada-002` | 1 | No earlier than October 3, 2025 | `text-embedding-3-small` or `text-embedding-3-large` |
 | `text-embedding-3-small` | | No earlier than October 3, 2025 | |
 | `text-embedding-3-large` | | No earlier than October 3, 2025 | |
 
- **<sup>1</sup>** We will notify all customers with these preview deployments at least 30 days before the start of the upgrades. We will publish an upgrade schedule detailing the order of regions and model versions that we will follow during the upgrades, and link to that schedule from here.
+ **<sup>1</sup>** We'll notify all customers with these preview deployments at least 30 days before the start of the upgrades. We'll publish an upgrade schedule detailing the order of regions and model versions that we'll follow during the upgrades, and link to that schedule from here.
 
 > [!IMPORTANT]
-> Vision enhancements preview features including Optical Character Recognition (OCR), object grounding, video prompts will be retired and no longer available once `gpt-4` Version: `vision-preview` is upgraded to `turbo-2024-04-09`. If you are currently relying on any of these preview features, this automatic model upgrade will be a breaking change.
+> Vision enhancements preview features including Optical Character Recognition (OCR), object grounding, video prompts will be retired and no longer available once `gpt-4` Version: `vision-preview` is upgraded to `turbo-2024-04-09`. If you're currently relying on any of these preview features, this automatic model upgrade will be a breaking change.
 
 ## Default model versions
 
@@ -133,16 +131,19 @@ These models are currently available for use in Azure OpenAI Service.
 
 ## Deprecated models
 
-These models were deprecated on July 6, 2023 and were retired on June 14, 2024. These models are no longer available for new deployments. Deployments created before July 6, 2023 remain available to customers until June 14, 2024. We recommend customers migrate their applications to deployments of replacement models before the June 14, 2024 retirement.
+ These models are no longer available for new deployments.
 
 If you're an existing customer looking for information about these models, see [Legacy models](./legacy-models.md).
 
 | Model | Deprecation date | Retirement date | Suggested replacement |
 | --------- | --------------------- | ------------------- | -------------------- |
-| ada | July 6, 2023 | June 14, 2024 | babbage-002 |
-| babbage | July 6, 2023 | June 14, 2024 | babbage-002 |
-| curie | July 6, 2023 | June 14, 2024 | davinci-002 |
-| davinci | July 6, 2023 | June 14, 2024 | davinci-002 |
+| babbage-002 | | January 27, 2025 |  |
+| davinci-002 | | January 27, 2025 | |
+| dall-e-2|  | January 27, 2025 | dalle-3 |
+| ada | July 6, 2023 | June 14, 2024 |  |
+| babbage | July 6, 2023 | June 14, 2024 |  |
+| curie | July 6, 2023 | June 14, 2024 | |
+| davinci | July 6, 2023 | June 14, 2024 |  |
 | text-ada-001 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
 | text-babbage-001 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
 | text-curie-001 | July 6, 2023 | June 14, 2024 | gpt-35-turbo-instruct |
@@ -169,6 +170,10 @@ If you're an existing customer looking for information about these models, see [
 
 ## Retirement and deprecation history
 
+## February 12, 2025
+
+- Updates to `gpt-35-turbo-16k` (0613), (1106), `gpt-35-turbo-instruct`, `gpt-4` (turbo-2024-04-09)
+
 ## February 6, 2025
 
 - Updates to `gpt-35-turbo`, `gpt-4` preview models, and `gpt-4o` models.

Summary

{
    "modification_type": "minor update",
    "modification_title": "モデル退役に関する情報の更新"
}

Explanation

この変更は、「model-retirements.md」ファイルにおいて、Azure OpenAI サービスでのモデル退役に関する情報を新たに反映させるための更新を行っています。具体的には、いくつかのモデルの退役日、提案される代替モデル、及び文書の作成日が変更されています。また、表形式で提供されるモデルのリストに新たなエントリが追加され、一部のモデルが廃止される日付が追記されました。この修正は、利用者に対して最新の退役および更新情報を提供するために重要です。変更は、ドキュメント全体にわたって数箇所に及び、全体としては情報の明確化と整合性の向上を図っています。

articles/ai-services/openai/concepts/models.md

Diff
@@ -55,8 +55,8 @@ To learn more about the advanced `o-series` models see, [getting started with re
 |---|---|
 |`o3-mini` | East US2 (Global Standard) <br> Sweden Central (Global Standard) |
 |`o1` | East US2 (Global Standard) <br> Sweden Central (Global Standard) |
-| `o1-preview` | See the [models table](#global-standard-model-availability). |
-| `o1-mini` | See the [models table](#global-provisioned-managed-model-availability). |
+| `o1-preview` | See the [models table](#model-summary-table-and-region-availability). |
+| `o1-mini` | See the [models table](#model-summary-table-and-region-availability). |
 
 ## GPT-4o audio
 

Summary

{
    "modification_type": "minor update",
    "modification_title": "モデルの参照リンクの更新"
}

Explanation

この変更は、「models.md」ファイルにおいて、特定のモデルに関する参照リンクを更新しています。具体的に、o1-previewo1-mini モデルの情報について、リンク先の見出しが「#global-standard-model-availability」および「#global-provisioned-managed-model-availability」から「#model-summary-table-and-region-availability」に変更されました。この修正は、モデルの位置情報と可用性に関する表を指すリンクの整合性を高めることを目的としており、読み手が最新の情報にアクセスしやすくするための重要なステップです。

articles/ai-services/openai/concepts/provisioned-migration.md

Diff
@@ -13,18 +13,17 @@ ms.author: aahi
 recommendations: false
 ---
 
-# Azure OpenAI provisioned August 2024 update 
+# Azure OpenAI provisioned Managed offering updates 
 
-In mid-August, 2024, Microsoft launched improvements to its Provisioned Throughput offering that address customer feedback on usability and operational agility that open new payment options and deployment scenarios.
+Microsoft launched improvements to its Provisioned Throughput offering that address customer feedback on usability and operational agility that open new payment options and deployment scenarios.
 
 This article is intended for existing users of the provisioned throughput offering. New customers should refer to the [Azure OpenAI provisioned onboarding guide](../how-to/provisioned-throughput-onboarding.md).
 
 ## What's changing?
 
-The capabilities below are rolling out for the Provisioned Managed offering.
 
 > [!IMPORTANT]
-> The changes in this article do not apply to the older *"Provisioned Classic (PTU-C)"* offering. They only affect the Provisioned (also known as the Provisioned Managed) offering.
+> The changes in this article don't apply to the older *"Provisioned Classic (PTU-C)"* offering. They only affect the Provisioned (also known as the Provisioned Managed) offering.
 
 ### Usability improvements
 
@@ -39,11 +38,11 @@ The capabilities below are rolling out for the Provisioned Managed offering.
 
 |Feature | Benefit|
 |---|---|
-|Hourly, uncommitted usage | Hourly payment option without a required commitment enables short-term deployment scenarios. |
+|Non-binding, Hourly option | Hourly payment option without any binding enables short-term deployment scenarios. Ideal for testing new models and assessing benefits of Provisioned Throughput. |
 |Term discounts via Azure Reservations | Azure reservations provide substantial discounts over the hourly rate for one month and one year terms, and provide flexible scopes that minimize administration and associated with today’s resource-bound commitments.|
 | Default provisioned-managed quota in many regions | Get started quickly in new regions without having to first request quota. |
-| Flexible choice of payment model for existing provisioned customers | Customers with commitments can stay on the commitment model at least through the end of 2024, and can choose to migrate existing commitments to hourly/reservations via a self-service or managed process. |
-| Supports latest model generations | The hourly/reservation model is required to deploy models released after August 1, 2024. |
+| Flexible choice of payment model for existing provisioned customers | Customers with commitments can stay on the commitment model till the end of life of the currently supported models, and can choose to migrate existing commitments to hourly/reservations via managed process. We recommend migrating to hourly/ reservations to take advantage of term discounts and to work with the latest models. |
+| Supports latest model generations | The latest models are available only on hourly/ reservations in provisioned offering. |
 
 ## Usability improvement details
 
@@ -73,7 +72,7 @@ The following quota screenshot shows model-independent quota being used by deplo
 
 ## Quota as a limit
 
-Prior to the August update, Azure OpenAI Provisioned was only available to a few customers, and quota was allocated to maximize the ability for them to deploy and use it. With these changes, the process of acquiring quota is simplified for all users, and there is a greater likelihood of running into service capacity limitations when deployments are attempted. A new API and portal experience are available to help users find regions where the subscription has quota and the service has capacity to support deployments of a desired model.
+Prior to the August update, Azure OpenAI Provisioned was only available to a few customers, and quota was allocated to maximize the ability for them to deploy and use it. With these changes, the process of acquiring quota is simplified for all users, and there's a greater likelihood of running into service capacity limitations when deployments are attempted. A new API and portal experience are available to help users find regions where the subscription has quota and the service has capacity to support deployments of a desired model.
 
 We also recommend that customers using commitments now create their deployments before creating or expanding commitments to cover them. This guarantees that capacity is available before creating a commitment and prevents over-purchase of the commitment. To support this, the restriction that prevented deployments from being created larger than their commitments has been removed. This new approach to quota, capacity availability, and commitments matches what is provided under the hourly/reservation model, and the guidance to deploy before purchasing a commitment (or reservation, for the hourly model) is the same for both.
 
@@ -87,7 +86,7 @@ See the following links for more information. The guidance for reservations and
 > [!NOTE]
 > The following description of payment models doesn't apply to the older "Provisioned Classic (PTU-C)" offering. They only affect the Provisioned (also known as Provisioned Managed) offering. Provisioned Classic continues to be governed by the unchanged monthly commitment payment model.
 
-Microsoft has introduced a new "Hourly/reservation" payment model for provisioned deployments. This is in addition to the current **Commitment** payment model, which will continue to be supported at least through the end of 2024.
+Microsoft has introduced a new "Hourly/reservation" payment model for provisioned deployments. This is in addition to the current **Commitment** payment model, which will continue to be supported till end of life of the currently supported limited model list. Refer to the [supported models on **Commitment payment model**](./provisioned-migration.md#supported-models-on-commitment-payment-model) for the list of supported models on Commitment payment model.
 
 ### Commitment payment model
 
@@ -97,7 +96,18 @@ Microsoft has introduced a new "Hourly/reservation" payment model for provisione
 
 - Commitments can't be canceled or altered during their term, except to add new PTUs.
 
-- Supports models released prior to August 1, 2024.
+#### Supported models on Commitment payment model:
+  Only the following list of Azure OpenAI models are supported in Commitments. For onboarding any other models that aren't in the list below, or any newer models on provisioned throughput offering,  refer to the [Azure OpenAI provisioned onboarding guide](../how-to/provisioned-throughput-onboarding.md) and [Azure Reservations for Azure OpenAI provisioned deployments](../how-to/provisioned-throughput-onboarding.md#azure-reservations-for-azure-openai-provisioned-deployments)
+    
+|Supported models on Commitment plan |
+|-|
+|gpt-35-turbo|
+|gpt-4|
+|gpt-4-32k|
+|gpt-4o|
+
+
+
 
 ### Hourly reservation payment model
 
@@ -112,7 +122,7 @@ Microsoft has introduced a new "Hourly/reservation" payment model for provisione
 - Supports all models, both old and new.
 
 > [!IMPORTANT]
-> **Models released after August 1, 2024 require the use of the Hourly/Reservation payment model.** They are not deployable on Azure OpenAI resources that have active commitments. To deploy models released after August 1, existing customers must either:
+> More latest models are available in provisioned offering with Hourly/Reservation payment model. Check the list [**here**](https://learn.microsoft.com/azure/ai-services/openai/concepts/models?tabs=provisioned%2Cstandard-chat-completions#global-standard-model-availability) for the availabilityModels that aren't in the above [**list**](./provisioned-migration.md#supported-models-on-commitment-payment-model) aren't deployable on Azure OpenAI resources that have active commitments. To deploy models newer models you must either:
 > - Create deployments on Azure OpenAI resources without commitments.
 > - Migrate an existing resource off its commitments.
 
@@ -142,25 +152,25 @@ Steps 1 and 2 are the same in all cases. The difference is whether a commitment
     |Discount type  |Available Scopes (within a region)  |
     |---------|---------|
     |Commitment     |  Azure OpenAI resource        |
-    |Row2     | Resource group, single subscription, management group (group of subscriptions), shared (all subscriptions in a billing account)          |
+    |Reservation     | Resource group, single subscription, management group (group of subscriptions), shared (all subscriptions in a billing account)          |
 
 * The discounted price is applied to deployed PTUs up to the number of discounted PTUs in the discount. 
 * The number of deployed PTUs exceeding the discounted PTUs (or not covered by any discount) are charged the hourly rate. 
-* The best practice is to create deployments first, and then to apply discounts. This is to guarantee that service. capacity is available to support your deployments prior to creating a term commitment for PTUs you cannot use. 
+* The best practice is to create deployments first, and then to apply discounts. This is to guarantee that service. capacity is available to support your deployments prior to creating a term agreement for PTUs you can't use. 
 
 > [!NOTE] 
 > When you follow best practices, you might receive hourly charges between the time you create the deployment and increase your discount (commitment or reservation).   
 >
-> For this reason, we recommend that you be prepared to increase your discount immediately following the deployment. The prerequisites for purchasing an Azure reservations are different than for commitments, and we recommend you validate them prior to deployment if you intend to use them to discount your deployment. For more information, see [Permissions to view and manage Azure reservations](/azure/cost-management-billing/reservations/view-reservations) 
+> For this reason, we recommend that you're prepared to increase your discount immediately following the deployment. The prerequisites for purchasing an Azure reservations are different than for commitments, and we recommend you validate them prior to deployment if you intend to use them to discount your deployment. For more information, see [Permissions to view and manage Azure reservations](/azure/cost-management-billing/reservations/view-reservations) 
 
 ## Mapping deployments to discounting method 
 
-Customers using Azure OpenAI Provisioned prior to August 2024 can use either or both payment models simultaneously within a subscription. The payment model used for each deployment is determined based on its Azure OpenAI resource: 
+Customers using Azure OpenAI Provisioned offer prior to August 2024 can use either or both payment models simultaneously within a subscription. The payment model used for each deployment is determined based on its Azure OpenAI resource: 
 
 
 **Resource has an active Commitment** 
 
-* The commitment discounts all deployments on the resource up to the number of PTUs on the commitment. Any excess PTUs will be billed hourly. 
+* The commitment discounts all deployments on the resource up to the number of PTUs on the commitment. Any excess PTUs will be billed hourly unless the excess PTUs aren't in the scope of an active reservation. If the excess PTUs exist in the scope of an active reservation, will be discounted as a group up to the number of PTUs on the reservation and any excess spill still leftover will be billed hourly. 
 
 **Resource does not have an active commitment** 
 
@@ -169,12 +179,13 @@ Customers using Azure OpenAI Provisioned prior to August 2024 can use either or
 
 ### Changes to the existing payment mode
 
-Customers that have commitments today can continue to use them at least through the end of 2024. This includes purchasing new PTUs on new or existing commitments and managing commitment renewal behaviors. However, the August update has changed certain aspects of commitment operation.
+Customers that have commitments today can continue to use them at least till the supported model's retirement. This includes purchasing new PTUs on new or existing commitments and managing commitment renewals. However, the August update has changed certain aspects of commitments operation.
 
-- Only models released as provisioned prior to August 1, 2024 or before can be deployed on a resource with a commitment.
+- Azure OpenAI has stopped supporting enrollment on to new commitments, starting August 1, 2024
+- Only a limited set of models can be deployed on a resource with a commitment. Here's the [List of models](./provisioned-migration.md#supported-models-on-commitment-payment-model)
 
 - If the deployed PTUs under a commitment exceed the committed PTUs, the hourly overage charges will be emitted against the same hourly meter as used for the new hourly/reservation payment model. This allows the overage charges to be discounted via an Azure Reservation.
-- It is possible to deploy more PTUs than are committed on the resource. This supports the ability to guarantee capacity availability prior to increasing the commitment size to cover it.
+- It's possible to deploy more PTUs than are committed on the resource. This supports the ability to guarantee capacity availability prior to increasing the commitment size to cover it.
 
 ## Migrating existing resources off commitments
 
@@ -206,7 +217,7 @@ An alternative approach to self-service migration is to switch the reservation p
 * There will be a short period of double-billing or hourly charges during the switchover from committed to hourly/reservation billing.
 
 > [!IMPORTANT]
-> Both self-service approaches generate some additional charges as the payment mode is switched from Committed to Hourly/Reservation. These are characteristics of the migration approaches and customers aren't credited for these charges.  Customers can choose to use the managed migration approach described below to avoid them.
+> Self-service approach generates additional charges as the payment mode is switched from Committed to Hourly/Reservation. This is the characteristics of this migration approaches and customers aren't credited for these charges. Alternately, Customers can choose to use the managed migration approach described below to avoid additional charges.
 
 ### Managed migration
 
@@ -257,11 +268,11 @@ For each new commitment you need to create, follow these steps:
 
 2. Select **Purchase commitment**.
 
-3. Select the Azure OpenAI resource and purchase the commitment. You will see your resources divided into resources with existing commitments, which you can edit and resources that don't currently have a commitment.
+3. Select the Azure OpenAI resource and purchase the commitment. You'll see your resources divided into resources with existing commitments, which you can edit and resources that don't currently have a commitment.
 
 | Setting | Notes |
 |---------|-------|
-| **Select a resource** | Choose the resource where you'll create the provisioned deployment. Once you have purchased the commitment, you will be unable to use the PTUs on another resource until the current commitment expires. |
+| **Select a resource** | Choose the resource where you'll create the provisioned deployment. Once you have purchased the commitment, you'll be unable to use the PTUs on another resource until the current commitment expires. |
 | **Select a commitment type** | Select Provisioned. (Provisioned is equivalent to Provisioned Managed) |
 | **Current uncommitted provisioned quota** | The number of PTUs currently available for you to commit to this resource. | 
 | **Amount to commit (PTU)** | Choose the number of PTUs you're committing to. **This number can be increased during the commitment term, but can't be decreased**. Enter values in increments of 50 for the commitment type Provisioned. |
@@ -273,7 +284,7 @@ For each new commitment you need to create, follow these steps:
 :::image type="content" source="../media/how-to/provisioned-onboarding/commitment-tier.png" alt-text="Screenshot of commitment purchase UI." lightbox="../media/how-to/provisioned-onboarding/commitment-tier.png":::
 
 > [!IMPORTANT]
-> A new commitment is billed up-front for the entire term. If the renewal settings are set to auto-renew, then you will be billed again on each renewal date based on the renewal settings.
+> A new commitment is billed up-front for the entire term. If the renewal settings are set to auto-renew, then you'll be billed again on each renewal date based on the renewal settings.
 
 ### Edit an existing Provisioned Throughput commitment
 
@@ -291,14 +302,14 @@ Adding PTUs to an existing commitment will allow you to create larger or more nu
 :::image type="content" source="../media/how-to/provisioned-onboarding/increase-commitment.png" alt-text="Screenshot of commitment purchase UI with an increase in the amount to commit value." lightbox="../media/how-to/provisioned-onboarding/increase-commitment.png":::
 
 > [!IMPORTANT]
-> When you add PTUs to a commitment, they will be billed immediately, at a pro-rated amount from the current date to the end of the existing commitment term. Adding PTUs doesn't reset the commitment term.
+> When you add PTUs to a commitment, they'll be billed immediately, at a pro-rated amount from the current date to the end of the existing commitment term. Adding PTUs doesn't reset the commitment term.
 
 ### Changing renewal settings
 
 Commitment renewal settings can be changed at any time before the expiration date of your commitment. Reasons you might want to change the renewal settings include ending your use of provisioned throughput by setting the commitment to not autorenew, or to decrease usage of provisioned throughput by lowering the number of PTUs that will be committed in the next period.
 
 > [!IMPORTANT]
-> If you allow a commitment to expire or decrease in size such that the deployments under the resource require more PTUs than you have in your resource commitment, you will receive hourly overage charges for any excess PTUs. For example, a resource that has deployments that total 500 PTUs and a commitment for 300 PTUs will generate hourly overage charges for 200 PTUs.
+> If you allow a commitment to expire or decrease in size such that the deployments under the resource require more PTUs than you have in your resource commitment, you'll receive hourly overage charges for any excess PTUs. For example, a resource that has deployments that total 500 PTUs and a commitment for 300 PTUs will generate hourly overage charges for 200 PTUs.
 
 ## Monitor commitments and prevent unexpected billings
 

Summary

{
    "modification_type": "minor update",
    "modification_title": "Provisioned Throughputオファーの更新"
}

Explanation

この変更は、「provisioned-migration.md」ファイルにおいて、Azure OpenAI のProvisioned Throughputに関する情報を更新し、特に「Provisioned Managed」オファーに関する改善点と変更内容を詳述しています。この更新では、ユーザーからのフィードバックに基づき、利便性の向上やオペレーショナルアジリティを実現するための新しい支払いオプションや展開シナリオが導入されました。

主な変更点には、支払いモデルの更新、新しいモデルの利用、柔軟な予約オプションの導入などが含まれます。また、一部のモデルの使用条件や支払いに関する詳細が改訂され、最新の情報を反映するよう整えられています。この更新は、特に既存の顧客にとって重要なものであり、新しいモデルの導入や、コスト管理の向上を図るためのガイダンスを提供しています。

articles/ai-services/openai/concepts/provisioned-throughput.md

Diff
@@ -21,9 +21,13 @@ The provisioned throughput capability allows you to specify the amount of throug
 ## What do the provisioned deployment types provide?
 
 - **Predictable performance:** stable max latency and throughput for uniform workloads.
-- **Reserved processing capacity:** A deployment configures the amount of throughput. Once deployed, the throughput is available whether used or not.
+- **Allocated processing capacity:** A deployment configures the amount of throughput. Once deployed, the throughput is available whether used or not.
 - **Cost savings:** High throughput workloads might provide cost savings vs token-based consumption.
 
+> [!NOTE]
+> Customers can take advantage of additional cost savings on provisioned deployments when they buy [Microsoft Azure OpenAI Service reservations](/azure/cost-management-billing/reservations/azure-openai#buy-a-microsoft-azure-openai-service-reservation). 
+
+
 An Azure OpenAI Deployment is a unit of management for a specific OpenAI Model. A deployment provides customer access to a model for inference and integrates more features like Content Moderation ([See content moderation documentation](content-filter.md)). Global provisioned deployments are available in the same Azure OpenAI resources as all other deployment types but allow you to leverage Azure's global infrastructure to dynamically route traffic to the data center with the best availability for each request. Similarly, data zone provisioned deployments are also available in the same resources as all other deployment types but allow you to leverage Azure's global infrastructure to dynamically route traffic to the data center within the Microsoft specified data zone with the best availability for each request. 
 
 ## What do you get?
@@ -165,7 +169,7 @@ For provisioned deployments, we use a variation of the leaky bucket algorithm to
 
     a.    When the current utilization is above 100%, the service returns a 429 code with the `retry-after-ms` header set to the time until utilization is below 100%
    
-    b.    Otherwise, the service estimates the incremental change to utilization required to serve the request by combining the prompt tokens, less any cacehd tokens, and the specified `max_tokens` in the call. A customer can receive up to a 100% discount on their prompt tokens depending on the size of their cached tokens. If the `max_tokens` parameter is not specified, the service estimates a value. This estimation can lead to lower concurrency than expected when the number of actual generated tokens is small.  For highest concurrency, ensure that the `max_tokens` value is as close as possible to the true generation size.
+    b.    Otherwise, the service estimates the incremental change to utilization required to serve the request by combining the prompt tokens, less any cached tokens, and the specified `max_tokens` in the call. A customer can receive up to a 100% discount on their prompt tokens depending on the size of their cached tokens. If the `max_tokens` parameter is not specified, the service estimates a value. This estimation can lead to lower concurrency than expected when the number of actual generated tokens is small.  For highest concurrency, ensure that the `max_tokens` value is as close as possible to the true generation size.
    
 1. When a request finishes, we now know the actual compute cost for the call. To ensure an accurate accounting, we correct the utilization using the following logic:
 

Summary

{
    "modification_type": "minor update",
    "modification_title": "Provisioned Throughputに関する情報の更新"
}

Explanation

この変更は、「provisioned-throughput.md」ファイルにおいて、プロビジョニングされたスループットの機能およびその提供内容に関する情報を更新しています。主な変更点には、以下が含まれます。

  1. 用語の変更: 「Reserved processing capacity」から「Allocated processing capacity」に用語が変更され、より明確な意味を持たせています。この変更により、プロビジョニングされたスループットの性質がより理解しやすくなっています。

  2. コスト削減の注記の追加: プロビジョニングされたデプロイメントに対する追加のコスト削減オプションとして、「Microsoft Azure OpenAI Service reservations」を購入することで得られる利益に関する注記が追加されました。これにより、ユーザーはデプロイメントのコスト管理についての理解を深めることができます。

全体的に、これらの変更は、Azure OpenAIサービスの利用において、パフォーマンスやコストに関する情報を最新化し、ユーザーがより有効にシステムを活用できるようにすることを目的としています。

articles/ai-services/openai/how-to/assistant.md

Diff
@@ -22,9 +22,9 @@ Azure OpenAI Assistants (Preview) allows you to create AI assistants tailored to
 
 ## Assistants support
 
-### Region and model support
+### Region, model, and API support
 
-Code interpreter is available in all regions supported by Azure OpenAI Assistants. The [models page](../concepts/models.md#assistants-preview) contains the most up-to-date information on regions/models where Assistants are currently supported.
+The [models page](../concepts/models.md#assistants-preview) contains the most up-to-date information on regions/models where Assistants are currently supported. Assistants can be used in version `2024-02-15-preview` and later of the Azure OpenAI inference [preview API](../reference-preview.md#api-specs). A full list of previous API versions can be found on [GitHub](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview).
 
 ### Supported file types
 
@@ -96,7 +96,7 @@ from openai import AzureOpenAI
     
 client = AzureOpenAI(
     api_key=os.getenv("AZURE_OPENAI_API_KEY"),  
-    api_version="2024-05-01-preview",
+    api_version="2024-08-01-preview",
     azure_endpoint = os.getenv("AZURE_OPENAI_ENDPOINT")
     )
 

Summary

{
    "modification_type": "minor update",
    "modification_title": "Azure OpenAIアシスタントのサポート情報の更新"
}

Explanation

この変更は、「assistant.md」ファイルにおいて、Azure OpenAIアシスタントに関するサポート情報を更新したものです。主な変更点には、以下が含まれます。

  1. セクションタイトルの変更: 「Region and model support」から「Region, model, and API support」への変更により、追加された情報が強調され、APIサポートに関する内容が含まれることが明示されています。

  2. APIバージョンの明記: Azure OpenAIアシスタントが使用できるAPIのバージョンに関する情報が追加され、特に「2024-02-15-preview」以降のバージョンがサポートされることが明記されています。また、旧バージョンのAPIリストへのリンクも提供されています。

  3. APIバージョンの更新: コードサンプル内のAPIバージョンが「2024-05-01-preview」から「2024-08-01-preview」に更新され、最新のバージョンが使用されていることが示されています。

これらの変更は、ユーザーがAzure OpenAIアシスタントを使用するための最新情報を得るのに役立ち、特にサポートされるAPIのバージョンについての明確なガイダンスを提供しています。

articles/ai-services/openai/includes/assistants-ai-studio.md

Diff
@@ -8,7 +8,7 @@ ms.custom:
   - build-2024
   - ignite-2024
 ms.topic: include
-ms.date: 03/04/2024
+ms.date: 02/10/2025
 author: aahill
 ms.author: aahi
 ---
@@ -26,8 +26,14 @@ ms.author: aahi
 [Azure AI Foundry](https://ai.azure.com) lets you use Assistants v2 which provides several upgrades such as the [file search](../how-to/file-search.md) tool which is faster and supports more files.
 
 1. Sign in to [Azure AI Foundry](https://ai.azure.com).
-1. Go to your project or [create a new project](../../../ai-studio//how-to/create-projects.md) in Azure AI Foundry portal.
-1. From your project overview, select **Assistants**, located under **playgrounds**.
+1. If your screen doesn't look like the following screenshot, select **Azure AI Foundry** in the top left of the screen.
+1. Select **Let's go** in the Azure OpenAI Service card. 
+
+    :::image type="content" source="../media/assistants/foundry-openai-selectior.png" alt-text="A screenshot of the main page of the Azure AI Foundry." lightbox="../media/assistants/foundry-openai-selectior.png":::
+    
+1. In the navigation menu on the left, select **Assistants**, located under **playgrounds**.
+
+    :::image type="content" source="../media/quickstarts/assistants-ai-studio-playground.png" alt-text="Screenshot of the Assistant configuration screen without all the values filled in." lightbox="../media/quickstarts/assistants-ai-studio-playground.png":::
 
     The Assistants playground allows you to explore, prototype, and test AI Assistants without needing to run any code. From this page, you can quickly iterate and experiment with new ideas.
     
@@ -42,8 +48,6 @@ ms.author: aahi
     | **Code interpreter** | Code interpreter provides access to a sandboxed Python environment that can be used to allow the model to test and execute code. |
     | **Files** | You can upload up to 10,000 files, with a max file size of 512 MB to use with tools. Not used in this quickstart. |
     
-    :::image type="content" source="../media/quickstarts/assistants-ai-studio-playground.png" alt-text="Screenshot of the Assistant configuration screen without all the values filled in." lightbox="../media/quickstarts/assistants-ai-studio-playground.png":::
-
 ## Create your first Assistant
 
 1. Select your deployment from the **Deployments** dropdown.

Summary

{
    "modification_type": "minor update",
    "modification_title": "Azure AI Foundryにおけるアシスタント設定の手順更新"
}

Explanation

この変更は、「assistants-ai-studio.md」ファイルにおいて、Azure AI Foundryのアシスタント設定手順を更新したものです。主な変更点には、以下が含まれます。

  1. 日付の更新: ドキュメントの日付が「03/04/2024」から「02/10/2025」に変更され、より新しい期日が反映されています。

  2. 手順の再構成: アシスタント設定手順が見直され、最初に「Azure AI Foundry」を選択するように指示が追加されました。これにより、ユーザーが正しい画面にアクセスできるように配慮されています。

  3. ビジュアル補足の追加: 手順に対する説明がより明確になるよう、スクリーンショットが追加されており、ユーザーが具体的に何をすべきか理解しやすくなっています。

  4. 手順の一部の修正: 元の手順の記載内容が簡略化され、視覚的なナビゲーションが強調されています。

全体的に、これらの変更は、Azure AI Foundryにおけるアシスタントの設定をより分かりやすくし、ユーザー体験の向上を目指しています。特に、新しいビジュアル要素と明確なステップによって、初めて使用するユーザーにも配慮がされています。

articles/ai-services/openai/includes/global-batch-limits.md

Diff
@@ -5,7 +5,7 @@ description: Azure OpenAI model global batch limits
 manager: nitinme
 ms.service: azure-ai-openai
 ms.topic: include
-ms.date: 01/14/2025
+ms.date: 02/12/2025
 ---
 
 ## Batch limits
@@ -29,6 +29,7 @@ The table shows the batch quota limit. Quota values for global batch are represe
 | `gpt-4-turbo` | 300 M | 80 M | 40 M | 90 K | N/A |
 | `gpt-4` | 150 M | 30 M | 5 M | 100 K | N/A |
 | `gpt-35-turbo` | 10 B | 1 B | 100 M | 2 M | 50 K |
+| `o3-mini`| 15 B | 1 B | 50 M | 90 K | N/A |
 
 B = billion | M = million | K = thousand
 

Summary

{
    "modification_type": "minor update",
    "modification_title": "グローバルバッチ制限の更新"
}

Explanation

この変更は、「global-batch-limits.md」ファイルにおいて、Azure OpenAIモデルのグローバルバッチ制限に関する情報を更新したものです。主な変更点には、以下が含まれます。

  1. 日付の更新: ドキュメントの日付が「01/14/2025」から「02/12/2025」に変更され、新しい情報が反映されています。

  2. バッチ制限の追加: 設定されたバッチ制限のテーブルに「o3-mini」というモデルが新たに追加されました。このモデルのバッチ制限は、バッチの総量が「15 B」、リクエストの最大数が「1 B」、などとなっています。

  3. 情報の整備: テーブルが更新されることで、ユーザーは利用可能なモデルに関する最新のバッチ制限を一目で把握できるようになっています。

これらの変更は、グローバルバッチ制限に関する情報を最新の状態に保ち、ユーザーがAzure OpenAIサービスを利用する際のガイダンスを向上させることを目的としています。特に新しいモデルの追加は、ユーザーにとって重要な情報となります。

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

Diff
@@ -68,6 +68,8 @@ AzureOpenAIClient azureClient = new(
 ChatClient chatClient = azureClient.GetChatClient("my-gpt-4o-mini-deployment");
 ```
 
+For more information about Azure OpenAI keyless authentication, see the "[Get started with the Azure OpenAI security building block](/azure/developer/ai/get-started-securing-your-ai-app?tabs=github-codespaces&pivots=dotnet)" QuickStart article. 
+
 # [API Key](#tab/dotnet-key)
 
 ```csharp

Summary

{
    "modification_type": "minor update",
    "modification_title": "Azure OpenAIのキーなし認証に関する情報の追加"
}

Explanation

この変更は、「dotnet.md」ファイルにおいて、Azure OpenAIのキーなし認証に関する情報を追加したものです。主な変更点には、以下が含まれます。

  1. 認証に関する新しい情報: Azure OpenAIのキーなし認証に関する具体的な情報が追加されました。これには、ユーザーが参考にできる「Azure OpenAIのセキュリティビルディングブロックの使い始め」についてのクイックスタート記事へのリンクが含まれています。

  2. 明確な指示の提供: 上記の記事へのリンクを通じて、ユーザーはキーなし認証の方法についてより詳細な情報を取得しやすくなっています。この追加情報は、特にAzure OpenAIを活用する開発者にとって有益です。

全体として、これらの変更は、Azure OpenAIの利用に関するドキュメントを充実させ、ユーザーがセキュリティに関連する実践的な情報を簡単に得られるようにしています。このような情報の追加は、ユーザー体験を向上させる一助となります。

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

Diff
@@ -69,6 +69,7 @@ func main() {
 }
 ```
 
+For more information about Azure OpenAI keyless authentication, see [Use Azure OpenAI without keys](/azure/developer/ai/keyless-connections?tabs=go%2Cazure-cli). 
 
 # [API Key](#tab/api-key)
 

Summary

{
    "modification_type": "minor update",
    "modification_title": "Azure OpenAIのキーなし認証に関する情報の追加"
}

Explanation

この変更は、「go.md」ファイルにおいて、Azure OpenAIのキーなし認証に関する情報を追加したものです。主な変更点は以下の通りです。

  1. 認証に関する新しい情報: Azure OpenAIをキーなしで利用する方法についての情報が追加されました。具体的には、「Azure OpenAIをキーなしで使用する」ためのリンクが設けられ、ユーザーが容易にアクセスできるようになっています。

  2. 明確な案内の提供: この変更により、ユーザーはAzure OpenAIのキーなし認証についての利用方法を簡単に調べることができるようになります。特にGo言語を使用している開発者にとって、この追加情報は実践的で役立つリソースとなります。

全体として、これらの変更はAzure OpenAIに関するドキュメントを強化し、開発者がセキュリティの実装に関する最新の情報を得られることを目的としています。このような情報の追記は、ユーザー体験の向上に寄与します。

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

Diff
@@ -67,6 +67,8 @@ OpenAIClient client = new OpenAIClientBuilder()
     .buildClient();
 ```
 
+For more information about Azure OpenAI keyless authentication, see [Use Azure OpenAI without keys](/azure/developer/ai/keyless-connections?tabs=java%2Cazure-cli). 
+
 # [API Key](#tab/api-key)
 
 ```java

Summary

{
    "modification_type": "minor update",
    "modification_title": "Azure OpenAIのキーなし認証に関する情報の追加"
}

Explanation

この変更は、「java.md」ファイルにおいて、Azure OpenAIのキーなし認証に関する情報を追加したものです。主な変更点は以下の通りです。

  1. 新しい認証情報の追加: Azure OpenAIをキー無しで利用する方法についての情報が追加されました。この情報には「Azure OpenAIをキーなしで使用する」というリンクが含まれており、ユーザーがその詳細に簡単にアクセスできるようになっています。

  2. 開発者向けの明確な指示: この修正により、Javaを使用する開発者は、Azure OpenAIのキーなし認証に関連する有用なリソースを見つけやすくなります。この追加情報は、開発者が安全にAPIを利用できるようにするための重要なガイドとなります。

全体として、これらの変更はAzure OpenAIに関するドキュメントを強化し、キーなしでの利用に関する知識を深めるための支援を目的としています。この情報は、ユーザー体験の向上に寄与し、実践的なリソースとして機能します。

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

Diff
@@ -57,6 +57,8 @@ const client = new AzureOpenAI({
      });
 ```
 
+For more information about Azure OpenAI keyless authentication, see the "[Get started with the Azure OpenAI security building block](/azure/developer/ai/get-started-securing-your-ai-app?tabs=github-codespaces&pivots=typescript)" QuickStart article. 
+
 # [API Key](#tab/api-key)
 
 API Key

Summary

{
    "modification_type": "minor update",
    "modification_title": "Azure OpenAIのキーなし認証に関する情報の追加"
}

Explanation

この変更は、「javascript.md」ファイルにおいて、Azure OpenAIのキーなし認証に関する情報を追加したものです。主な変更点は以下の通りです。

  1. 新しいリソースの提供: Azure OpenAIをキーなしで利用する方法に関して、より詳細な情報へのリンクが追加されました。具体的には、「Azure OpenAIのセキュリティビルディングブロックに関するクイックスタート記事」へのリンクが設けられています。この情報は、ユーザーがより深く学ぶ手助けになります。

  2. 開発者向けのガイダンス: この変更により、JavaScriptでAzure OpenAIを使用する開発者にとって、キーなし認証を安全に実装するための具体的なリソースが提供されます。追加された内容は、APIを利用する上での重要な指針となります。

全体として、これらの変更はAzure OpenAIに関するドキュメントの充実を図り、ユーザーが必要な情報にアクセスしやすくするための入力を提供しています。このような追記は、開発者の理解を助け、セキュリティ実装におけるユーザーエクスペリエンスの向上に寄与します。

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

Diff
@@ -53,6 +53,8 @@ client = AzureOpenAI(
 )
 ```
 
+For more information about Azure OpenAI keyless authentication, see the "[Get started with the Azure OpenAI security building block](/azure/developer/ai/get-started-securing-your-ai-app?tabs=github-codespaces&pivots=python)" QuickStart article. 
+
 # [API Key](#tab/python-key)
 
 [!INCLUDE [Azure key vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/azure-key-vault.md)]

Summary

{
    "modification_type": "minor update",
    "modification_title": "Azure OpenAIのキーなし認証に関する情報の追加"
}

Explanation

この変更は、「python.md」ファイルにおいて、Azure OpenAIのキーなし認証に関する情報を追加したものです。主な変更点は以下の通りです。

  1. 新しい情報へのリンク追加: Azure OpenAIをキーなしで利用するためのリソースが追加され、ユーザーは「Azure OpenAIのセキュリティビルディングブロックに関するクイックスタート記事」にアクセスできるようになりました。このリンクは、Pythonを使用した開発者にとって、実装に役立つ重要な情報源となります。

  2. 利便性の向上: この修正により、ユーザーはキーなし認証に関する具体的な手順や情報を迅速に取得できるため、APIの利用をより簡単に行えるようになります。特にPython環境での開発を行う際に、特定のセキュリティガイドラインを知ることができるのは非常に有益です。

全体として、この変更はAzure OpenAIの使用に関連するドキュメントを強化し、ユーザーが安全な開発を行えるようにするための重要な追加情報を提供しています。ユーザーエクスペリエンスの向上に寄与し、実践的なリソースとして機能します。

articles/ai-services/openai/media/assistants/foundry-openai-selectior.png

Summary

{
    "modification_type": "new feature",
    "modification_title": "Foundry OpenAI選択器の画像を追加"
}

Explanation

この変更は、「foundry-openai-selectior.png」という画像ファイルが新たに追加されたものです。主なポイントは以下の通りです。

  1. 新しいメディアリソースの追加: この変更によって、OpenAIの機能を視覚的に示す新しい画像がドキュメントに加わりました。この画像は、Foundryプラットフォーム上でのOpenAIの利用方法やインターフェースに関する情報を補完する役割を果たします。

  2. ユーザーエクスペリエンスの向上: 画像が追加されることで、ユーザーはテキストだけでは理解しづらいコンセプトや機能をより直感的に把握することができます。このようなビジュアルコンテンツは、特に技術的な内容に対して理解を助け、ドキュメントの魅力を高める要因となります。

全体として、この変更はOpenAIに関する情報をより具体的かつ視覚的に提供するための重要な追加であり、ユーザーの理解を深めるための一助となります。

articles/ai-services/openai/overview.md

Diff
@@ -14,7 +14,7 @@ recommendations: false
 
 # What is Azure OpenAI Service?
 
-Azure OpenAI Service provides REST API access to OpenAI's powerful language models including o3-mini, o1, o1-mini, GPT-4o, GPT-4o mini, GPT-4 Turbo with Vision, GPT-4, GPT-3.5-Turbo, and Embeddings model series. These models can be easily adapted to your specific task including but not limited to content generation, summarization, image understanding, semantic search, and natural language to code translation. Users can access the service through REST APIs, Python SDK, or in the [Azure AI Foundry](https://ai.azure.com).
+Azure OpenAI Service provides REST API access to OpenAI's powerful language models including o3-mini, o1, o1-mini, GPT-4o, GPT-4o mini, GPT-4 Turbo with Vision, GPT-4, GPT-3.5-Turbo, and Embeddings model series. These models can be easily adapted to your specific task including but not limited to content generation, summarization, image understanding, semantic search, and natural language to code translation. Users can access the service through REST APIs, [Python/C#/JS/Java/Go SDKs](/azure/ai-services/openai/supported-languages).
 
 ### Features overview
 

Summary

{
    "modification_type": "minor update",
    "modification_title": "Azure OpenAIサービスに関するSDKの情報更新"
}

Explanation

この変更は、「overview.md」ファイルにおいて、Azure OpenAIサービスの利用可能なSDKに関する情報を更新したものです。具体的な内容は以下の通りです。

  1. SDK情報の明確化: 変更前は利用できるSDKの情報が「Python SDK」として限定的に表示されていましたが、変更後は「Python/C#/JS/Java/Go SDKs」となり、さまざまなプログラミング言語におけるSDKのサポートが明示されました。これにより、ユーザーは自身の開発環境に適したSDKを簡単に理解できるようになります。

  2. アクセスの改善: この更新は、ユーザーがAzure OpenAIサービスにどのようにアクセスできるかについて、更に具体的な情報を提供します。異なる言語のSDKを利用することで、幅広い開発者が自分のプロジェクトに合った方法でサービスを利用できるようになります。

全体として、この変更はAzure OpenAIサービスに対する理解を深め、より多くの開発者がこの機能を活用できるようにするための重要な情報整理を行ったものです。