Skip to main content

Overview

Seedream 5.0 is a ByteDance image generation model for text-to-image creation and reference-guided image generation. It supports 2K and 3K output presets, optional web search, selectable output format, and flexible size input for callers who prefer explicit dimensions.

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.

Poll for result

Success response:

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 5.0 input parameters.

Size presets from resolution + aspect_ratio

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

Response format

Submit task response

POST /generateTask/seedream-5-0 returns a task ID when the task is accepted:
integer
API status code. 200 means the task was accepted.
string
Human-readable status message.
string
Task identifier used for later polling or webhook matching.

Polling and delivery guidance

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

Billing

Seedream 5.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.