🖼

AI Image Generation API

Seedream · Hunyuan · Vidu · WAND Vega · CogView

Ten image models from five providers on one OpenAI-compatible endpoint - from a genuinely free tier to 4K, layer-output and transparent-background generation. From $0.025 per image.

Sign Up — Get $2 Free CreditCompare All Models

🖼 AI Image Generation models & pricing

Ten image models across ByteDance Seedream, Tencent Hunyuan, Vidu, WAND Vega and Zhipu CogView. Prototype free, then scale to 4K, layer output and transparent backgrounds from $0.025 per image.

ModelPriceStrength
cogview-3-flashFREEZhipu CogView, free unlimited tierFREE
doubao-seedream-5.0$0.027 / imageByteDance Seedream, photorealism + text rendering
doubao-seedream-5.0-pro$0.034 / imageMax detail, commercial hero images
hy-image-v3~$0.031 / imageTencent Hunyuan, strong prompt adherenceNEW
vidu-image-q2from ~$0.029 / imageVidu, 1080p-4K, 0-7 reference imagesNEW
seedream-image-v5.0-lite~$0.034 / imageSeedream, 2K-4K, group images, web-search toolNEW
seedream-image-v5.0-profrom ~$0.046 / imageSeedream, layer decomposition, transparent bgNEW
wand-vega-image-litefrom ~$0.025 / imageTencent WAND Vega, 1K-4K, cheapestNEW
wand-vega-image-flashfrom ~$0.069 / imageWAND Vega, 1K-4K, 0-6 reference imagesNEW
wand-vega-image-profrom ~$0.146 / imageWAND Vega, layer output, 0-6 referencesNEW

Why run these models on NovAI?

Models
10 image models
Cheapest
FREE (CogView)
From
$0.025 / image
Max res
4K
Ref images
Up to 7
Platform fee
$0

🚀 API usage

cURL — synchronous image generation

curl https://aiapi-pro.com/v1/images/generations \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "hy-image-v3",
    "prompt": "a cute orange cat on a windowsill, soft sunlight",
    "size": "1024x1024",
    "n": 1
  }'

Python (OpenAI SDK)

from openai import OpenAI
client = OpenAI(base_url="https://aiapi-pro.com/v1", api_key="YOUR_NOVAI_API_KEY")
resp = client.images.generate(
    model="hy-image-v3",
    prompt="a cute orange cat on a windowsill, soft sunlight",
    size="1024x1024", n=1,
)
print(resp.data[0].url)
All image models use POST /v1/images/generations and return an OpenAI-compatible {created, data:[{url}]} response. Async upstream models (Vidu, WAND Vega) are polled to completion internally (up to ~180s) before the URL is returned. Charge = usage.total_tokens / 1000 × token_price; per-image figures are base-resolution references that scale with resolution & reference-image count.

Best use cases

Frequently asked questions

Which image model is cheapest?

cogview-3-flash is completely free (unlimited, watermarked until any top-up). Paid models start at wand-vega-image-lite (~$0.025) and doubao-seedream-5.0 ($0.027) per image.

Is the image API OpenAI-compatible?

Yes. Every image model uses POST /v1/images/generations and returns the standard {created, data:[{url}]} shape, so client.images.generate(...) works with the OpenAI SDK.

Do you support image-to-image and reference images?

Yes - Vidu (0-7 references), WAND Vega (0-6) and Hunyuan Image 3.0 (0-3) accept reference images for editing and style transfer.

What about resolution and special outputs?

Models support 1K to 4K. Seedream 5.0 Pro adds layer decomposition and transparent backgrounds; WAND Vega Pro adds layer output.

📚 In-depth guides & comparisons

Deep-dive articles and real tests for these image models — including pricing vs the leading alternatives.

Explore other model categories

Start building with AI Image Generation models today

One OpenAI-compatible API key · $2 free credit · zero platform fee · credits never expire

Sign Up Free →