How to use OpenAI Dall-e 3

How to use OpenAI for image generation

OpenAI has 2 image models for generating images.

  • Dall-e 2
  • Dall-e 3

They differ in capability and pricing.

As of today:

https://openai.com/api/pricing

How to change Dall-e version

Go to API Logins

AI Image > OpenAI Dall-e

Change the model

Your choices for this are:

  • dall-e-3
  • dall-e-2

How to find the Dall-e model names

When new models are added, you can find their name here:
https://platform.openai.com/docs/api-reference/images/create

You will need to look over the code examples to find the model names.