TokenRoute
Get started
Back to models

Kwaipilot: KAT-Coder-Pro V2.5

kwaipilot/kat-coder-pro-v2.5

KAT-Coder-Pro V2.5 is a flagship-level Agentic Coding model that can directly hand over an entire issue or an entire business workflow to it, allowing it to autonomously locate and make...

Pricing

Input$0.5180 /M
Output$2.07 /M
Cache read$0.1050 /M

Specs

Context length262.1K tokens
Max output235.9K tokens
Inputtext
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kwaipilot/kat-coder-pro-v2.5",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

frequency_penalty
logit_bias
max_tokens
min_p
presence_penalty
repetition_penalty
response_format
seed
stop
structured_outputs
temperature
tool_choice
tools
top_k
top_p
Kwaipilot: KAT-Coder-Pro V2.5 API, pricing and context length | TokenRoute