Image Generationtextimage

Seedream 5.0 Pro

Seedream 5.0 Pro image generation and editing through BytePlus Ark.

输入

生成方式

仅用文本描述生成图像,无需上传参考图。

Size
Watermark
Output format
准备开始生成准备开始生成

API 参考

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 文档

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.