Overview
Seedream 4.5 is a ByteDance image model for text-to-image generation and reference-guided image generation. It supports 2K and 4K output presets, up to 10 generated images per task, optional sequential generation, and flexiblesize input for callers who prefer explicit dimensions.
Endpoint and authentication
Base URL:
All requests require your APIXO API key:
Copy-paste async quickstart
This minimal request submits a text-to-image task and returns ataskId.
taskId; you need it to poll for the final result.
Poll for 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.5 input parameters.
Size presets from resolution + aspect_ratio
When aspect_ratio is provided, APIXO maps resolution and aspect_ratio to these output dimensions:
Response format
Submit task response
POST /generateTask/seedream-4-5 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.
Status response
string
Task state. Common values are
processing, success, and failed.string
Present on success. Parse this JSON string and read
resultUrls.string
Present on failure. Stable machine-readable failure code.
string
Present on failure. Human-readable failure message.
Polling and delivery guidance
Seedream 4.5 tasks are asynchronous.
For production systems, prefer
callback_url instead of tight polling loops.
Billing
Seedream 4.5 is billed per generated image. The current public APIXO price is a single flat rate for this model.
Billing behavior: