HomeModels › Vidu Image Q2
Vidu · Image Q2 · Just Added

Vidu Image Q2 API

Vidu (Shengshu) Image Q2 delivers 1080p-to-4K image generation with strong multi-reference and editing capability, exposed through NovAI's OpenAI-compatible endpoint — async upstream polled to completion, billed by real token usage.

from ~$0.029
Reference / image
4K
Max resolution
0–7
Reference images
$0
Platform fee
Sign Up - Get $2.00 Free Credit See All Pricing

Why use Vidu Image Q2 on NovAI?

  • Up to 4K - high-resolution output (1080p / 2K / 4K)
  • Multi-reference - up to 7 reference images for editing
  • Aspect-ratio control - 1:1, 3:4, 16:9 and more
  • Auto-polled - NovAI waits for the async task and returns the URL
  • Seed control - reproducible generations
  • Token billing - pay only for real upstream token usage

Best use cases

  • High-resolution posters and banners
  • Reference-driven image editing
  • Character consistency across shots
  • E-commerce product imagery
  • Design exploration at 2K/4K

Quick start

cURL

curl https://aiapi-pro.com/v1/images/generations \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "vidu-image-q2",
    "prompt": "a detailed painting of a butterfly on a flower",
    "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="vidu-image-q2",
    prompt="a detailed painting of a butterfly on a flower",
    size="1024x1024",
    n=1,
)
print(resp.data[0].url)

Billed by real upstream token usage (usage.total_tokens). The from ~$0.029 figure is a reference price at base resolution and scales with resolution & reference-image count.

Try Vidu Image Q2 today

Zero platform fee. Credits never expire. OpenAI-compatible API.

Sign Up Free