Kimi K2

Agent-oriented models built for long context, software work and multi-step tool use.

Pricing

Input
$0.60
Output
$2.50
Cached input
$0.15

USD / 1M tokens

All prices are shown in USD and exclude VAT, sales tax and any other applicable taxes. Tax is calculated and added at checkout based on your billing country. Business customers in the EU who supply a valid VAT number are invoiced under the reverse charge.

At a glance

Model ID
kimi-k2
Context window
128K
Request formats
Capabilities
  • Agentic tasks
  • Coding
  • Long context
01

Call it in one request

Point your existing client at the Hubrium base URL and pass this model ID.

curl https://api.hubrium.com/v1/chat/completions \
  -H "Authorization: Bearer $HUBRIUM_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kimi-k2",
    "messages": [
      {"role": "user", "content": "Explain this code."}
    ],
    "stream": true
  }'
MethodPathPurpose
GET/v1/modelsList models available to your API key
POST/v1/chat/completionsOpenAI chat, tools and streaming
POST/v1/responsesOpenAI Responses-compatible agent requests

Hubrium

One integration, every model

Use the same API key and model IDs with OpenAI- or Anthropic-compatible request formats.

Get API key