Seedream V5 Lite - Create image from text
Generate high-quality images from text descriptions using ByteDance’s Seedream V5 Lite model.
Key Features:
- Improved detail and composition over previous versions
- Up to 4MP resolution support
- Various aspect ratios available
- Optional seed for reproducibility
Best for:
- High-quality image generation
- Detailed scenes and compositions
- Cinematic and artistic imagery
Authorizations
Your Magnific API key. Required for authentication. Learn how to obtain an API key
Body
Text description of the image you want to generate.
Tips:
- Be specific about visual details, composition, and style
- Seedream V5 Lite excels at high-quality image generation with improved detail and composition
- Describe lighting, atmosphere, and camera angles for best results
Examples:
- Simple: "A futuristic cityscape at sunset with neon lights"
- Detailed: "A futuristic cityscape at sunset with neon lights, detailed architecture, volumetric lighting, cinematic composition"
4096"A futuristic cityscape at sunset with neon lights"
Optional callback URL that will receive asynchronous notifications whenever the task changes status. The payload sent to this URL is the same as the corresponding GET endpoint response, but without the data field.
"https://www.example.com/webhook"
The aspect ratio of the generated image. Seedream V5 Lite supports up to 4MP resolution.
Available options:
square_1_1: Square format (2048x2048) - Instagram feed, profile pictureswidescreen_16_9: Landscape (2730x1536) - YouTube thumbnails, presentationssocial_story_9_16: Portrait (1536x2730) - TikTok, Instagram Storiesportrait_2_3: Tall portrait (1672x2508) - Pinterest pinstraditional_3_4: Classic photo (1774x2364) - Traditional photographystandard_3_2: Photo print (2508x1672) - Standard printsclassic_4_3: Monitor ratio (2364x1774) - Classic displayscinematic_21_9: Ultra-wide (3062x1312) - Cinematic banners
square_1_1, widescreen_16_9, social_story_9_16, portrait_2_3, traditional_3_4, standard_3_2, classic_4_3, cinematic_21_9 "square_1_1"
Random seed for reproducibility. Using the same seed with identical parameters produces similar results. Useful for iterating on a design or creating variations.
0 <= x <= 429496729512345
Whether to enable the content safety checker. When enabled, the model filters potentially unsafe content.
Response
OK - The request has succeeded and the Seedream V5 Lite process has started.
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED",
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
]
}