Skip to content

Commit f6a184b

Browse files
authored
Update date and clarify GPT-5 model parameters
Updated the date and added information regarding the GPT-5 model's temperature parameter. Minor text adjustments for clarity.
1 parent d518931 commit f6a184b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/search/cognitive-search-skill-genai-prompt.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-search
88
ms.custom:
99
- build-2025
1010
ms.topic: reference
11-
ms.date: 08/27/2025
11+
ms.date: 09/18/2025
1212
---
1313

1414
# GenAI Prompt skill
@@ -35,11 +35,13 @@ The GenAI Prompt skill is available in the [latest preview REST API](/rest/api/s
3535
3636
## Supported models
3737

38-
You can use any [chat completion inference model](/azure/ai-foundry/model-inference/concepts/models) deployed in AI Foundry, such as GPT models, Deepseek R#, Llama-4-Mavericj, Cohere-command-r, and so forth.
38+
- You can use any [chat completion inference model](/azure/ai-foundry/model-inference/concepts/models) deployed in AI Foundry, such as GPT models, Deepseek R#, Llama-4-Mavericj, Cohere-command-r, and so forth.
3939

40-
For image verbalization, the model you use to analyze the image determines what image formats are supported.
40+
- For image verbalization, the model you use to analyze the image determines what image formats are supported.
4141

42-
Billing is based on the pricing of the model you use.
42+
- For GPT-5 model, the `temperature` parameter is not supported in the same way as previous models. If defined, it must be set to `1.0`, as other values will result in validation errors or be ignored.
43+
44+
- Billing is based on the pricing of the model you use.
4345

4446
> [!NOTE]
4547
> The search service connects to your model over a public endpoint, so there are no region location requirements, but if you're using an all-up Azure solution, you should check the [Azure AI Search regions](search-region-support.md) and the [Azure OpenAI model regions](/azure/ai-services/openai/concepts/models) to find suitable pairs, especially if you have data residency requirements.
@@ -59,6 +61,7 @@ Billing is based on the pricing of the model you use.
5961

6062
- For AI Foundry models, assign [**Azure AI User**](/azure/ai-foundry/concepts/rbac-azure-ai-foundry#azure-ai-user).
6163

64+
6265
## @odata.type
6366

6467
`#Microsoft.Skills.Custom.ChatCompletionSkill`

0 commit comments

Comments
 (0)