Skip to content

Commit 5819fba

Browse files
authored
Adding region availability
1 parent dcb5ebd commit 5819fba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Use it to summarize, transform, enrich, or extract structured data from text-onl
2020

2121
The GenAI Prompt skill is available in the **2025-05-01-preview** REST API. You can't use this skills in skillsets created with earlier API versions.
2222

23+
## Region Availability
24+
25+
- Your Azure AI Search service must be deployed in a [supported region](search-region-support.md).
26+
- The availability of the GenAI prompt skill depends on the region availability of the chat completions model you choose. If you're using [Azure OpenAI Service](/azure/ai-services/openai/overview), refer to the [Azure OpenAI Service region availability](/azure/ai-services/openai/concepts/models) to check which regions support the specific model you selected. For other AI Foundry chat completions models, consult the region availability documentation provided for the respective model to ensure compatibility.
27+
2328
## Prerequisites
2429

2530
* A deployed chat-completion model (for example *gpt-4o* or any compatible Open Source Software (OSS) model) in Azure AI Foundry or Azure OpenAI.

0 commit comments

Comments
 (0)