From fd68f9ce838fef3ba7781de7322700e5702b163d Mon Sep 17 00:00:00 2001 From: Laziz Turakulov <4857092+LazaUK@users.noreply.github.com> Date: Thu, 23 Oct 2025 20:18:25 +0100 Subject: [PATCH] Pro-active option to enable gpt-5 use in Agents Playground Added note about gpt-5 model config, as it doesn't support obsolete parameters like "temperature" and "top_p", which are still available in the Agents Playground. That's why the value of those 2 parameters should remain at default "1" to prevent "unsupported parameter" error message. --- articles/ai-foundry/agents/concepts/model-region-support.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/ai-foundry/agents/concepts/model-region-support.md b/articles/ai-foundry/agents/concepts/model-region-support.md index ccdf02d3a05..9693037a0ed 100644 --- a/articles/ai-foundry/agents/concepts/model-region-support.md +++ b/articles/ai-foundry/agents/concepts/model-region-support.md @@ -34,6 +34,7 @@ Azure AI Foundry Agent Service supports the following Azure OpenAI models in the > * Brazil south > * The gpt-5 models are available for the [code interpreter](../how-to/tools/code-interpreter.md) and [file search](../how-to/tools/file-search.md) tools > * [Registration](https://aka.ms/openai/gpt-5/2025-08-07) is required to use the gpt-5 models. Access will be granted according to Microsoft's eligibility criteria. +> * As gpt-5 models [don't support](../../openai/how-to/reasoning.md?tabs=gpt-5%2Cpython%2Cpy#not-supported) `temperature` and `top_p` parameters, leave their values set to `1` in the Agents Playground, to avoid "unsupported parameter" errors. # [Global standard](#tab/global-standard)