generate_image
Generate images from detailed text descriptions using Seedream V4 T2I, supporting photorealistic and artistic styles.
Instructions
Generate images from text descriptions using Seedream V4 T2I.
This tool creates high-quality photorealistic or artistic images from text prompts.
Jobs are processed asynchronously and typically complete in 30-90 seconds.
Args:
prompt: Detailed text description of the desired image. Be specific about
style, composition, lighting, colors, and subject matter.
negative_prompt: Elements to exclude from the image (e.g., "blurry, low quality,
distorted faces"). Optional but recommended for better results.
size: Image dimensions in format "width*height" (e.g., "2048*2048").
Valid range: 1024-4096 pixels for both width and height.
Default: "2048*2048"
seed: Random seed for reproducibility. Use -1 for random generation (default),
or provide a specific number to reproduce results.
enable_safety_checker: Enable content safety filtering. Default: true.
Set to false only if you need to bypass content filtering.
max_wait_seconds: Maximum time to wait for job completion in seconds.
Default: 300 (5 minutes). Increase for very large images.
Returns:
Success message with image URL, generation details, and job ID for status tracking.
Format: "✓ Image generated successfully!URL: ... Size: ... Seed: ... Job ID: ..."
Examples:
- "A photorealistic sunset over snow-capped mountains with dramatic clouds"
- "An oil painting of a medieval castle on a cliff, fantasy art style"
- "Product photo of a sleek smartphone on a white background, studio lighting"Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| negative_prompt | No | ||
| size | No | 2048*2048 | |
| seed | No | ||
| enable_safety_checker | No | ||
| max_wait_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |