novita

seedance-v1-lite-t2v

Context

1K

Input

text

Output

video

Tool calling

Not listed

About this model

Seedance V1 Lite is a lightweight text-to-video generation model capable of producing short video clips from textual prompts.

Capabilities

text

Available through the unified API

video

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": "924afd05168441849e85841813636837",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

novita

924afd05168441849e85841813636837

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.

SeedVideoBench-1.0

motion_stability0.88
prompt_adherence0.92
aesthetic_score0.85

API example

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