Skip to content

Commit bf3467e

Browse files
committed
fixes
1 parent 82c9dd2 commit bf3467e

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
lines changed

articles/ai-foundry/agents/concepts/model-region-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ All deployments can perform the exact same inference operations, however the bil
2727
Azure AI Foundry Agent Service supports the following Azure OpenAI models in the listed regions.
2828

2929
> [!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).
3131
> * [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
3232
3333
| REGION | o1 | o3-mini | gpt-4.1, 2025-04-14 | gpt-4.1-mini, 2025-04-14 | gpt-4.1-nano, 2025-04-14 | gpt-4o, 2024-05-13 | gpt-4o, 2024-08-06 | gpt-4o, 2024-11-20 | gpt-4o-mini, 2024-07-18 | gpt-4, 0613 | gpt-4, turbo-2024-04-09 | gpt-4-32k, 0613 | gpt-35-turbo, 1106 | gpt-35-turbo, 0125 |

articles/ai-foundry/concepts/fine-tuning-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ Now that you know when to use fine-tuning for your use case, you can go to Azure
106106
## Related content
107107

108108
- [Fine-tune models using managed compute (preview)](../how-to/fine-tune-managed-compute.md)
109-
- [Fine-tune an Azure OpenAI model in Azure AI Foundry portal](../../ai-services/openai/how-to/fine-tuning.md?context=/azure/ai-studio/context/context)
109+
- [Fine-tune an Azure OpenAI model in Azure AI Foundry portal](../openai/how-to/fine-tuning.md?context=/azure/ai-studio/context/context)
110110
- [Fine-tune models using serverless API deployment](../how-to/fine-tune-serverless.md)

articles/ai-foundry/openai/concepts/content-filter-protected-material.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ The Protected material text filter flags known text content (for example, song l
1616

1717
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.
1818

19-
[!INCLUDE [protected-material-examples](.../../../ai-services/content-safety/includes/protected-material-examples.md)]
19+
[!INCLUDE [protected-material-examples](../../../ai-services/content-safety/includes/protected-material-examples.md)]

articles/ai-foundry/openai/concepts/content-filter-severity-levels.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Content filtering ensures that AI-generated outputs align with ethical guideline
2121
> 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.
2222
2323

24-
[!INCLUDE [severity-levels text, four-level](.../../../ai-services/content-safety/includes/severity-levels-text-four.md)]
24+
[!INCLUDE [severity-levels text, four-level](../../../ai-services/content-safety/includes/severity-levels-text-four.md)]
2525

26-
[!INCLUDE [severity-levels image](.../../../ai-services/content-safety/includes/severity-levels-image.md)]
26+
[!INCLUDE [severity-levels image](../../../ai-services/content-safety/includes/severity-levels-image.md)]

articles/ai-foundry/openai/whats-new.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,9 @@ A refresh of the Assistants API is now publicly available. It contains the follo
518518

519519
* [File search tool and vector storage](https://go.microsoft.com/fwlink/?linkid=2272425)
520520
* [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.
522522
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.
524524
* 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.
525525
* 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.
526526
* 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
695695

696696
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:
697697

698-
- [Quickstart](./assistants-quickstart.md)
699698
- [Concepts](./concepts/assistants.md)
700699
- [In-depth Python how-to](./how-to/assistant.md)
701700
- [Code Interpreter](./how-to/code-interpreter.md)
702701
- [Function calling](./how-to/assistant-functions.md)
703702
- [Assistants model & region availability](./concepts/models.md#assistants-preview)
704-
- [Assistants Python & REST reference](./assistants-reference.md)
705703
- [Assistants Samples](https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/Assistants)
706704

707705
### OpenAI text to speech voices public preview
708706

709-
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).
710708

711709
> [!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.
713711
714712
### New Fine-tuning capabilities and model support
715713

@@ -820,7 +818,7 @@ Azure OpenAI now supports the GPT-3.5 Turbo Instruct model. This model has perfo
820818
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).
821819

822820
> [!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.
824822
825823
### New Regions
826824

@@ -935,7 +933,7 @@ If you're currently using the `2023-03-15-preview` API, we recommend migrating t
935933

936934
New articles on:
937935

938-
- [Monitoring an Azure OpenAI](./how-to/monitoring.md)
936+
- [Monitoring an Azure OpenAI](./how-to/monitor-openai.md)
939937
- [Plan and manage costs for Azure OpenAI](./how-to/manage-costs.md)
940938

941939
New training course:

0 commit comments

Comments
 (0)