doubao-seedream-5-0-pro-260628
About doubao-seedream-5-0-pro-260628
DouBao-Seedream-5-0-pro-260628 is ByteDance's latest image creation model, capable of precisely parsing complex instructions and visual content. It features enhanced world knowledge breadth, reference consistency, and professional-scene generation quality to better serve enterprise visual creation needs.
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 |
|---|---|---|---|---|
doubao-image-1 | … | ×1.2506 | $0.00184 |
USD per call
Supported endpoints
Call doubao-seedream-5-0-pro-260628 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": "doubao-seedream-5-0-pro-260628", "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="doubao-seedream-5-0-pro-260628", 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: "doubao-seedream-5-0-pro-260628", prompt: 'A lighthouse at dawn, watercolor', size: '1024x1024' });
console.log(img.data[0].url);Questions about doubao-seedream-5-0-pro-260628
How much does doubao-seedream-5-0-pro-260628 cost on NixAPI?
From $0.00184 per call in the doubao-image-1 group. Billing is pay-as-you-go in USD with no monthly minimum.
How do I call doubao-seedream-5-0-pro-260628?
Point any OpenAI-compatible client at https://api.nixapi.com/v1, use your NixAPI key and set the model to "doubao-seedream-5-0-pro-260628".
Which routing groups serve doubao-seedream-5-0-pro-260628?
doubao-seedream-5-0-pro-260628 is available in 1 routing groups: doubao-image-1. The lowest price is in doubao-image-1.