Skip to content

Commit fdef97d

Browse files
Merge pull request #7817 from gmndrg/main
Adding clarification about chat completion skill and responses API
2 parents 29224c1 + abf39ea commit fdef97d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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: 09/18/2025
11+
ms.date: 10/23/2025
1212
---
1313

1414
# GenAI Prompt skill
@@ -35,7 +35,7 @@ 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. For GPT models specifically, only the chat completions API endpoints are supported. Endpoints using the Azure OpenAI Responses API (containing `/openai/responses` as part of the URI) are not currently compatible.
3939

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

0 commit comments

Comments
 (0)