Seedream 5.0 Pro API Documentation
Seedream 5.0 Pro is Byteplus’s next-generation image generation model. It supports text-to-image, single-image, and multi-image (up to 14 reference images) inputs, high-resolution output up to 3K, and optional sequential generation of related images.1. API Endpoint & Authentication
Base URL: https://console.gmicloud.ai Endpoint: POST /api/v1/ie/requestqueue/apikey/requests Header: Authorization: Bearer YOUR_API_KEY Content-Type: application/json2. Model Specifications
- Pricing: $0.085 per image
- Input: Text prompt (required), plus up to 14 optional reference images
- Resolution: 2K / 3K presets, or explicit WxH (total pixels 3.6M-10.4M; aspect ratio 1/16 to 16)
- Output Formats: JPEG (default) or PNG
- Features: Multi-image reference, sequential image generation, optional AI-generated watermark
3. How It Works
Text-to-Image & Image-to-Image
Provide a text prompt (recommended under 600 words) to generate an image from scratch. Optionally supply one or more reference images to guide the output. Up to 14 reference images are supported, passed as a single URL or an array of URLs.Size Control
Output size can be set two ways: a preset tier (‘2K’ or ‘3K’), or an explicit ‘WxH’ dimension. Explicit dimensions must total between 3.6M and 10.4M pixels with an aspect ratio between 1/16 and 16. The default is 2048x2048.Sequential Image Generation
When set to ‘auto’, the model can generate a sequence of related images in one request rather than a single image. The max_images value caps the total, where reference images plus generated images must not exceed 15.Output Format & Watermark
Choose JPEG or PNG output. When watermark is enabled, an ‘AI Generated’ label is added to the bottom-right corner of each image.4. Parameter Reference
5. Example CURL Request
6. Checking Request Status
- queued: Request is waiting to be processed by GPU resources.
- processing: Image generation is currently in progress.
- success: Generation completed. URLs available in outcome.media_urls.
- failed: Generation failed. Check logs for details.