wan2.7-image-pro
About wan2.7-image-pro
The Wan 2.7 flagship image generation and editing model, supporting text-to-image, text-to-image-set, image-to-image-set, image editing, multi-reference generation, and interactive editing, with stronger performance in text rendering, subject consistency, and complex instruction following.
Price by routing group
Pick a group in the console when you create a key. Status is live from the router. Live status by group →
| Group | Group status | Model status | Multiplier | Price |
|---|---|---|---|---|
Alibaba-image-1 | … | ×1.0985 | $0.0808 | |
Alibaba-image-2 | … | ×1.352 | $0.0994 |
USD per call
Supported endpoints
Call wan2.7-image-pro in one request
Works with the OpenAI SDK and any OpenAI-compatible client. Replace the key with your own.
curl https://api.nixapi.com/v1/images/generations \
-H "Authorization: Bearer $NIXAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "wan2.7-image-pro", "prompt": "A lighthouse at dawn, watercolor", "size": "1024x1024"}'from openai import OpenAI
client = OpenAI(base_url="https://api.nixapi.com/v1", api_key="sk-…")
img = client.images.generate(model="wan2.7-image-pro", prompt="A lighthouse at dawn, watercolor", size="1024x1024")
print(img.data[0].url or img.data[0].b64_json[:40])import OpenAI from 'openai';
const client = new OpenAI({ baseURL: 'https://api.nixapi.com/v1', apiKey: process.env.NIXAPI_KEY });
const img = await client.images.generate({ model: "wan2.7-image-pro", prompt: 'A lighthouse at dawn, watercolor', size: '1024x1024' });
console.log(img.data[0].url);Questions about wan2.7-image-pro
How much does wan2.7-image-pro cost on NixAPI?
From $0.0808 per call in the Alibaba-image-1 group. Billing is pay-as-you-go in USD with no monthly minimum.
How do I call wan2.7-image-pro?
Point any OpenAI-compatible client at https://api.nixapi.com/v1, use your NixAPI key and set the model to "wan2.7-image-pro".
Which routing groups serve wan2.7-image-pro?
wan2.7-image-pro is available in 2 routing groups: Alibaba-image-1, Alibaba-image-2. The lowest price is in Alibaba-image-1.