Image Generationtextimage

Seedream 5.0 Lite

字节跳动图像生成模型,内置推理、联网搜索和多图编辑能力,最高支持3K分辨率

Entrada

Generation mode

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

Watermark
Output format
Ready to generateReady to generate

Referencia de la 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-lite",
  "prompt": "A cute cat sitting on a windowsill",
  "size": "2048x2048",
  "watermark": true,
  "output_format": "jpeg",
  "response_format": "url",
  "sequential_image_generation": "disabled"
}'