Skip to content

Commit 686d7c6

Browse files
Merge pull request #4783 from gmndrg/release-build-azure-search
Adding region availability for chat completion skill
2 parents 1514029 + a3ae450 commit 686d7c6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,22 @@ ms.service: azure-ai-search
88
ms.custom:
99
- build-2025
1010
ms.topic: reference
11-
ms.date: 04/29/2025
11+
ms.date: 05/12/2025
1212
---
1313

1414
# GenAI Prompt skill
1515

1616
[!INCLUDE [Feature preview](./includes/previews/preview-generic.md)]
1717

1818
The **GenAI (Generative AI) Prompt** skill executes a *chat completion* request against a Large Language Model (LLM) deployed in **Azure AI Foundry** or **Azure OpenAI Service**.
19-
Use it to summarize, transform, enrich, or extract structured data from text-only or *text + image* inputs to augment your data for higher relevant context in your index.
19+
To augment your data with higher relevant context in your index, use this capability to verbalize images, summarize, transform, enrich, or extract structured data from text-only, image, or text + image inputs.
2020

21-
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.
21+
The GenAI Prompt skill is available in the **2025-05-01-preview** REST API. You can't use this skill in skillsets created with earlier API versions.
22+
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.
2227

2328
## Prerequisites
2429

@@ -75,7 +80,7 @@ The GenAI Prompt skill is available in the **2025-05-01-preview** REST API. You
7580
| `userMessage` | string | Yes | User prompt. |
7681
| `text` | string | No | Optional text appended to `userMessage` (text-only scenarios). |
7782
| `image` | string (Base 64 data-URL) | No | Adds an image to the prompt (multimodal models only). |
78-
| `imageDetail` | string (`low` \| `high` \| `auto`) | No | Fidelity hint for AOAI multimodal models. |
83+
| `imageDetail` | string (`low` \| `high` \| `auto`) | No | Fidelity hint for Azure OpenAI multimodal models. |
7984

8085
## Skill outputs
8186

0 commit comments

Comments
 (0)