Seedream-4-0-250828 API Usage Guide
Overview
Seedream-4-0-250828 is a multimodal image generation model supporting text, single-image, and multi-image inputs. It delivers high-fidelity, stylistically consistent outputs with flexible composition control. With features like multi-image blending, image editing, and subject-consistent sequential generation, Seedream 4.0 gives creators unprecedented freedom and control in digital image creation. Key Features: Text-to-Image & Image-to-Image Support: Accepts text-only, single image, or multiple images as input. Multi-Image Blending: Combine several reference images to synthesize coherent outputs. Image Editing: Modify or restyle existing images using textual guidance. Sequential Batch Generation: Generate consistent image sequences maintaining the same subject or composition. High Resolution: Outputs up to 1024×1024 pixels. Watermark Option: Easily toggle watermark for brand or compliance purposes. Fast & Reliable Inference: Optimized for high-throughput GPU acceleration in GMI Cloud’s infrastructure.Authentication
All API requests require authentication using an API key. Include your API key in the Authorization header:Submit Image Generation Request
Base URL
Endpoint
Request Format
Request Parameters
| Parameter | Type | Required | Description | Default | Constraints |
|---|---|---|---|---|---|
prompt | string | Yes | Text description of the desired image (max 2000 characters). | - | Required |
image | string | No | Reference image URL or an array of URLs (jpeg/png). | - | Up to 10 images are supported. |
size | string | No | Output size preset (supports 1K/2K/4K or custom WxH). | “2048x2048” | Options: “1K”, “2K”, “4K”, “1024x1024”, “1440x2560”, “1664x2496”, “1728x2304”, “2048x2048”, “2304x1728”, “2496x1664”, “2560x1440”, “3024x1296”, “4096x4096” |
max_images | integer | No | Total (reference+generated) ≤ 15. | 1 | Optional |
sequential_image_generation | string | No | Generate a sequence of related images automatically. | disabled | Options: “disabled”, “auto” |
seed | integer | No | Random seed. Use -1 for random. | -1 | -1 to 2147483647 |
watermark | boolean | No | Whether to include watermark in the output. | false | Optional |
Response
Check Request Status
Endpoint
Example
Response
Request Status Values
| Status | Description |
|---|---|
queued | Request is waiting to be processed |
processing | Video generation is in progress |
success | Video generation completed successfully |
failed | Video generation failed |
cancelled | Request was cancelled |
List Your Requests
Endpoint
Example
Get Model Information
Endpoint
Example
List Available Models
Endpoint
Example
Response
Example Use Cases
Text-to-Image (Prompt Only)
Multi-Image Blending
Sequential Consistent Image Generation
Tips for Better Results
- Prompt Clarity: Use detailed, specific prompts for precise results.
- Reference Image Control: Include 1–3 clear, high-quality images for better blending.
- Sequential Mode: Enables consistent subjects across a batch of generated images.
- Watermark Toggle: Disable watermark for professional or internal use.