Skip to main content
POST
Seedream V5 Lite — Text to Image
Generate high-quality images from text prompts using ByteDance+ Seedream V5 Lite, featuring Chain-of-Thought reasoning and up to 4K output. Supports batch generation of up to 4 images per request.

Request Body

string
required
Model slug. Use bytedance-plus/seedream-v5-lite/text-to-image.
object
required
Input parameters for text-to-image generation.
string
HTTPS URL to receive a webhook notification when the job completes or fails.

Pricing

Base cost: 35,000 micro-cents per image ($0.035/image)
Default cost: 1 image = 35,000 × 1 = 35,000 micro-cents ($0.035)

Response

string
Unique identifier for the submitted job.
string
Initial job status. Always "pending" on successful submission.
string
ISO 8601 timestamp of the estimated completion time.
number
The cost of the job in micro-cents.

Code Examples