Seedream 5.0 Lite
Seedream 5.0 lite is ByteDance’s unified multimodal image generation model, built with deeper reasoning and online search capabilities to deliver stronger prompt understanding, better visual reasoning, and more accurate, context-aware image creation.
Seedream 5.0 Lite Image to Image API
Primary reference image. Formats: jpeg, png, webp, bmp, tiff, gif. Max 10MB
Drag and drop an image, or click to browse
Supports PNG, JPEG, WebP. Max 100MB. You can also paste from clipboard (Ctrl+V).
Describe the desired transformation (max 2000 characters)
Output image size
Result
Results will appear here
Cost: $0.04/image
Seedream 5.0 Lite API Implementation Guide
Get API Key
Generate your API key from the dashboard and set it as an environment variable.
export MODELHUNTER_KEY="your_api_key"Make Your First Call
Follow the API documentation for complete code examples in cURL, JavaScript, and Python, including request format, polling, and error handling.
View API Documentation →Seedream 5.0 Lite Key Info
Capabilities
- Text to Image API
- Image to Image API
Pricing
Text to Image API
$0.04 / image
$0.04 per image
Image to Image API
$0.04 / image
$0.04 per image
Use Cases
Output Formats
Seedream 5.0 Lite API Documentation
Run the playground first, then open the full API docs for integration details.
About
Edit and transform images with multi-image reference input (up to 14)
Code Examples
1curl -X POST https://api.modelhunter.ai/api/v1/seedream/image-to-image \2-H "Authorization: Bearer YOUR_API_KEY" \3-H "Content-Type: application/json" \4-d '{5"model": "seedream-5-0-lite",6"input": {7"image": "https://example.com/image.jpg",8"prompt": "A futuristic cityscape at sunset with neon signs",9"size": "2K"10}11}'
Schema
View Full API DocsInput
modelModel ID for this capability.
Value: seedream-5-0-lite
imagePrimary reference image. Formats: jpeg, png, webp, bmp, tiff, gif. Max 10MB
promptDescribe the desired transformation (max 2000 characters)
sizeOutput image size
Options: 2K, 3K
Default: 2K
output_formatOutput Format
Options: png, jpeg
Default: png
watermarkWatermark
Default: true
response_formatResponse Format
Options: url
Default: url
webhookUrlURL to receive a webhook notification when the task completes.
metadataCustom key-value metadata to attach to the task for tracking.
Response (HTTP 202)
successWhether the request was accepted successfully.
data.idUnique task ID. Use this to poll GET /api/v1/tasks/{id} for results.
data.statusTask status: pending, processing, completed, failed.
data.typeGeneration type: image-to-image.
data.providerProvider name: seedream.
data.modelModel ID used for generation.
data.created_atISO 8601 timestamp of when the task was created.
data.estimated_secondsEstimated time in seconds until the task completes.