Novita

seedream-4.5

Seedance/Seedream-4.5
Context

2000

Input

text, image

Output

image

Tool calling

Not listed

About this model

Seedream 4.5 is an upgraded image generation model from ByteDance, offering cinematic aesthetics, stronger spatial understanding, and richer world knowledge. It features improved consistency, smarter instruction following, and professional typography rendering. It supports 4K resolution output, multi-image reference control, and delivers generation speeds of 2-3 seconds

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.030 / image

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Image generationstandard · 2K$0.030 / image
Image generationstandard · 4K$0.030 / 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-4.5",
  "messages": [
    {
      "role": "user",
      "content": "A futuristic city skyline at dusk"
    }
  ],
  "number": 1,
  "size": "2K",
  "quality": "standard"
}'