- Model
moonshotai/kimi-k2-thinking- Provider
vercel-ai-gateway- API
anthropic-messages- Base URL
https://ai-gateway.vercel.sh- Input
- text
- Reasoning
- Yes
- Context window
- 262,114
- Max tokens
- 262,114
- Cost / million input
- $0.6
- Cost / million output
- $2.5
- Cost / million cache read
- $0.15
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"vercel-ai-gateway": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "moonshotai/kimi-k2-thinking",
"name": "Kimi K2 Thinking",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 262114,
"maxTokens": 262114,
"cost": {
"input": 0.6,
"output": 2.5,
"cacheRead": 0.15,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://ai-gateway.vercel.sh"
}
}
}