Capabilities & Performance
- 1,000,000 token seamless document and video context comprehension
- Starting at $1.936/M input, $5.807/M output with 10% SLA assurance
- Fully compatible with pinned enterprise snapshot alias qwen3.8-max-0902
Alibaba 2.4-trillion-parameter MoE flagship model with native 1M context, state-of-the-art autonomous coding, and comprehensive multimodal reasoning. Supports deterministic 0902 snapshot alias.
Params
2.4T MoE 1M
Context
1M
Max Output
32K
| Lane | Public Rate | Cached |
|---|---|---|
| Realtime API | $1.94 / $5.81 | $0.242 |
Prices per 1M tokens. Cached prompt rate applies on prefix hits.
from openai import OpenAI
client = OpenAI(
base_url="https://api.batchin.tech/v1",
api_key="BATCHIN_API_KEY"
)
resp = client.chat.completions.create(
model="qwen3.8-max",
messages=[{"role": "user", "content": "Benchmark system architecture performance and cost profile."}]
)
print(resp.choices[0].message.content)import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.batchin.tech/v1",
apiKey: process.env.BATCHIN_API_KEY,
});
const resp = await client.chat.completions.create({
model: "qwen3.8-max",
messages: [{ role: "user", content: "Benchmark system architecture performance and cost profile." }],
});
console.log(resp.choices[0]?.message?.content);curl https://api.batchin.tech/v1/chat/completions \
-H "Authorization: Bearer $BATCHIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.8-max",
"messages": [{"role":"user","content":"Benchmark system architecture performance and cost profile."}]
}'DeepSeek next-gen MoE reasoning flagship for complex architectural design, autonomous coding loops, and math proofs.
Zhipu AI flagship model with upgraded reasoning, deep tool invocation capabilities, and Chinese enterprise alignment.
Moonshot AI flagship with ultra-long 2M lossless context, multi-document cross-referencing, and deep research synthesis.