Capabilities & Performance
- 2,000,000 token seamless retrieval without needle-in-haystack loss
- Wholesale tier down to $1.429/M input
Moonshot AI flagship with ultra-long 2M lossless context, multi-document cross-referencing, and deep research synthesis.
Params
2M Context
Context
2M
Max Output
64K
| Lane | Public Rate | Cached |
|---|---|---|
| Realtime API | $1.86 / $9.29 | $0.371 |
| Batch Queue | Batch rates available on rollout | $0.371 |
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="kimi-k3",
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: "kimi-k3",
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": "kimi-k3",
"messages": [{"role":"user","content":"Benchmark system architecture performance and cost profile."}]
}'Specialized coding intelligence model from Moonshot AI with deep understanding of complex frameworks and full-stack tasks.
Alibaba flagship reasoning model with native 1M context window and state-of-the-art benchmark capabilities.
DeepSeek next-gen MoE reasoning flagship for complex architectural design, autonomous coding loops, and math proofs.