- Model
accounts/fireworks/models/kimi-k2-instruct- Provider
fireworks- API
anthropic-messages- Base URL
https://api.fireworks.ai/inference- Input
- text
- Reasoning
- No
- Context window
- 128,000
- Max tokens
- 16,384
- Cost / million input
- $1
- Cost / million output
- $3
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"fireworks": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "accounts/fireworks/models/kimi-k2-instruct",
"name": "Kimi K2 Instruct",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 128000,
"maxTokens": 16384,
"cost": {
"input": 1,
"output": 3,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://api.fireworks.ai/inference"
}
}
}