IMAGE GENERATION API

Generate any image, one endpoint.

Access every major image generation model through a single API. FLUX.1 for photorealism, SDXL for reliability, Ideogram for text rendering, and more. OpenAI-compatible images endpoint with per-image billing and no subscriptions.

5+
Models
/v1/images/generations
Endpoint
1024x1024
Max resolution

QUICK START

Integrate in minutes.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.runcrate.ai/v1",
    api_key="rc_live_YOUR_API_KEY",
)

# Try different models for different styles
response = client.images.generate(
    model="black-forest-labs/FLUX.1-dev",
    prompt="A minimalist logo for a tech startup, clean lines",
    size="1024x1024",
)
print(response.data[0].url)

AVAILABLE MODELS

Models you can use today.

black-forest-labs/FLUX.1-dev
Black Forest LabsPer-image
12B, photorealistic
black-forest-labs/FLUX.1-schnell
Black Forest LabsPer-image
4-step fast generation
stabilityai/stable-diffusion-xl-base-1.0
Stability AIPer-image
SDXL, large ecosystem
ideogram-ai/ideogram-v2
IdeogramPer-image
Superior text rendering

WHY RUNCRATE

Built for production.

Multiple Architectures

Rectified flow (FLUX), latent diffusion (SDXL), and proprietary models (Ideogram). Pick the right tool for your visual style.

Text Rendering

Ideogram excels at rendering legible text in images. Generate marketing materials, social cards, and signage with readable typography.

Per-Image Billing

Pay per image generated. No subscriptions, no monthly fees. Generate one image or ten thousand with the same pricing model.

Consistent API

Same OpenAI-compatible endpoint across all models. Switch between FLUX, SDXL, and Ideogram by changing one parameter.

FAQ

Common questions.

Start generating images today.