API · Models
Text

Kat Coder Air V2.5

Fast response version of Kat Coder V2.5 optimized for Agent and Claw use cases.

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-air-v2.5'),
  prompt: 'Why is the sky blue?',
});

for await (const chunk of result.textStream) {
  process.stdout.write(chunk);
}

Specs & pricing

Input $/M
0.15
Output $/M
0.6
Context window
256K
Max output
80K
Supported parameters

Related models

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