API · Models
Text
Kat Coder Pro V2
A high-performance edition designed for complex enterprise projects and SaaS integration.
ToolsReasoningCache
Context 256K·Max out 256K
Quickstart
import { streamText } from 'ai';
import { createOpenAICompatible } from '@ai-sdk/openai-compatible';
const blackbox = createOpenAICompatible({
name: 'blackbox',
apiKey: process.env.BLACKBOX_API_KEY!,
baseURL: 'https://api.blackbox.ai/v1',
});
const result = streamText({
model: blackbox('blackboxai/kwaipilot/kat-coder-pro-v2'),
prompt: 'Why is the sky blue?',
});
for await (const chunk of result.textStream) {
process.stdout.write(chunk);
}Specs & pricing
- Input $/M
- 0.3
- Output $/M
- 1.20
- Context window
- 256K
- Max output
- 256K
- Supported parameters
- —
Related models
| Model | Type | Context | Input $/M |
|---|---|---|---|
| Kat Coder Air V2.5 | Text | 256K | 0.15 |
| KAT-Coder-Pro V1 | Text | 256K | 0.3 |
| Kat Coder Pro V2.5 | Text | 256K | 0.74 |
| NVIDIA: Nemotron 3 Ultra | Text | 1M | 0.6 |
| Kimi K2.7 Code | Text | 262.1K | 0.95 |