KwaiKAT / kwaikat/kat-coder-pro-v2.5

KwaiKAT: KAT-Coder-Pro V2.5 - access through LLMTR

KAT-Coder-Pro V2.5 is Kwaipilot's (Kuaishou StreamLake) flagship agentic coding model. It is trained to carry out multi-step tasks inside real, executable repositories rather than to emit single-shot code, so it fits flows that browse a codebase, edit files, run tests, and chain tools. It reasons through a problem before answering (reasoning is always on), makes reliable tool/function calls, and accepts image input as base64 data URLs. It supports a 256K context window and prompt-cache reads.

Technical specifications

Canonical IDkwaikat/kat-coder-pro-v2.5
ProviderKwaiKAT
Context window262,144 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext, image

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$0.740000
CHAT_COMPLETIONSCACHE_READPER_1M_TOKENS$0.150000
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$2.96

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"kwaikat/kat-coder-pro-v2.5","messages":[{"role":"user","content":"Hello"}]}'

Related models