Skip to content

Commit 95f82ac

Browse files
committed
start adding mini consideration
1 parent 1fb5de4 commit 95f82ac

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

articles/ai-foundry/openai/concepts/default-safety-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Text models in the Azure OpenAI can take in and generate both text and code. The
5252

5353
### Image generation models
5454

55-
#### [GPT-image-1](#tab/gpt-image-1)
55+
#### [GPT-image-1 series](#tab/gpt-image-1)
5656

5757
| Risk Category | Prompt/Completion | Severity Threshold |
5858
|---------------------------------------------------|------------------------|---------------------|

articles/ai-foundry/openai/how-to/dall-e.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ OpenAI's image generation models create images from user-provided text prompts a
2323

2424
- An Azure subscription. You can [create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?icid=ai-services).
2525
- An Azure OpenAI resource created in a supported region. See [Region availability](/azure/ai-foundry/openai/concepts/models#model-summary-table-and-region-availability).
26-
- Deploy a `dall-e-3` or `gpt-image-1` model with your Azure OpenAI resource. For more information on deployments, see [Create a resource and deploy a model with Azure OpenAI](/azure/ai-foundry/openai/how-to/create-resource).
26+
- Deploy a `dall-e-3` or `gpt-image-1` series model with your Azure OpenAI resource. For more information on deployments, see [Create a resource and deploy a model with Azure OpenAI](/azure/ai-foundry/openai/how-to/create-resource).
2727
- GPT-image-1 is the newer model and features a number of improvements over DALL-E 3. It's available in limited access: apply for access with [this form](https://aka.ms/oai/gptimage1access).
2828

2929

@@ -283,6 +283,9 @@ The Image Edit API enables you to modify existing images based on text prompts y
283283
> [!IMPORTANT]
284284
> The input image must be less than 50 MB in size and must be a PNG or JPG file.
285285
286+
> [!IMPORTANT]
287+
> `gpt-image-1-mini` does not support image edits.
288+
286289
Send a POST request to:
287290

288291
```

articles/ai-foundry/openai/includes/models-azure-direct-openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ OpenAI's MTEB benchmark testing found that even when the third generation model'
258258

259259
The image generation models generate images from text prompts that the user provides. GPT-image-1 is in limited access preview. DALL-E 3 is generally available for use with the REST APIs. DALL-E 2 and DALL-E 3 with client SDKs are in preview.
260260

261-
Registration is required to access `gpt-image-1`. Access is granted based on Microsoft's eligibility criteria. Customers who have access to other limited access models still need to request access for this model.
261+
Registration is required to access `gpt-image-1` or `gpt-image-1-mini`. Access is granted based on Microsoft's eligibility criteria. Customers who have access to other limited access models still need to request access for this model.
262262

263263
To request access, go to [`gpt-image-1` limited access model application](https://aka.ms/oai/gptimage1access). When access is granted, you need to create a deployment for the model.
264264

0 commit comments

Comments
 (0)