One unified API to access Zhipu GLM, MiniMax, Kimi, DeepSeek and more. Instant delivery, transparent pricing, enterprise-grade reliability.
Trusted by developers worldwide
From reasoning to multimodal, access the most advanced Chinese AI models through a single, OpenAI-compatible endpoint.
Flagship large language model with advanced reasoning, coding, and long-context capabilities. 128K context window.
State-of-the-art reasoning model. R1 rivals OpenAI o1 on math and code benchmarks. V3 offers unmatched general performance.
Moonshot AI's long-context champion. Process entire books, codebases, or lengthy conversations with ease.
Powerful multimodal model excelling at voice, text, and image understanding. Built for interactive AI agents.
Alibaba Cloud's flagship model. Exceptional at tool use, structured output, and enterprise workflows.
Optimized for Chinese business scenarios. Strong performance in legal, medical, and financial domains.
We remove the friction of accessing China's best AI. No Chinese business entity required. Pay in USD. Get support in English.
Drop-in replacement. Change one base URL and start using GLM, DeepSeek, or Kimi instantly.
Requests routed through our global PoPs. Sub-100ms latency to North America, Europe, and Southeast Asia.
Monitor token consumption, latency, and costs per model. Export logs for compliance and debugging.
SOC 2 Type II certified. End-to-end encryption. Dedicated VPC options for enterprise customers.
import openai
client = openai.OpenAI(
base_url="https://api.mixtoken.cn/v1",
api_key="your-api-key"
)
response = client.chat.completions.create(
model="deepseek-v3",
messages=[
{"role": "user",
"content": "Explain quantum computing"}
],
stream=True
)
for chunk in response:
print(chunk.choices[0]
.delta.content, end="")
No hidden fees. No minimum commitment. Volume discounts available for enterprises.
| Model | Input (per 1M) | Output (per 1M) | Context | Features |
|---|---|---|---|---|
| DeepSeek-V3 | $0.14 | $0.28 | 64K | General Fast |
| DeepSeek-R1 | $0.55 | $2.19 | 64K | Reasoning Chain-of-Thought |
| GLM-4-Plus | $0.50 | $0.50 | 128K | Multilingual Code |
| Kimi k1.5 | $0.60 | $0.60 | 200K | Long Context |
| MiniMax abab6.5 | $0.40 | $0.80 | 32K | Voice Vision |
| Qwen2.5-Max | $0.38 | $0.76 | 128K | Tools JSON |
| Baichuan 4 | $0.35 | $0.70 | 128K | Chinese Industry |
Our OpenAI-compatible API means zero learning curve. Use your favorite SDK — Python, Node.js, Go, or curl.
Sign up with email or GitHub. Get $5 free credits instantly.
Create and scope your keys. Set rate limits and IP restrictions.
Point your OpenAI client to https://api.mixtoken.cn/v1
Join thousands of developers using MixToken to access Zhipu, DeepSeek, Kimi, and more. Start free, scale as you grow.