View Diff on GitHub
Highlights
今回の変更によって、Azure OpenAIに関連するドキュメントが最新情報に基づいて更新され、利用者が新しい機能やバージョンを把握しやすくなるよう様々な改良がなされています。新たな画像やバージョン番号の更新が含まれ、視覚的理解が高められています。
New features
- 新しい画像の追加により、ユーザーがAzure OpenAIサービスの機能を視覚的に把握しやすくなっています(例:
create-blocklist.png
や real-time-playground.png
)。
- 最新のAPIプレビューリリース情報の更新が行われ、APIの利用者が最新のサービスを最大限活用できるようになっています。
Breaking changes
今回の変更には特に目に付く互換性を壊す変更は見られませんが、削除された画像や地域情報のリストの更新などによって、特定のドキュメント内の内容が変更されています。
Other updates
- 非推奨APIバージョンや新しい地域情報の適用といったリファレンス記事の更新が行われ、新しい市場対応も示唆されています。
- 日付や内容の微調整により、ドキュメントが最新であることを確認できます。
Insights
Azure OpenAIのドキュメントに対する多岐にわたる更新は、ユーザーが実際の製品リリースと機能に関して最新で一貫した情報を持ち続けることを助けます。特に、APIのバージョン情報や、画像の追加を通じた視覚的な説明の強化は、技術文書がよりユーザーフレンドリーで効果的なものになるための重要な側面です。
視覚的情報の強化による理解力の向上: 新しい画像の追加により、ユーザーが技術的な情報をより直感的に理解できる環境が整えられています。特に複雑な設定や操作を必要とする機能について、このようなサポートがあることで、ユーザーの操作効率向上が図れます。
連続する開発の反映: APIバージョンや機能のリリース日が多くの文書で更新されたことは、Azure OpenAIが新しい市場と機能対応のために絶えず進化していることを示します。これは顧客ニーズへの適応を受け、それに伴うドキュメントの更新を迅速に行うためのプロセスの結果と言えます。
地域情報の拡充とグローバル対応: サポートされる地域情報の更新は、Azure OpenAIが多彩な市場に対応していることを示し、地域ごとの特性やニーズに基づいたサービス提供の意図が感じられます。
これらの改善は、利用者にとってAzure OpenAIを活用する際の指針となり、継続的な技術アップデートに合わせて彼らの運用が最適化されるようサポートしています。
Summary Table
Modified Contents
articles/ai-services/openai/api-version-deprecation.md
Diff
@@ -5,7 +5,7 @@ services: cognitive-services
manager: nitinme
ms.service: azure-ai-openai
ms.topic: conceptual
-ms.date: 09/05/2024
+ms.date: 10/01/2024
author: mrbullwinkle
ms.author: mbullwin
recommendations: false
@@ -23,7 +23,7 @@ This article is to help you understand the support lifecycle for the Azure OpenA
Azure OpenAI API latest release:
-- Inference: [2024-08-01-preview](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview/2024-08-01-preview/inference.json)
+- Inference: [2024-09-01-preview](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview/2024-09-01-preview/inference.json)
- Authoring: [2024-08-01-preview](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/authoring/preview/2024-08-01-preview/azureopenai.json)
This version contains support for the latest Azure OpenAI features including:
@@ -38,6 +38,13 @@ This version contains support for the latest Azure OpenAI features including:
- [Function calling](./how-to/function-calling.md) [**Added in 2023-07-01-preview**]
- [Retrieval augmented generation with your data feature](./use-your-data-quickstart.md). [**Added in 2023-06-01-preview**]
+## Changes between 2024-09-01-preview and 2024-08-01-preview
+
+- `max_completion_tokens` added to support `o1-preview` and `o1-mini` models. `max_tokens` does not work with the **o1 series** models.
+- `parallel_tool_calls` added.
+- `completion_tokens_details` & `reasoning_tokens` added.
+- `stream_options` & `include_usage` added.
+
## Changes between 2024-07-01-preview and 2024-08-01-preview API specification
- [Structured outputs support](./how-to/structured-outputs.md).
Summary
{
"modification_type": "minor update",
"modification_title": "APIバージョンの非推奨に関するドキュメントの更新"
}
Explanation
この変更は、Azure OpenAI APIに関するドキュメントの一部を更新するもので、具体的にはAPIのリリース日を更新し、最新のプレビュー版情報を反映させています。更新内容には、リリース日を2024年8月1日から2024年9月1日へ変更したことが含まれています。また、新たにいくつかの機能やパラメータが追加されており、これにはmax_completion_tokens
やparallel_tool_calls
などが含まれます。
ドキュメントの全体的な内容としては、Azure OpenAI APIの最新リリースに関する情報を提供し、特定のバージョン間の変更点についても言及しています。これにより、ユーザーはAPIのサポートライフサイクルや新機能についてより理解を深めることができるようになります。ドキュメントのリンクは こちら からアクセス可能です。
articles/ai-services/openai/concepts/models.md
Diff
@@ -259,13 +259,28 @@ For more information on Provisioned deployments, see our [Provisioned guidance](
**Supported regions:**
-- eastus
-- eastus2
-- northcentralus
-- swedencentral
-- switzerlandnorth
-- westus
-- westus3
+- australiaeast
+- brazilsouth
+- canadaeast
+- eastus
+- eastus2
+- francecentral
+- germanywestcentral
+- japaneast
+- koreacentral
+- northcentralus
+- norwayeast
+- polandcentral
+- spaincentral
+- southafricanorth
+- southcentralus
+- southindia
+- swedencentral
+- switzerlandnorth
+- uksouth
+- westeurope
+- westus
+- westus3
`gpt-4` **Version:** `turbo-2024-04-09`
Summary
{
"modification_type": "minor update",
"modification_title": "モデルに関するドキュメントの地域情報の更新"
}
Explanation
この変更は、Azure OpenAIのモデルに関するドキュメント中の「サポートされている地域」のリストを更新したものです。具体的には、新たにサポートされる地域が追加されており、これによりユーザーは利用可能な地域をより広範に理解できるようになります。
更新された地域リストには、オーストラリア東部、ブラジル南部、カナダ東部、フランス中部、ドイツ西中部、日本東部、韓国中央、ノルウェー東部、ポーランド中部、スペイン中部、南アフリカ北部、南中部インディア、UK南部、西ヨーロッパなどが含まれています。この変更により、より多くの地域での利用が可能であることが明確になっています。
この情報は、Azure OpenAIを使用しているユーザーにとって、リソースの展開やサービスの利用において重要な要素となるため、ぜひ確認していただきたい内容となっています。詳細な情報は、こちらのリンク よりご覧いただけます。
articles/ai-services/openai/gpt-v-quickstart.md
Diff
@@ -9,7 +9,7 @@ ms.custom: devx-track-python, devx-track-js, devx-track-ts
ms.topic: quickstart
author: PatrickFarley
ms.author: pafarley
-ms.date: 08/21/2024
+ms.date: 10/03/2024
zone_pivot_groups: openai-quickstart-gpt-v
---
Summary
{
"modification_type": "minor update",
"modification_title": "GPT-Vクイックスタートドキュメントの日付更新"
}
Explanation
この変更は、GPT-Vのクイックスタートドキュメントにおける更新で、ドキュメントの日付を更新するものです。具体的には、最終更新日が2024年8月21日から2024年10月3日へと変更されています。このような日付の更新は、ドキュメントの最新性を保持し、ユーザーが新しい情報を確実に得られるようにするために重要です。
この変更は、ドキュメントの他の内容には影響を与えず、特に新機能やガイドラインの追加は行われていませんが、利用者にとって最新の更新情報を提供する重要な一歩です。詳細は、こちらのリンク から確認できます。
articles/ai-services/openai/how-to/audio-real-time.md
Diff
@@ -5,10 +5,11 @@ description: Learn how to use GPT-4o Realtime API for speech and audio with Azur
manager: nitinme
ms.service: azure-ai-openai
ms.topic: how-to
-ms.date: 10/1/2024
+ms.date: 10/3/2024
author: eric-urban
ms.author: eur
ms.custom: references_regions
+zone_pivot_groups: openai-studio-js
recommendations: false
---
@@ -54,14 +55,35 @@ You can deploy the model from the [Azure AI Studio model catalog](../../../ai-st
1. Modify other default settings depending on your requirements.
1. Select **Deploy**. You land on the deployment details page.
-Now that you have a deployment of the `gpt-4o-realtime-preview` model, you can use the Realtime API to interact with it in real time.
+Now that you have a deployment of the `gpt-4o-realtime-preview` model, you can use the AI Studio **Real-time audio** playground or Realtime API to interact with it in real time.
-## Use the GPT-4o Realtime API
+## Use the GPT-4o real-time audio
> [!TIP]
-> A playground for GPT-4o real-time audio is coming soon to [Azure AI Studio](https://ai.azure.com). You can already use the API directly in your application.
+> Right now, the fastest way to get started development with the GPT-4o Realtime API is to download the sample code from the [Azure OpenAI GPT-4o real-time audio repository on GitHub](https://github.com/azure-samples/aoai-realtime-audio-sdk).
-Right now, the fastest way to get started with the GPT-4o Realtime API is to download the sample code from the [Azure OpenAI GPT-4o real-time audio repository on GitHub](https://github.com/azure-samples/aoai-realtime-audio-sdk).
+::: zone pivot="programming-language-ai-studio"
+
+To chat with your deployed `gpt-4o-realtime-preview` model in the [Azure AI Studio](https://ai.azure.com) **Real-time audio** playground, follow these steps:
+
+1. Go to your project in [Azure AI Studio](https://ai.azure.com).
+1. Select **Playgrounds** > **Real-time audio** from the left pane.
+1. Select your deployed `gpt-4o-realtime-preview` model from the **Deployment** dropdown.
+1. Select **Enable microphone** to allow the browser to access your microphone. If you already granted permission, you can skip this step.
+
+ :::image type="content" source="../media/how-to/real-time/real-time-playground.png" alt-text="Screenshot of the real-time audio playground with the deployed model selected." lightbox="../media/how-to/real-time/real-time-playground.png":::
+
+1. Optionally you can edit contents in the **Give the model instructions and context** text box. Give the model instructions about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality, tell it what it should and shouldn't answer, and tell it how to format responses.
+1. Optionally, change settings such as threshold, prefix padding, and silence duration.
+1. Select **Start listening** to start the session. You can speak into the microphone to start a chat.
+
+ :::image type="content" source="../media/how-to/real-time/real-time-playground-start-listening.png" alt-text="Screenshot of the real-time audio playground with the start listening button and microphone access enabled." lightbox="../media/how-to/real-time/real-time-playground-start-listening.png":::
+
+1. You can interrupt the chat at any time by speaking. You can end the chat by selecting the **Stop listening** button.
+
+::: zone-end
+
+::: zone pivot="programming-language-javascript"
The JavaScript web sample demonstrates how to use the GPT-4o Realtime API to interact with the model in real time. The sample code includes a simple web interface that captures audio from the user's microphone and sends it to the model for processing. The model responds with text and audio, which the sample code renders in the web interface.
@@ -103,6 +125,8 @@ You can run the sample code locally on your machine by following these steps. Re
1. You should see a `<< Session Started >>` message in the main output. Then you can speak into the microphone to start a chat.
1. You can interrupt the chat at any time by speaking. You can end the chat by selecting the **Stop** button.
+::: zone-end
+
## Related content
* Learn more about Azure OpenAI [deployment types](./deployment-types.md)
Summary
{
"modification_type": "minor update",
"modification_title": "音声リアルタイムAPIに関するドキュメントの更新"
}
Explanation
この変更は、Azure OpenAIの音声リアルタイムAPIに関するドキュメントを更新したもので、いくつかの重要な情報が追加されています。具体的には、最新の最終更新日が2024年10月3日に変更され、リアルタイムオーディオのプレイグラウンドに関する情報が追加されました。
新たに追加された情報には、Azure AI Studioでの「リアルタイムオーディオ」プレイグラウンドの使用方法が詳しく述べられています。ユーザーは自分のプロジェクトにアクセスし、デプロイしたモデルを利用して音声入力を通じてインタラクションを開始する方法が示されています。また、マイクロフォンのアクセス許可や、モデルへの指示を与えるためのオプション入力ボックスの使用方法についても説明が追加されました。
さらに、JavaScriptのサンプルコードを使用してリアルタイムAPIとモデルを連携させる方法の説明も強化されており、ユーザーがコードをローカルで実行する手順も含まれています。この変更により、ユーザーは音声リアルタイムAPIを使用する上での具体的な手順とサポートを得ることができます。詳細は、こちらのリンク から確認できます。
articles/ai-services/openai/how-to/use-blocklists.md
Diff
@@ -6,7 +6,7 @@ description: Learn how to use blocklists with Azure OpenAI Service
manager: nitinme
ms.service: azure-ai-openai
ms.topic: how-to
-ms.date: 11/07/2023
+ms.date: 10/03/2024
author: PatrickFarley
ms.author: pafarley
---
@@ -253,22 +253,20 @@ If the completion itself is blocked, the response returns `200`, as the completi
You can also create custom blocklists in the Azure OpenAI Studio as part of your content filtering configurations (public preview). Instructions on how to create custom content filters can be found [here](/azure/ai-services/openai/how-to/content-filters). The following steps show how to create custom blocklists as part of your content filters via Azure OpenAI Studio.
-1. Select the Blocklists tab next to Content filters tab.
- :::image type="content" source="../media/content-filters/blocklist-select.jpg" alt-text="screenshot of blocklist selection." lightbox="../media/content-filters/blocklist-select.jpg":::
-1. Select Create blocklist
- :::image type="content" source="../media/content-filters/blocklist-select-create.jpg" alt-text="Screenshot of blocklist create selection." lightbox="../media/content-filters/blocklist-select-create.jpg":::
-1. Create a name for your blocklist, add a description and select on Create.
- :::image type="content" source="../media/content-filters/create-blocklist.jpg" alt-text="Screenshot of blocklist naming." lightbox="../media/content-filters/create-blocklist.jpg":::
-1. Select your custom blocklist once it's created, and select Add term.
- :::image type="content" source="../media/content-filters/custom-blocklist-add.jpg" alt-text="Screenshot of custom blocklist add term." lightbox="../media/content-filters/custom-blocklist-add.jpg":::
-1. Add a term that should be filtered, and select Create. You can also create a regex.
- :::image type="content" source="../media/content-filters/custom-blocklist-add-item.jpg" alt-text="Screenshot of custom blocklist add item." lightbox="../media/content-filters/custom-blocklist-add-item.jpg":::
-1. You can Edit and Delete every term in your blocklist.
- :::image type="content" source="../media/content-filters/custom-blocklist-edit.jpg" alt-text="Screenshot of custom blocklist edit." lightbox="../media/content-filters/custom-blocklist-edit.jpg":::
+1. Select Content Filters from the left menu. Select the Blocklists tab next to Content filters tab. Then select Create Blocklist.
+ :::image type="content" source="../media/content-filters/blocklist-select-create.png" alt-text="Screenshot of blocklist create selection." lightbox="../media/content-filters/blocklist-select-create.png":::
+1. Create a name for your blocklist, add a description and select on Create Blocklist.
+ :::image type="content" source="../media/content-filters/create-blocklist.png" alt-text="Screenshot of blocklist name and description." lightbox="../media/content-filters/create-blocklist.png":::
+1. Select your custom blocklist once it's created, and select Add new term.
+ :::image type="content" source="../media/content-filters/custom-blocklist-add.png" alt-text="Screenshot of custom blocklist add term." lightbox="../media/content-filters/custom-blocklist-add.png":::
+1. Add a term that should be filtered, and select Add term. You can also create a regex.
+ :::image type="content" source="../media/content-filters/custom-blocklist-add-item.png" alt-text="Screenshot of custom blocklist add item." lightbox="../media/content-filters/custom-blocklist-add-item.png":::
+1. You can delete each term in your blocklist.
+ :::image type="content" source="../media/content-filters/custom-blocklist-edit.png" alt-text="Screenshot of custom blocklist edit screen." lightbox="../media/content-filters/custom-blocklist-edit.png":::
1. Once the blocklist is ready, navigate to the Content filters (Preview) section and create a new customized content filter configuration. This opens a wizard with several AI content safety components. You can find more information on how to configure the main filters and optional models [here](/azure/ai-services/openai/how-to/content-filters). Go to Add blocklist (Optional).
1. You'll now see all available blocklists. There are two types of blocklists – the blocklists you created, and prebuilt blocklists that Microsoft provides, in this case a Profanity blocklist (English)
-1. You can now decide which of the available blocklists you would like to include in your content filtering configuration, and you can select if it should apply to and filter prompts, completions or both. In the below example, we apply CustomBlocklist1 that we just created to prompts and completions, and the Profanity blocklist to completions only. The last step is to review and finish the content filtering configuration by clicking on Next.
- :::image type="content" source="../media/content-filters/filtering-configuration-manage.jpg" alt-text="Screenshot of filtering configuration management." lightbox="../media/content-filters/filtering-configuration-manage.jpg":::
+1. You can now decide which of the available blocklists you would like to include in your content filtering configuration. In the below example, we apply CustomBlocklist1 that we just created. The last step is to review and finish the content filtering configuration by clicking on Next.
+ :::image type="content" source="../media/content-filters/filtering-configuration-manage.png" alt-text="Screenshot of filtering configuration management." lightbox="../media/content-filters/filtering-configuration-manage.png":::
1. You can always go back and edit your configuration. Once it’s ready, select on Create content filter. The new configuration that includes your blocklists can now be applied to a deployment. Detailed instructions can be found [here](/azure/ai-services/openai/how-to/content-filters).
Summary
{
"modification_type": "minor update",
"modification_title": "ブロックリストの使用に関するドキュメントの更新"
}
Explanation
この変更は、Azure OpenAIにおけるブロックリストの使用方法に関するドキュメントを更新しています。主な修正点として、最終更新日が2023年11月7日から2024年10月3日に変更され、ブロックリストの作成手順や内容が整理され、より明確に挿入されています。
具体的には、ブロックリストの作成手順が簡潔になり、各手順が明確に番号付けされ、関連する画像リンクも更新されています。また、より具体的な用語の変更が行われており、「Add term」から「Add new term」への変更があったり、削除と編集の手順が強調されています。
ブロックリストの設定に関連する最後のステップも簡素化されており、ユーザーがブロックリストをフィルタリング設定に統合する流れをよりスムーズに理解できるようになっています。ユーザーは、ドキュメント内の手順に従うことで、自分のブロックリストを容易に設定し、Azure OpenAIでのコンテンツフィルタリングを効果的に行うことができます。詳細は、こちらのリンク から確認できます。
articles/ai-services/openai/includes/api-surface.md
Diff
@@ -22,8 +22,8 @@ Each API surface/specification encapsulates a different set of Azure OpenAI capa
| API | Latest preview release | Latest GA release | Specifications | Description |
|:---|:----|:----|:----|:---|
| **Control plane** | [`2024-06-01-preview`](/rest/api/aiservices/accountmanagement/operation-groups?view=rest-aiservices-accountmanagement-2024-06-01-preview&preserve-view=true) | [`2023-05-01`](/rest/api/aiservices/accountmanagement/deployments/create-or-update?view=rest-aiservices-accountmanagement-2023-05-01&tabs=HTTP&preserve-view=true) | [Spec files](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices) | Azure OpenAI shares a common control plane with all other Azure AI Services. The control plane API is used for things like [creating Azure OpenAI resources](/rest/api/aiservices/accountmanagement/accounts/create?view=rest-aiservices-accountmanagement-2023-05-01&tabs=HTTP&preserve-view=true), [model deployment](/rest/api/aiservices/accountmanagement/deployments/create-or-update?view=rest-aiservices-accountmanagement-2023-05-01&tabs=HTTP&preserve-view=true), and other higher level resource management tasks. The control plane also governs what is possible to do with capabilities like Azure Resource Manager, Bicep, Terraform, and Azure CLI.|
-| **Data plane - authoring** | `2024-08-01-preview` | [`2024-06-01`](/rest/api/azureopenai/operation-groups?view=rest-azureopenai-2024-06-01&preserve-view=true) | [Spec files](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/data-plane/AzureOpenAI/authoring) | The data plane authoring API controls [fine-tuning](/rest/api/azureopenai/fine-tuning?view=rest-azureopenai-2024-08-01-preview&preserve-view=true), [file-upload](/rest/api/azureopenai/files/upload?view=rest-azureopenai-2024-08-01-preview&tabs=HTTP&preserve-view=true), [ingestion jobs](/rest/api/azureopenai/ingestion-jobs/create?view=rest-azureopenai-2024-08-01-preview&tabs=HTTP&preserve-view=true), [batch](/rest/api/azureopenai/batch?view=rest-azureopenai-2024-08-01-preview&tabs=HTTP&preserve-view=true) and certain [model level queries](/rest/api/azureopenai/models/get?view=rest-azureopenai-2024-08-01-preview&tabs=HTTP&preserve-view=true)
-| **Data plane - inference** | [`2024-08-01-preview`](/azure/ai-services/openai/reference-preview#data-plane-inference) | [`2024-06-01`](/azure/ai-services/openai/reference#data-plane-inference) | [Spec files](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference) | The data plane inference API provides the inference capabilities/endpoints for features like completions, chat completions, embeddings, speech/whisper, on your data, Dall-e, assistants, etc. |
+| **Data plane - authoring** | [`2024-08-01-preview`](/rest/api/azureopenai/operation-groups?view=rest-azureopenai-2024-08-01-preview&preserve-view=true) | [`2024-06-01`](/rest/api/azureopenai/operation-groups?view=rest-azureopenai-2024-06-01&preserve-view=true) | [Spec files](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/data-plane/AzureOpenAI/authoring) | The data plane authoring API controls [fine-tuning](/rest/api/azureopenai/fine-tuning?view=rest-azureopenai-2024-08-01-preview&preserve-view=true), [file-upload](/rest/api/azureopenai/files/upload?view=rest-azureopenai-2024-08-01-preview&tabs=HTTP&preserve-view=true), [ingestion jobs](/rest/api/azureopenai/ingestion-jobs/create?view=rest-azureopenai-2024-08-01-preview&tabs=HTTP&preserve-view=true), [batch](/rest/api/azureopenai/batch?view=rest-azureopenai-2024-08-01-preview&tabs=HTTP&preserve-view=true) and certain [model level queries](/rest/api/azureopenai/models/get?view=rest-azureopenai-2024-08-01-preview&tabs=HTTP&preserve-view=true)
+| **Data plane - inference** | [`2024-09-01-preview`](/azure/ai-services/openai/reference-preview#data-plane-inference) | [`2024-06-01`](/azure/ai-services/openai/reference#data-plane-inference) | [Spec files](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference) | The data plane inference API provides the inference capabilities/endpoints for features like completions, chat completions, embeddings, speech/whisper, on your data, Dall-e, assistants, etc. |
## Authentication
Summary
{
"modification_type": "minor update",
"modification_title": "APIサーフェスのバージョン更新"
}
Explanation
この変更は、Azure OpenAIのAPIサーフェスに関するドキュメントの更新で、主にバージョン番号の改訂が行われています。具体的には、データプレーンの「推論」と「著作」のAPIの最新プレビューリリースの日付が変更されました。
データプレーンの「著作」APIについては、最新プレビューリリースが『2024-08-01-preview』に設定されています。また、データプレーン「推論」APIの最新プレビューリリースの日付が『2024-09-01-preview』に更新されています。これにより、最新のリリース情報が反映され、ユーザーに対して現在利用可能なAPIの情報が正確に提供されるよう配慮されています。
この変更によって、Azure OpenAIの異なるAPIサーフェスのバージョン管理がさらに明確になり、利用者が必要な情報に迅速にアクセスできるよう支援されています。詳細は、こちらのリンク から確認できます。
articles/ai-services/openai/includes/api-versions/latest-inference-preview.md
Summary
{
"modification_type": "minor update",
"modification_title": "最新推論プレビューAPIに関するドキュメントの更新"
}
Explanation
この変更は、Azure OpenAIの最新推論プレビューAPIに関するドキュメントを大幅に更新したものです。この更新では、240行が追加され、241行が削除されることで、合計で481行の変更が行われています。
主な更新内容には、最新のAPI機能や仕様、および使用方法に関する詳細情報が含まれています。これにより、開発者が新しい推論APIを効果的に利用できるよう、公式ドキュメントが整理され、明確になっています。
多くの情報が追加されたことで、ユーザーはより具体的な実装例や、APIの利用シナリオを理解しやすくなっています。APIのバージョン管理やエンドポイントの利用方法についても、最新の導入手法が反映されています。この変更により、ユーザーのニーズに応えるための情報が充実し、利用者が簡単に最新の推論機能を活用できるようになりました。
詳細な変更内容については、こちらのリンク から確認できます。
articles/ai-services/openai/includes/gpt-v-studio.md
Diff
@@ -7,7 +7,7 @@ manager: nitinme
ms.service: azure-ai-openai
ms.topic: include
ms.custom: references_regions
-ms.date: 11/02/2023
+ms.date: 10/03/2024
---
Start exploring GPT-4 Turbo with Vision capabilities with a no-code approach through Azure OpenAI Studio.
Summary
{
"modification_type": "minor update",
"modification_title": "日付の更新"
}
Explanation
この変更は、Azure OpenAIに関するドキュメント「gpt-v-studio.md」における日付の更新を行ったものです。具体的には、ファイル内の作成または更新日が「2023年11月2日」から「2024年10月3日」に変更されています。
このような日付の更新は、ドキュメントの最新性を保つために重要であり、ユーザーに対してその情報が提供されるタイミングを明記する役割を果たします。この更新により、読み手は最新の情報を反映した文書を参照していることを認識しやすくなります。
変更は比較的小さいですが、正確な日付は文書の信頼性を高める要素となり、利用者が最新の機能や情報に基づいて判断を行うための助けとなります。詳細については、こちらのリンク から確認できます。
articles/ai-services/openai/includes/model-matrix/provisioned-models.md
Diff
@@ -6,30 +6,30 @@ manager: nitinme
ms.service: azure-ai-openai
ms.topic: include
ms.custom: references_regions
-ms.date: 08/129/2024
+ms.date: 10/03/2024
---
-| **Region** | **gpt-4**, **0613** | **gpt-4**, **1106-Preview** | **gpt-4**, **0125-Preview** | **gpt-4**, **turbo-2024-04-09** | **gpt-4o**, **2024-05-13** | **gpt-4o-mini**, **2024-07-18** | **gpt-4-32k**, **0613** | **gpt-35-turbo**, **1106** | **gpt-35-turbo**, **0125** |
-|:-------------------|:-------------------:|:---------------------------:|:---------------------------:|:-------------------------------:|:--------------------------:|:-------------------------------:|:-----------------------:|:--------------------------:|:--------------------------:|
-| australiaeast | ✅ | ✅ | ✅ | ✅ | ✅ | - | ✅ | ✅ | ✅ |
-| brazilsouth | ✅ | ✅ | ✅ | - | ✅ | - | ✅ | ✅ | - |
-| canadacentral | ✅ | - | - | - | - | - | ✅ | - | ✅ |
-| canadaeast | ✅ | ✅ | - | ✅ | ✅ | ✅ | - | ✅ | - |
-| eastus | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
-| eastus2 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
-| francecentral | ✅ | ✅ | ✅ | - | ✅ | - | ✅ | - | ✅ |
-| germanywestcentral | ✅ | ✅ | ✅ | ✅ | ✅ | - | ✅ | ✅ | - |
-| japaneast | - | ✅ | ✅ | ✅ | ✅ | - | - | - | ✅ |
-| koreacentral | ✅ | - | - | ✅ | ✅ | - | ✅ | ✅ | - |
-| northcentralus | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
-| norwayeast | ✅ | - | ✅ | - | - | - | ✅ | - | - |
-| polandcentral | ✅ | ✅ | ✅ | - | - | - | ✅ | ✅ | ✅ |
-| southafricanorth | ✅ | ✅ | - | ✅ | - | - | ✅ | ✅ | - |
-| southcentralus | ✅ | ✅ | ✅ | ✅ | ✅ | - | ✅ | ✅ | ✅ |
-| southindia | ✅ | ✅ | ✅ | - | ✅ | - | ✅ | ✅ | ✅ |
-| swedencentral | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
-| switzerlandnorth | ✅ | ✅ | ✅ | ✅ | ✅ | - | ✅ | ✅ | ✅ |
-| switzerlandwest | - | - | - | - | - | - | - | - | ✅ |
-| uksouth | ✅ | ✅ | ✅ | ✅ | ✅ | - | ✅ | ✅ | ✅ |
-| westus | ✅ | ✅ | ✅ | ✅ | ✅ | - | ✅ | ✅ | ✅ |
-| westus3 | ✅ | ✅ | ✅ | ✅ | ✅ | - | ✅ | ✅ | ✅ |
\ No newline at end of file
+| **Region** | **gpt-4**, **0613** | **gpt-4**, **1106-Preview** | **gpt-4**, **0125-Preview** | **gpt-4**, **turbo-2024-04-09** | **gpt-4o**, **2024-05-13** | **gpt-4o**, **2024-08-06** | **gpt-4o-mini**, **2024-07-18** | **gpt-4-32k**, **0613** | **gpt-35-turbo**, **1106** | **gpt-35-turbo**, **0125** |
+|:-------------------|:-------------------:|:---------------------------:|:---------------------------:|:-------------------------------:|:--------------------------:|:--------------------------:|:-------------------------------:|:-----------------------:|:--------------------------:|:--------------------------:|
+| australiaeast | ✅ | ✅ | ✅ | ✅ | ✅ | - | ✅ | ✅ | ✅ | ✅ |
+| brazilsouth | ✅ | ✅ | ✅ | - | ✅ | - | ✅ | ✅ | ✅ | - |
+| canadacentral | ✅ | - | - | - | - | - | - | ✅ | - | ✅ |
+| canadaeast | ✅ | ✅ | - | ✅ | ✅ | - | ✅ | - | ✅ | - |
+| eastus | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
+| eastus2 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
+| francecentral | ✅ | ✅ | ✅ | - | ✅ | - | ✅ | ✅ | - | ✅ |
+| germanywestcentral | ✅ | ✅ | ✅ | ✅ | ✅ | - | - | ✅ | ✅ | - |
+| japaneast | - | ✅ | ✅ | ✅ | ✅ | - | ✅ | - | - | ✅ |
+| koreacentral | ✅ | - | - | ✅ | ✅ | - | ✅ | ✅ | ✅ | - |
+| northcentralus | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
+| norwayeast | ✅ | - | ✅ | - | - | - | - | ✅ | - | - |
+| polandcentral | ✅ | ✅ | ✅ | ✅ | ✅ | - | - | ✅ | ✅ | ✅ |
+| southafricanorth | ✅ | ✅ | - | ✅ | - | - | - | ✅ | ✅ | - |
+| southcentralus | ✅ | ✅ | ✅ | ✅ | ✅ | - | - | ✅ | ✅ | ✅ |
+| southindia | ✅ | ✅ | ✅ | - | ✅ | - | ✅ | ✅ | ✅ | ✅ |
+| swedencentral | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
+| switzerlandnorth | ✅ | ✅ | ✅ | ✅ | ✅ | - | ✅ | ✅ | ✅ | ✅ |
+| switzerlandwest | - | - | - | - | - | - | - | - | - | ✅ |
+| uksouth | ✅ | ✅ | ✅ | ✅ | ✅ | - | - | ✅ | ✅ | ✅ |
+| westus | ✅ | ✅ | ✅ | ✅ | ✅ | - | ✅ | ✅ | ✅ | ✅ |
+| westus3 | ✅ | ✅ | ✅ | ✅ | ✅ | - | - | ✅ | ✅ | ✅ |
\ No newline at end of file
Summary
{
"modification_type": "minor update",
"modification_title": "プロビジョニング済みモデルの更新"
}
Explanation
今回の変更は、Azure OpenAIのドキュメント「provisioned-models.md」における情報の更新です。この更新では、25行の追加と同数の削除が行われ、トータルで50行の変更が加えられています。
主な修正としては、ドキュメントに記載されているAPIのリリース日が更新されており、具体的には「2024年8月29日」から「2024年10月3日」に変更されています。また、モデルに関連する地域情報の表が更新され、特定のモデルの可用性に関する詳細が見直されています。
これにより、ユーザーは最新のプロビジョニング済みモデルの情報を参照でき、各地域におけるモデルのサポート状況が明確になっています。この情報は、開発者や運用担当者がAzure OpenAIサービスを利用する際に、どのモデルがどの地域で利用可能であるかを判断する助けになります。
さらに詳細な変更内容については、こちらのリンク から確認できます。
articles/ai-services/openai/media/content-filters/blocklist-select-create.jpg
Summary
{
"modification_type": "minor update",
"modification_title": "画像の削除"
}
Explanation
この変更は、Azure OpenAIに関するドキュメントのメディアフォルダ内で、画像ファイル「blocklist-select-create.jpg」が削除されたことを示しています。ファイルの状態は「removed」となっており、追加や削除は行われていないため、変更点は0となっています。
この画像は、コンテンツフィルタやブロックリストに関連する視覚的な素材として考えられていた可能性がありますが、何らかの理由で削除されました。削除の理由は記載されていませんが、ドキュメントの内容や構成の整理、一貫性を保つためかもしれません。
画像が削除されたことで、ユーザーは代わりに他の情報や方法に頼る必要があるかもしれません。この変更に関する詳細は、こちらのリンク から確認できます。
articles/ai-services/openai/media/content-filters/blocklist-select-create.png
Summary
{
"modification_type": "minor update",
"modification_title": "画像の追加"
}
Explanation
この変更では、Azure OpenAIに関するドキュメントのメディアフォルダにおいて、画像ファイル「blocklist-select-create.png」が新たに追加されました。ファイルの状態は「added」となっており、追加や削除は行われていないため、変更点は0です。
この画像は、コンテンツフィルタやブロックリストの作成に関連した視覚的な素材として利用される可能性があります。新しい画像が追加されたことにより、ユーザーはより具体的なイメージをもってコンテンツフィルタの機能や使い方を理解できるようになります。
この追加により、ドキュメント全体の情報提供が改善されることが期待されます。変更の詳細については、こちらのリンク から確認できます。
articles/ai-services/openai/media/content-filters/blocklist-select.jpg
Summary
{
"modification_type": "minor update",
"modification_title": "画像の削除"
}
Explanation
この変更は、Azure OpenAIに関するドキュメント内のメディアフォルダで、画像ファイル「blocklist-select.jpg」が削除されたことを示しています。ファイルの状態は「removed」であり、追加や削除の操作は行われていないため、変更点は0となっています。
この画像は、コンテンツフィルタやブロックリストの説明に関連していたと考えられますが、何らかの理由で削除されました。その理由は不明ですが、ドキュメントの内容の整理や、より適切なビジュアル素材の使用を目的としている可能性があります。
画像が削除されたことにより、ユーザーはこの特定のビジュアルに依存せず、別の情報源や資料に頼る必要があるかもしれません。変更の詳細は、こちらのリンク から確認できます。
articles/ai-services/openai/media/content-filters/create-blocklist.jpg
Summary
{
"modification_type": "minor update",
"modification_title": "画像の削除"
}
Explanation
この変更は、Azure OpenAIに関するドキュメントのメディアフォルダから、画像ファイル「create-blocklist.jpg」が削除されたことを示しています。ファイルの状態は「removed」であり、追加や削除の操作は行われていないため、変更点は0です。
この画像は、ブロックリストの作成に関連する視覚的な説明を伴っていたと考えられますが、削除の理由は不明です。可能性としては、ドキュメントの更新に伴う情報の整理や、より適切な画像への置き換えが考えられます。
この画像が削除されたことにより、関連する情報へアクセスする際にユーザーは他のドキュメントや資料を参照する必要があるかもしれません。変更の詳細は、こちらのリンク から確認できます。
articles/ai-services/openai/media/content-filters/create-blocklist.png
Summary
{
"modification_type": "new feature",
"modification_title": "画像の追加"
}
Explanation
この変更は、Azure OpenAIに関するドキュメント内のメディアフォルダに新しい画像ファイル「create-blocklist.png」が追加されたことを示しています。ファイルの状態は「added」であり、追加や削除の操作は行われていないため、変更点は0となっています。
新しく追加されたこの画像は、コンテンツフィルタやブロックリストの作成のプロセスを視覚的に説明するためのものと考えられます。これにより、ユーザーは関連する概念をより明確に理解しやすくなるでしょう。
画像の詳細は、こちらのリンク から確認できます。新しいビジュアルは、ドキュメント全体の内容を補完し、より豐かな学習体験を提供することでしょう。
articles/ai-services/openai/media/content-filters/custom-blocklist-add-item.jpg
Summary
{
"modification_type": "minor update",
"modification_title": "画像の削除"
}
Explanation
この変更は、Azure OpenAIに関連するドキュメントのメディアフォルダから画像ファイル「custom-blocklist-add-item.jpg」が削除されたことを示しています。ファイルの状態は「removed」であり、追加や削除の操作は行われていないため、具体的な変更点は0です。
削除されたこの画像は、カスタムブロックリストにアイテムを追加するプロセスに関する視覚的な指示や情報を提供していたと考えられます。削除の理由は明示されていませんが、他の資料や新しい情報に置き換えられた可能性があります。
画像の削除によって、ユーザーは関連する説明や手順を得るために別の情報源を参照する必要があるかもしれません。この変更の詳細は、こちらのリンク から確認できます。
articles/ai-services/openai/media/content-filters/custom-blocklist-add-item.png
Summary
{
"modification_type": "new feature",
"modification_title": "新しい画像の追加"
}
Explanation
この変更は、Azure OpenAIに関するドキュメント内に新しい画像ファイル「custom-blocklist-add-item.png」が追加されたことを示しています。ファイルの状態は「added」であり、これに伴い追加や削除の操作は行われていないため、具体的な変更点は0です。
追加されたこの画像は、カスタムブロックリストにアイテムを追加するプロセスを視覚的に表現するためのものであると考えられます。このビジュアルが加わることで、ユーザーは手順をより理解しやすくなり、操作を直感的に行えるようになるでしょう。
画像の詳細は、こちらのリンク から確認できます。この追加により、ドキュメントの内容が一層充実することが期待されます。
articles/ai-services/openai/media/content-filters/custom-blocklist-add.jpg
Summary
{
"modification_type": "minor update",
"modification_title": "画像の削除"
}
Explanation
この変更は、Azure OpenAIに関連するドキュメントのメディアフォルダから画像ファイル「custom-blocklist-add.jpg」が削除されたことを示しています。ファイルの状態は「removed」であり、変更内容は具体的には0であるため、他の変更は行われていません。
削除されたこの画像は、カスタムブロックリストにアイテムを追加するプロセスに関する視覚的な説明を提供していたと考えられます。この削除により、ユーザーは新しい情報源や異なる資料を探す必要が出てくる可能性があります。
画像の削除に関する詳細は、こちらのリンク から確認できます。この変更により、ドキュメントの内容の完全性が影響を受ける可能性があるため、ユーザーは他の資料を参照することを検討する必要があります。
articles/ai-services/openai/media/content-filters/custom-blocklist-add.png
Summary
{
"modification_type": "new feature",
"modification_title": "新しい画像の追加"
}
Explanation
この変更は、Azure OpenAIに関するドキュメント内に新しい画像ファイル「custom-blocklist-add.png」が追加されたことを示しています。ファイルの状態は「added」となっており、その他の変更(追加、削除、変更)は行われていません。
新しく追加されたこの画像は、カスタムブロックリストにアイテムを追加する手順を視覚的に示すためのものであると推測されます。このビジュアルコンテンツが加わることにより、ユーザーは関連するプロセスをよりよく理解し、実行しやすくなることが期待されます。
画像の詳細については、こちらのリンク から確認できます。この変更により、ドキュメントの視覚的情報が増え、情報の理解度が向上することが期待されます。
articles/ai-services/openai/media/content-filters/custom-blocklist-edit.jpg
Summary
{
"modification_type": "minor update",
"modification_title": "画像の削除"
}
Explanation
この変更は、Azure OpenAIに関連するドキュメントのメディアフォルダから画像ファイル「custom-blocklist-edit.jpg」が削除されたことを示しています。ファイルの状態は「removed」であり、他に追加、削除、または変更された内容はありません。
削除されたこの画像は、カスタムブロックリストの編集手順を示すためのものであった可能性があります。この変更により、ユーザーはこの特定のビジュアル補助なしで情報を取得しなければならなくなるため、代替のリソースを探す必要が出てくるかもしれません。
画像の削除に関する詳細は、こちらのリンク から確認できます。ユーザーは、この変更によりドキュメントの内容の一部が失われる可能性があることを留意する必要があります。
articles/ai-services/openai/media/content-filters/custom-blocklist-edit.png
Summary
{
"modification_type": "new feature",
"modification_title": "新しい画像の追加"
}
Explanation
この変更は、Azure OpenAIに関するドキュメントに新しい画像ファイル「custom-blocklist-edit.png」が追加されたことを示しています。ファイルの状態は「added」であり、その他の変更(追加、削除、変更)は行われていません。
新しく追加されたこの画像は、カスタムブロックリストの編集手順を視覚的に説明するものであると考えられます。このビジュアルコンテンツにより、ユーザーは関連する操作をより直感的に理解し、実行することが容易になることが期待されます。
画像の詳細については、こちらのリンク から確認できます。この変更により、ドキュメントに視覚的な補足が加わり、情報の理解度が向上することが期待されます。
articles/ai-services/openai/media/content-filters/filtering-configuration-manage.jpg
Summary
{
"modification_type": "minor update",
"modification_title": "画像の削除"
}
Explanation
この変更は、Azure OpenAIに関連するドキュメントのメディアフォルダから画像ファイル「filtering-configuration-manage.jpg」が削除されたことを示しています。ファイルの状態は「removed」であり、他に追加、削除、または変更された内容はありません。
削除されたこの画像は、フィルタリング設定の管理方法を示すものであった可能性があります。この変更により、ユーザーはフィルタリングに関する情報を視覚的に確認できる手段を失うことになります。したがって、必要な情報を取得するためには、他のリソースや説明を参照しなければならない可能性があります。
画像の削除に関する詳細は、こちらのリンク から確認できます。この変更は、ドキュメントにおける視覚的要素の一部の喪失を伴うため、ユーザー体験に影響を与える可能性があります。
articles/ai-services/openai/media/content-filters/filtering-configuration-manage.png
Summary
{
"modification_type": "new feature",
"modification_title": "新しい画像の追加"
}
Explanation
この変更は、Azure OpenAIに関するドキュメントに新しい画像ファイル「filtering-configuration-manage.png」が追加されたことを示しています。ファイルの状態は「added」であり、その他の変更(追加、削除、変更)は行われていません。
この新しく追加された画像は、フィルタリング設定の管理手順を視覚的に示すものであると思われます。このビジュアルコンテンツを通じて、ユーザーはフィルタリングの構成や管理を直感的に理解することができるようになり、これにより操作が容易になることが期待されます。
画像の詳細は、こちらのリンク から確認できます。この変更により、関連情報が視覚的に補完され、ユーザーの理解をさらに促進することが期待されます。
articles/ai-services/openai/media/how-to/real-time/real-time-playground-start-listening.png
Summary
{
"modification_type": "new feature",
"modification_title": "新しい画像の追加"
}
Explanation
この変更は、Azure OpenAIに関連するドキュメントに新しい画像ファイル「real-time-playground-start-listening.png」が追加されたことを示しています。ファイルの状態は「added」であり、他に追加、削除、変更は行われていません。
この追加された画像は、Real-Time Playgroundの使用方法を示唆するものであり、ユーザーがリアルタイム機能を使用する際の手順を視覚的に表示する目的があると考えられます。この新しいビジュアルコンテンツは、特にユーザーが機能を初めて使用する際に役立ち、操作方法の理解を深めることが期待されます。
画像の詳細情報は、こちらのリンク から確認できます。この変更により、ユーザーは新しい画像を通じて、機能の利用方法についてより明確な理解を得ることができます。
articles/ai-services/openai/media/how-to/real-time/real-time-playground.png
Summary
{
"modification_type": "new feature",
"modification_title": "新しい画像の追加"
}
Explanation
この変更は、Azure OpenAIに関するドキュメントに新しい画像ファイル「real-time-playground.png」が追加されたことを示しています。ファイルの状態は「added」であり、追加、削除、変更は行われていません。
追加された画像は、リアルタイムプレイグラウンドの使用方法を視覚的に示すことを目的としており、ユーザーがこの機能を効率的に活用するための手助けとなるでしょう。このビジュアルコンテンツは、特に初めてリアルタイム機能を利用するユーザーに対して、操作手順を直感的に示すものとなっています。
画像の詳細については、こちらのリンク から確認できます。この変更により、ユーザーは新しい画像を通じて、リアルタイム機能の使用方法についてより深く理解することができることが期待されます。
articles/ai-services/openai/media/quickstarts/studio-vision.png
Summary
{
"modification_type": "minor update",
"modification_title": "画像の修正"
}
Explanation
この変更は、Azure OpenAIに関連するドキュメントの画像ファイル「studio-vision.png」が修正されたことを示しています。ファイルの状態は「modified」であり、具体的な追加や削除、変更の内容は記載されていませんが、何らかの形で画像が更新されたことが示されています。
この修正は、利用者がQuickstartガイドを参考にする際に、より正確で有用な情報を提供することを目的としています。画像が修正されることで、視覚的な理解が向上し、ユーザーがスムーズに機能を利用するための助けとなることが期待されます。
画像の詳細については、こちらのリンク から確認できます。この変更により、ユーザーは更新された画像に基づいて、より良い体験を享受できるでしょう。
articles/ai-services/openai/reference-preview.md
Diff
@@ -20,7 +20,7 @@ This article provides details on the inference REST API endpoints for Azure Open
## Data plane inference
-The rest of the article covers the latest preview release of the Azure OpenAI data plane inference specification, `2024-08-01-preview`. This article includes documentation for the latest preview capabilities like assistants, threads, and vector stores.
+The rest of the article covers the latest preview release of the Azure OpenAI data plane inference specification, `2024-09-01-preview`. This article includes documentation for the latest preview capabilities like assistants, threads, and vector stores.
If you're looking for documentation on the latest GA API release, refer to the [latest GA data plane inference API](./reference.md)
Summary
{
"modification_type": "minor update",
"modification_title": "リリース日付の更新"
}
Explanation
この変更では、Azure OpenAIのリファレンス記事「reference-preview.md」が修正され、データプレーン推論仕様のプレビューリリース日付が更新されました。具体的には、以前のリリース日である「2024-08-01-preview」が「2024-09-01-preview」に変更されています。
この更新は、最新のプレビュー機能に関する文書を提供するためのものであり、ユーザーがAzure OpenAIの新しい推論仕様を適切に理解し利用できるようにするためのものです。記事は引き続きアシスタント、スレッド、ベクトルストアなど、最新のプレビュー機能に関する情報を提供しています。
変更内容については、こちらのリンク から確認できます。本記事の更新により、ユーザーは最新の情報を基に、よりよい意思決定ができるようになることが期待されます。