kwaipilot

Kwaipilot: KAT-Coder-Pro V2.5

Context
256k tokens
Input / 1M tokens
$0.74
Output / 1M tokens
$2.96
Benchmark

Pricing

Input tokens$0.74 per 1M tokens
Output tokens$2.96 per 1M tokens
Cache read$0.15 per 1M tokens

Technical details

Model IDkwaipilot/kat-coder-pro-v2.5
Context window256k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens80,000

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'kwaipilot/kat-coder-pro-v2.5',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Kwaipilot: KAT-Coder-Pro V2.5?

Get an API key and start making requests in minutes.

Get an API key