Model IDDocumentation Index
Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
Use this file to discover all available pages before exploring further.
Seedream-3-0-t2i-250415 API Usage Guide
Overview
Seedream 3.0 is a foundational image generation model that supports native high-resolution output. With comprehensive capabilities comparable to GPT-4o, it ranks among the world’s top-tier models. It offers faster response times, more accurate fine text generation with improved typographic effects, stronger instruction adherence, as well as enhanced fidelity and detail performance.Key Features:
- High Resolution Output: Generates images up to 1024×1024 resolution
- Prompt-based Control: Translates natural text into precise, detailed visuals
- Guidance Scale Adjustment: Fine-tune prompt adherence from creative to literal
- Seed Reproducibility: Generate consistent images using the same seed value
- Optional Watermark: Embed watermark for brand or platform compliance
- Fast and Cost-Effective: Optimized for real-time image generation on GPU clusters
Authentication
All API requests require authentication using an API key. Include your API key in the Authorization header:Submit Video Generation Request
Endpoint
Request Format
Request Parameters
| Parameter | Type | Required | Description | Default | Constraints |
|---|---|---|---|---|---|
model | string | Yes | Model identifier | - | Must be "seedream-3-0-t2i-250415" |
payload.prompt | string | Yes | Text prompt describing the image to generate | - | Required |
payload.size | string | No | Output resolution | "1024x1024" | Options: "512x512", "768x768", "1024x1024" |
payload.seed | integer | No | Random seed for reproducibility | -1 | Any integer; -1 = random |
payload.guidance_scale | float | No | Controls how closely image follows prompt | 2.5 | Recommended: 1.0–7.5 |
payload.add_watermark | boolean | No | Whether to include a watermark | false | true / false |
payload.response_format | string | No | Format of the returned result | "url" | url, base64, json |
Response
Check Request Status
Endpoint
Example
Response
Request Status Values
| Status | Description |
|---|---|
queued | Request is waiting to be processed |
processing | Image generation is in progress |
success | Image generation completed successfully |
failed | Image generation failed |
cancelled | Request was cancelled |
List Your Requests
Endpoint
Example
Get Model Information
Endpoint
Example
List Available Models
Endpoint
Example
Response
Image Specifications
- Resolution: Up to 1024×1024 pixels
- Format: PNG or JPEG
- Output: Downloadable via signed URL
- Watermark: Optional (default: false)
- Default CFG (Guidance Scale): 2.5
Tips for Better Results
- Use clear, descriptive prompts, e.g., “A fantasy landscape with floating islands, golden lighting, detailed textures.”
- Adjust guidance scale
- 1.5–3.0 for creative freedom
- 3.5–6.0 for stronger prompt adherence
- Keep seeds consistent for reproducible output.
- Disable watermark for raw production assets.
- Optimize size - 1024×1024 for best detail, 512×512 for fast previews.