TokenLX
ZHIPU

zhipu/zhipu-doubao-seedance

$1.48/M tokens input$1.48/M tokens output0.06B  tokens servedVideo

Video generation model. Produces video clips from text or images.

Key strengths

  • Text + image input
  • Multiple aspect ratios
  • Duration control
  • Motion coherence

Use cases

  • Short videos
  • Ads
  • Social content
  • Concept clips

Zhipu's zhipu/zhipu-doubao-seedance is a high-fidelity video generation model. It supports text-to-video and image-to-video workflows with configurable duration, aspect ratio, and resolution, plus first-frame and last-frame control for guided scene composition.

Generates cinematic clips with consistent motion, camera control, and optional native audio. Billed per second of generated content.

zhipu/zhipu-doubao-seedance is fully OpenAI-compatible — drop in your existing OpenAI Python or Node SDK and switch `baseURL` to `https://api.tokenlx.ai`. TokenLX transparently routes your requests to the optimal provider endpoint while preserving streaming, function-calling, and structured-output semantics.

Performance

Compare different providers across TokenLX · All locations.

Throughput
61
tok/s
Latency
116
ms
E2E Latency
195
ms
Tool Call Errors
0.07
%
Output Errors
0.39
%
Time to First Token
87
ms

Effective Pricing

Actual cost per million tokens across providers over the past 7 days.

Input
$1.48
per 1M tokens
7d agotoday
Output
$1.48
per 1M tokens
7d agotoday

Recent activity

Total usage per day on TokenLX (last 30 days).

Prompt
22.25M
Completion
36.71M
30d ago15d agotoday

Sample code & API

TokenLX normalizes requests and responses across providers. Use any OpenAI SDK or our native SDK.

# Python — use HTTP client directly
# Endpoint: POST https://api.tokenlx.ai/v1/videos/generations
# Headers:  Authorization: Bearer $TOKENLX_API_KEY
# Body:     { "model": "zhipu-doubao-seedance", "prompt": "...", "duration": 5 }

Replace sk-aihubrouter-… with your key from the dashboard.