Capabilities & Performance
- High-throughput production backbone
- Starting at $0.371/M input down to $0.286/M on Enterprise
Balanced workhorse model with 1M context, robust tool use, and enterprise-grade reliability.
Params
1M Context
Context
1M
Max Output
32K
| Lane | Public Rate | Cached |
|---|---|---|
| Realtime API | $0.37 / $1.49 | $0.074 |
| Batch Queue | Batch rates available on rollout | $0.074 |
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.7-plus",
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.7-plus",
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.7-plus",
"messages": [{"role":"user","content":"Benchmark system architecture performance and cost profile."}]
}'Alibaba flagship reasoning model with native 1M context window and state-of-the-art benchmark capabilities.
High-throughput, ultra-low latency DeepSeek model optimized for rapid tool calls and high-frequency agent loops.
MiniMax flagship language and multimodal reasoning engine with native 512K context and expressive text generation.