Logo
Back to all models

DALL·E 3 - In-Depth Overview

OpenAI · DALL·E

Current
Flagship
Latest in family

Model ID: dall-e-3

Get all the details on DALL·E 3, an AI model from OpenAI. This page covers its token limits, pricing structure, key capabilities such as image_generation, Text to Image, available API code samples, and performance strengths.

Key Metrics

Input Limit

No data tokens

Output Limit

No data tokens

Input Cost

N/A/1M

Output Cost

N/A/1M

Sample API Code

from openai import OpenAI
client = OpenAI()

response = client.images.generate(
  model="dall-e-3",
  prompt="a white siamese cat",
  size="1024x1024",
  quality="standard",
  n=1,
)

image_url = response.data[0].url

Required Libraries

openai
openai

Benchmarks

BenchmarkScoreSourceNotes
978
lmarena.aiRank 6

Notes

DALL·E 3 is an AI system that creates realistic images and art from a natural language description. It supports creating new images with specific sizes given a prompt. Pricing is per image generated, with options for Standard and HD quality and various resolutions.

Supported Data Types

Input Types

text

Output Types

image

Strengths & Weaknesses

Exceptional at

realistic image generation
art creation from natural language

Good at

specific size image generation

Additional Information

Latest Update

Sep 1, 2023

Knowledge Cutoff

No data