- Model
moonshotai/Kimi-K2.6- Provider
huggingface- API
openai-completions- Base URL
https://router.huggingface.co/v1- Input
- text, image
- Reasoning
- Yes
- Context window
- 262,144
- Max tokens
- 262,144
- Cost / million input
- $0.95
- Cost / million output
- $4
- Cost / million cache read
- $0.16
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"huggingface": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "moonshotai/Kimi-K2.6",
"name": "Kimi-K2.6",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 262144,
"maxTokens": 262144,
"cost": {
"input": 0.95,
"output": 4,
"cacheRead": 0.16,
"cacheWrite": 0
},
"compat": {
"supportsDeveloperRole": false
}
}
],
"api": "openai-completions",
"baseUrl": "https://router.huggingface.co/v1"
}
}
}