Skip to main content

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 (default 2K); aspect_ratio added 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-4 or /seedream-4.5; status via /api/v1/task/status.
Breaking Change (2025-12-10): size replaced by resolution; new aspect_ratio field. Update clients to avoid validation errors.

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
Client-visible states: PENDING, QUEUED, PROCESSING, REVIEW_REQUIRED, SUCCEEDED, and FAILED. See the task status API reference.

Migration (size → resolution + aspect_ratio)

Old (deprecated):
New:

Best practices

  • Resolution: iterate with 1K/2K, finalize with 4K.
  • Aspect ratio: 1:1 social/cover, 16:9 landscape, 9:16 portrait, 21:9 cinematic.
  • Batch: use batch_size for 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.