Skip to content

Commit 223d236

Browse files
committed
lim access content
1 parent 8859029 commit 223d236

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

articles/ai-services/openai/concepts/content-credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The manifest contains several key pieces of information:
2323
| Field name | Field content |
2424
| ---| ---|
2525
| `"description"` | This field has a value of `"AI Generated Image"` for all generated images, attesting to the AI-generated nature of the image. |
26-
| `"softwareAgent"` | This field has a value of `"Azure OpenAI DALL-E"` or `"Azure OpenAI GPT-image-1"` for all images generated by DALL-E series models or GPT-image-1 models in Azure OpenAI Service. |
26+
| `"softwareAgent"` | This field has a value of `"Azure OpenAI DALL-E"` or `"Azure OpenAI ImageGen"` for all images generated by DALL-E series models or GPT-image-1 models in Azure OpenAI Service. |
2727
|`"when"` |The timestamp of when the Content Credentials were created. |
2828

2929

articles/ai-services/openai/concepts/models.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,15 @@ OpenAI's MTEB benchmark testing found that even when the third generation model'
218218

219219
## Image generation models
220220

221-
The image generation models generate images from text prompts that the user provides. GPT-image-1 is in 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.
221+
The image generation models generate images from text prompts that the user provides. GPT-image-1 is in limited access public 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.
222+
223+
### Availability
224+
225+
**For access to `gpt-image-1` registration is required, and access will be granted based on Microsoft's eligibility criteria**. Customers who have access to other limited access models will still need to request access for this model.
226+
227+
Request access: [`computer-use-preview` limited access model application](https://aka.ms/oai/gptimage1access)
228+
229+
Once access has been granted, you will need to create a deployment for the model.
222230

223231
### Region availability
224232

@@ -421,7 +429,7 @@ These models can only be used with Embedding API requests.
421429

422430
| Model ID | Max Request (characters) |
423431
| --- | :---: |
424-
| gpt-image-1 | tbd |
432+
| gpt-image-1 | 4,000 |
425433
| dall-e-3 | 4,000 |
426434

427435
# [Audio](#tab/standard-audio)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ OpenAI's image generation models render images based on user-provided text promp
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-services/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. GPT-image-1 is the newer model and features a number of improvements over DALL-E 3. For more information on deployments, see [Create a resource and deploy a model with Azure OpenAI](/azure/ai-services/openai/how-to/create-resource).
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-services/openai/how-to/create-resource).
27+
- 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).
2728

2829
## Call the Image Generation APIs
2930

articles/ai-services/openai/whats-new.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ This article provides a summary of the latest releases and major documentation u
2121

2222
## April 2025
2323

24-
### GPT-image-1 (preview) released
24+
### GPT-image-1 limited access release
2525

2626
GPT-image-1 (2025-04-15) is the latest image generation model from Azure OpenAI. It features major improvements over DALL-E, including:
2727
- It's better at responding to precise instructions.
2828
- It reliably renders text.
2929
- It accept images as input, which allows the new capabilities of image editing and inpainting.
3030

31-
See TBD to learn more about the new features. Follow the [image generation quickstart](/azure/ai-services/openai/dall-e-quickstart?tabs=command-line%2Ckeyless%2Ctypescript-keyless&pivots=programming-language-powershell) to get started with the new model.
31+
Request access: [limited access model application](https://aka.ms/oai/gptimage1access)
32+
33+
Follow the [image generation quickstart](/azure/ai-services/openai/dall-e-quickstart?tabs=command-line%2Ckeyless%2Ctypescript-keyless&pivots=programming-language-powershell) to get started with the new model.
3234

3335
### GPT-4.1 released
3436

0 commit comments

Comments
 (0)