Image Generationtextimage

Seedream 5.0 Pro

Seedream 5.0 Pro image generation and editing through BytePlus Ark.

Input

Generation mode

Describe the image with text only, no reference upload required.

Size
Watermark
Output format
Ready to generateReady to generate

API Reference

POSThttps://api.token360.ai/v1/images/generations
curl https://api.token360.ai/v1/images/generations \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer your-api-key" \
  -d '{
  "model": "dola-seedream-5.0-pro",
  "prompt": "A cute cat sitting on a windowsill",
  "size": "1024x1024",
  "watermark": true,
  "output_format": "jpeg",
  "response_format": "url",
  "optimize_prompt_options": {
    "mode": "standard"
  }
}'

API Documentation

Overview#

Seedream 5.0 Pro is served through BytePlus Ark and supports text-to-image, single-reference image plus prompt, and multi-reference image plus prompt. It does not support streaming, sequential image generation, web search, tools, or guidance_scale.

Endpoint#

POST /v1/images/generations

Example#

curl -X POST https://api.token360.ai/v1/images/generations \ -H "Content-Type: application/json" \ -H "Authorization: Bearer your-api-key" \ -d '{ "model": "dola-seedream-5.0-pro", "prompt": "A premium product photo on a clean studio background", "size": "1024x1024", "output_format": "jpeg", "response_format": "url" }'

Pricing#

The first input image is free. Each additional input image is USD 0.003. Output images at or below 2.36M pixels are USD 0.045 per image; output images above 2.36M pixels are USD 0.09 per image.