Novita

seedream-5.0-lite

Seedance/Seedream-5.0-Lite
Context

2000

Input

text, image

Output

image

Tool calling

Not listed

About this model

ByteDance's latest multimodal image generation model featuring 'deeper thinking'. Supports visual reasoning for complex spatial logic, multi-reference fusion (up to 14 reference images), and real-time online retrieval for up-to-date visual trends.

Input modalities

text

Accepted as model input

image

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Image generation

$0.035 / image

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Image generationstandard · 2K$0.035 / image
Image generationstandard · 3K$0.035 / image

Performance

Published evaluation results associated with this model.

No benchmark data is listed for this model.

API example

curl -X POST https://api.oneinfer.ai/v1/ula/generate-image \
  -H "Authorization: Bearer YOUR_JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "provider": "novita",
  "model": "Seedance/Seedream-5.0-Lite",
  "messages": [
    {
      "role": "user",
      "content": "A futuristic city skyline at dusk"
    }
  ],
  "number": 1,
  "size": "2K",
  "quality": "standard"
}'