Image Generation
textimage
logo

Seedream 4.5

Seedream 4.5

ByteDance Seedream 4.5 image generation model with text-to-image, image-to-image, and sequential image generation support

输入

生成方式

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

Size
N
准备开始生成准备开始生成

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": "seedream-4.5",
  "prompt": "A cute cat sitting on a windowsill",
  "n": 1,
  "size": "2K"
}'