imageOpenAI

GPT Image 1OpenAI's most capable image generation model

GPT Image 1 (also known as DALL·E 4) is OpenAI's latest and most advanced image generation model. It excels at photorealistic images, complex compositions, accurate text rendering, and following detailed instructions. Access it via our OpenAI-compatible API at a fraction of the cost.

Specifications

Max Resolution1024×1024
Output FormatPNG / JPEG / WebP
TransparencySupported
API CompatibleOpenAI SDK drop-in
Average Speed~5-10 seconds
Credits3 credits per image

Capabilities

Photorealistic image generation
Accurate text rendering in images
Complex multi-subject compositions
Style control (photographic, illustration, 3D, etc.)
Transparent PNG background support
Multiple aspect ratios (1:1, 16:9, 9:16, 4:3, 3:4)

Quick Start

Start generating with GPT Image 1 in seconds. OpenAI SDK compatible — just change the base URL.

curl
curl -X POST https://api.creativeai.run/v1/images/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-image-1",
    "prompt": "A serene mountain lake at golden hour, photorealistic",
    "size": "1024x1024",
    "n": 1
  }'

Use Cases

What creators are building with GPT Image 1

Marketing visuals and social media content

Product mockups and concept art

Game assets and sprites (with transparency)

Blog illustrations and thumbnails

Logo concepts and brand assets

Print-on-demand designs (t-shirts, mugs, posters)

Ready to create with GPT Image 1?

Start with 50 free credits. No credit card required.

3 credits per generation · Pay-as-you-go or subscribe · OpenAI SDK compatible