Logo
Back to all models

DALL·E 3 - In-Depth Overview

OpenAI · DALL·E

Current
Flagship
Latest in family

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 cat with blue eyes",  size="1024x1024",  quality="standard",  n=1,);image_url = response.data[0].url

Required Libraries

openai
openai

Benchmarks

BenchmarkScoreSourceNotes
978
OpenLLM Leaderboard-

Notes

DALL·E is an AI system that creates realistic images and art from a natural language description. DALL·E 3 currently supports the ability, given a prompt, to create a new image with a specific size.

Capabilities

image generation
Text to Image

Supported Data Types

Input Types

text

Output Types

image

Strengths & Weaknesses

Exceptional at

Text-to-image generation
Creating realistic images
Creating art from text

Poor at

Inpainting

Additional Information

Latest Update

May 6, 2025

Knowledge Cutoff

No data