You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/concepts/model-region-support.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ All deployments can perform the exact same inference operations, however the bil
27
27
Azure AI Foundry Agent Service supports the following Azure OpenAI models in the listed regions.
28
28
29
29
> [!NOTE]
30
-
> * The following table is for serverless API deployment availability. For information on Provisioned Throughput Unit (PTU) availability, see [provisioned throughput](../../openai/concepts/provisioned-throughput.md) in the Azure OpenAI documentation. `GlobalStandard` customers also have access to [global standard models](../../../ai-services/openai/concepts/models.md#global-standard-model-availability).
30
+
> * The following table is for serverless API deployment availability. For information on Provisioned Throughput Unit (PTU) availability, see [provisioned throughput](../../openai/concepts/provisioned-throughput.md) in the Azure OpenAI documentation. `GlobalStandard` customers also have access to [global standard models](../../openai/concepts/models.md#global-standard-model-availability).
31
31
> *[Hub based projects](../../what-is-azure-ai-foundry.md#project-types) are limited to the following models: gpt-4o, gpt-4o-mini, gpt-4, gpt-35-turbo
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/concepts/content-filter-protected-material.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,4 +16,4 @@ The Protected material text filter flags known text content (for example, song l
16
16
17
17
The Protected material code filter flags protected code content (from known GitHub repositories, including software libraries, source code, algorithms, and other proprietary programming content) that might be output by large language models.
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/concepts/content-filter-severity-levels.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,6 @@ Content filtering ensures that AI-generated outputs align with ethical guideline
21
21
> The text content filtering models for the hate, sexual, violence, and self-harm categories have been specifically trained and tested on the following languages: English, German, Japanese, Spanish, French, Italian, Portuguese, and Chinese. However, the service can work in many other languages, but the quality might vary. In all cases, you should do your own testing to ensure that it works for your application.
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/whats-new.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -518,9 +518,9 @@ A refresh of the Assistants API is now publicly available. It contains the follo
518
518
519
519
*[File search tool and vector storage](https://go.microsoft.com/fwlink/?linkid=2272425)
520
520
*[Max completion and max prompt token support](./concepts/assistants.md) for managing token usage.
521
-
*`tool_choice`[parameter](./assistants-reference-runs.md#run-object) for forcing the Assistant to use a specified tool.
521
+
*`tool_choice` parameter for forcing the Assistant to use a specified tool.
522
522
You can now create messages with the [assistant](.//assistants-reference-messages.md#create-message) role to create custom conversation histories in Threads.
523
-
* Support for `temperature`, `top_p`, `response_format`[parameters](./assistants-reference.md#create-an-assistant).
523
+
* Support for `temperature`, `top_p`, `response_format` parameters.
524
524
* Streaming and polling support. You can use the helper functions in our Python SDK to create runs and stream responses. We have also added polling SDK helpers to share object status updates without the need for polling.
525
525
* Experiment with [Logic Apps and Function Calling using Azure OpenAI Studio](./how-to/assistants-logic-apps.md). Import your REST APIs implemented in Logic Apps as functions and the studio invokes the function (as a Logic Apps workflow) automatically based on the user prompt.
526
526
* AutoGen by Microsoft Research provides a multi-agent conversation framework to enable convenient building of Large Language Model (LLM) workflows across a wide range of applications. Azure OpenAI assistants are now integrated into AutoGen via `GPTAssistantAgent`, a new experimental agent that lets you seamlessly add Assistants into AutoGen-based multi-agent workflows. This enables multiple Azure OpenAI assistants that could be task or domain specialized to collaborate and tackle complex tasks.
@@ -695,21 +695,19 @@ For information on model regional availability and upgrades refer to the [models
695
695
696
696
Azure OpenAI now supports the API that powers OpenAI's GPTs. Azure OpenAI Assistants (Preview) allows you to create AI assistants tailored to your needs through custom instructions and advanced tools like code interpreter, and custom functions. To learn more, see:
Azure OpenAI now supports text to speech APIs with OpenAI's voices. Get AI-generated speech from the text you provide. To learn more, see the [overview guide](../speech-service/openai-voices.md) and try the [quickstart](./text-to-speech-quickstart.md).
707
+
Azure OpenAI now supports text to speech APIs with OpenAI's voices. Get AI-generated speech from the text you provide. To learn more, see the [overview guide](../../ai-services/speech-service/openai-voices.md) and try the [quickstart](./text-to-speech-quickstart.md).
710
708
711
709
> [!NOTE]
712
-
> Azure AI Speech also supports OpenAI text to speech voices. To learn more, see [OpenAI text to speech voices via Azure OpenAI or via Azure AI Speech](../speech-service/openai-voices.md#openai-text-to-speech-voices-via-azure-openai-or-via-azure-ai-speech) guide.
710
+
> Azure AI Speech also supports OpenAI text to speech voices. To learn more, see [OpenAI text to speech voices via Azure OpenAI or via Azure AI Speech](../../ai-services/speech-service/openai-voices.md#openai-text-to-speech-voices-via-azure-openai-or-via-azure-ai-speech) guide.
713
711
714
712
### New Fine-tuning capabilities and model support
715
713
@@ -820,7 +818,7 @@ Azure OpenAI now supports the GPT-3.5 Turbo Instruct model. This model has perfo
820
818
Azure OpenAI now supports speech to text APIs powered by OpenAI's Whisper model. Get AI-generated text based on the speech audio you provide. To learn more, check out the [quickstart](./whisper-quickstart.md).
821
819
822
820
> [!NOTE]
823
-
> Azure AI Speech also supports OpenAI's Whisper model via the batch transcription API. To learn more, check out the [Create a batch transcription](../speech-service/batch-transcription-create.md#use-a-whisper-model) guide. Check out [What is the Whisper model?](../speech-service/whisper-overview.md) to learn more about when to use Azure AI Speech vs. Azure OpenAI.
821
+
> Azure AI Speech also supports OpenAI's Whisper model via the batch transcription API. To learn more, check out the [Create a batch transcription](../../ai-services/speech-service/batch-transcription-create.md#use-a-whisper-model) guide. Check out [What is the Whisper model?](../../ai-services/speech-service/whisper-overview.md) to learn more about when to use Azure AI Speech vs. Azure OpenAI.
824
822
825
823
### New Regions
826
824
@@ -935,7 +933,7 @@ If you're currently using the `2023-03-15-preview` API, we recommend migrating t
935
933
936
934
New articles on:
937
935
938
-
-[Monitoring an Azure OpenAI](./how-to/monitoring.md)
936
+
-[Monitoring an Azure OpenAI](./how-to/monitor-openai.md)
939
937
-[Plan and manage costs for Azure OpenAI](./how-to/manage-costs.md)
0 commit comments