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

ModelTypeContextInput $/M
Kat Coder Air V2.5Text256K0.15
KAT-Coder-Pro V1Text256K0.3
Kat Coder Pro V2Text256K0.3
NVIDIA: Nemotron 3 UltraText1M0.6
Kimi K2.7 CodeText262.1K0.95