Skip to main content

Overview

Seedream 4.0 is a ByteDance image model for text-to-image generation and reference-guided image generation. It supports 1K, 2K, and 4K output presets, up to 15 generated images per task, optional sequential generation, and prompt optimization with standard or fast.

Endpoint and authentication

Base URL:
All requests require your APIXO API key:
Submit requests also require:

Copy-paste async quickstart

This minimal request submits a text-to-image task and returns a taskId.
Successful response:
Save the taskId; you need it to poll for the final result.

Request body

Text-to-image

Image-to-image

Explicit size

Parameters

string
default:"async"
Result delivery mode. Use async for polling with statusTask, or callback for webhook delivery.
string
Required when request_type is callback. Must be a public HTTPS URL that can receive the final task payload. See Webhooks.
object
required
Seedream 4.0 input parameters.

Size presets from resolution + aspect_ratio

When aspect_ratio is provided, APIXO maps resolution and aspect_ratio to these output dimensions:

Polling and delivery guidance

Seedream 4.0 tasks are asynchronous. For production systems, prefer callback_url instead of tight polling loops.

Billing

Seedream 4.0 is billed per generated image. The current public APIXO price is a single flat rate for this model. Billing behavior:
If fewer images succeed than requested, APIXO automatically adjusts the final charge to the actual number of successful outputs.