Skip to content

Commit ced1e1e

Browse files
committed
add link
1 parent 29ee1a2 commit ced1e1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ OpenAI's image generation models render images based on user-provided text promp
2626
- 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).
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

29-
## Call the Image Generation APIs
29+
## Call the Image Generation API
3030

3131
The following command shows the most basic way to use an image model with code. If this is your first time using these models programmatically, we recommend starting with the [quickstart](/azure/ai-services/openai/dall-e-quickstart).
3232

@@ -322,6 +322,7 @@ DALL-E models don't support the Image Edit API.
322322
* [What is Azure OpenAI Service?](../overview.md)
323323
* [Quickstart: Generate images with Azure OpenAI Service](../dall-e-quickstart.md)
324324
* [Image generation API reference](/azure/ai-services/openai/reference#image-generation)
325+
* [Image generation API (preview) reference](/azure/ai-services/openai/reference-preview)
325326

326327

327328
<!-- OAI HT guide https://platform.openai.com/docs/guides/images/usage

0 commit comments

Comments
 (0)