TokenLX
MINIMAX

minimax/minimax-video-1.0

from $0.28 per call0.48B  tokens servedVideo

MiniMax — Chinese LLM family with hybrid attention for extreme-length contexts.

Key strengths

  • Very long context
  • Hybrid attention architecture
  • Good reasoning
  • Chinese + English

Use cases

  • Book-length inputs
  • Long conversations
  • RAG over huge corpora
  • Research
long-contextchinese

MiniMax's minimax/minimax-video-1.0 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.

minimax/minimax-video-1.0 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
75
tok/s
Latency
144
ms
E2E Latency
200
ms
Tool Call Errors
0.08
%
Output Errors
0.40
%
Time to First Token
113
ms

Effective Pricing

Pricing is shown by the model billing method, using per-call or per-second prices and resolution tiers.

Per call
$0.28
Per call
Resolution pricing
512P_6s
$0.1
768P_6s
$0.28
1080P_6s
$0.49
512P_10s
$0.15
768P_10s
$0.56

Recent activity

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

Prompt
168.00M
Completion
310.80M
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": "minimax-video-1.0", "prompt": "...", "duration": 5 }

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