Novita

seedream-4.0

Context

2000

Input

text, image

Output

image

Tool calling

Not listed

About this model

Seedream 4.0 is ByteDance's image creation model that unifies text-to-image generation and editing in a single architecture. It features 4K resolution output, enhanced reasoning capabilities for physical and temporal constraints, and supports multimodal inputs including text and images. The model excels in precise editing, multi-image reference generation, and advanced text rendering for infographics and layouts

Capabilities

text

Available through the unified API

image

Available through the unified API

Quick start

View API docs
curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "064c4778ee294555a3f23cbc5091a291",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

Novita

064c4778ee294555a3f23cbc5091a291

Available

Input

$0.000 / 1M

Output

$0.000 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.000 / 1M
Output tokens$0.000 / 1M

Performance

Published evaluation results associated with this model.

No benchmark data is listed for this model.

API example

curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "064c4778ee294555a3f23cbc5091a291",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'