Skip to main content
POST
Seedream 5 — Text to Image
Generate images from text descriptions with Seedance’s Seedream 5 model. Supports multiple aspect ratios and resolution tiers.

Request Body

string
required
Model slug. Use seedance/seedream-5/text-to-image for text-to-image generation.
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 request ($0.035)
Default cost: 2K resolution = 35,000 × 1 = 35,000 micro-cents ($0.035)3K cost: 35,000 × 1.5 = 52,500 micro-cents ($0.0525)

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