Image Generationtextimage

Seedream 4.0

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

Entrada

Generation mode

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

Watermark
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": "seedream-4.0",
  "prompt": "A cute cat sitting on a windowsill",
  "size": "2048x2048",
  "watermark": true,
  "response_format": "url",
  "sequential_image_generation": "disabled"
}'