Overview
- Models: Seedream 4.0 (
seedream-4) and Seedream 4.5 (seedream-4.5); 4.5 is higher quality, slightly slower. - Capabilities: text-to-image, multi-image fusion (up to 14 refs), batch output (up to 15 images).
- Resolution:
1K/2K/4K(default2K);aspect_ratioadded for framing. - Pricing: 30 credits per Seedream 4.0 output or 40 per Seedream 4.5 output, independent of resolution; input references are not charged. Total input+output ≤ 15.
- Submit:
POST https://api.wizzx.ai/api/v1/task/submit/seedream-4or/seedream-4.5; status via/api/v1/task/status.
Auth
Model comparison
Each output costs 30/40 credits respectively (1000 credits = $1). Resolution and input-reference count do not change the price;
batch_size multiplies it by the number of outputs.
Submit job
Endpoint:POST https://api.wizzx.ai/api/v1/task/submit/seedream-4 or /seedream-4.5, Content-Type: application/json
- Aspect ratios appended to prompt (e.g.,
16:9- 2560x1440). - Constraint:
input images + batch_size <= 15; else validation fails.
Example (text-to-image, Seedream 4.0)
Example (high quality, Seedream 4.5)
Example (multi-image fusion)
Example (batch generation)
Success response
Query status
Endpoint:POST https://api.wizzx.ai/api/v1/task/status
PENDING, QUEUED, PROCESSING, REVIEW_REQUIRED, SUCCEEDED, and FAILED. See the task status API reference.
Migration (size → resolution + aspect_ratio)
Old (deprecated):Best practices
- Resolution: iterate with
1K/2K, finalize with4K. - Aspect ratio:
1:1social/cover,16:9landscape,9:16portrait,21:9cinematic. - Batch: use
batch_sizefor variations; ensure input + output ≤ 15. - Fusion: keep 1-3 core refs for clearer guidance; input references do not add credits.
- Seeds: fixed seed to reproduce; -1/random for variety.
- Watermark: off by default; enable for compliance when needed.
