HomeModels › WAND Vega Image Pro
Tencent WAND Vega · Image Pro · Just Added

WAND Vega Image Pro API

Tencent WAND Vega Image Pro is the top tier of the Vega image family — the highest-fidelity output with layer support, 1K-to-4K resolution and up to 6 reference images, billed by real token usage.

from ~$0.146
Reference / image
1K–4K
Size range
0–6
Reference images
$0
Platform fee
Sign Up - Get $2.00 Free Credit See All Pricing

Why use WAND Vega Image Pro on NovAI?

  • Top tier - highest-fidelity WAND Vega image model
  • Layer output - decomposed layers for advanced editing
  • Up to 4K - maximum resolution output
  • Up to 6 references - rich multi-image conditioning
  • Auto-polled - NovAI waits for the async task and returns the URL
  • Token billing - pay only for real upstream token usage

Best use cases

  • Hero images and flagship visuals
  • Layered design assets
  • Print-quality artwork at 4K
  • Premium brand campaigns
  • Complex multi-reference compositions

Quick start

cURL

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

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

Try WAND Vega Image Pro today

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

Sign Up Free