API · Models
Text
Kat Coder Pro V2.5
KAT-Coder-V2.5 is a coding-focused agentic model trained to act autonomously inside real, executable repositories rather than as a single-turn code generator.
ReasoningToolsCache
Context 256K·Max out 80K
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.5'),
prompt: 'Why is the sky blue?',
});
for await (const chunk of result.textStream) {
process.stdout.write(chunk);
}Specs & pricing
- Input $/M
- 0.74
- Output $/M
- 2.96
- Context window
- 256K
- Max output
- 80K
- 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 | Text | 256K | 0.3 |
| NVIDIA: Nemotron 3 Ultra | Text | 1M | 0.6 |
| Kimi K2.7 Code | Text | 262.1K | 0.95 |