1{
2 "name": "Kimi Coding",
3 "id": "kimi-coding",
4 "type": "anthropic",
5 "api_key": "$KIMI_CODING_API_KEY",
6 "api_endpoint": "https://api.kimi.com/coding",
7 "default_large_model_id": "kimi-for-coding",
8 "default_small_model_id": "kimi-for-coding",
9 "models": [
10 {
11 "id": "kimi-for-coding",
12 "name": "Kimi for Coding",
13 "cost_per_1m_in": 0,
14 "cost_per_1m_out": 0,
15 "cost_per_1m_in_cached": 0,
16 "cost_per_1m_out_cached": 0,
17 "context_window": 262144,
18 "default_max_tokens": 32768,
19 "can_reason": true,
20 "supports_attachments": true
21 }
22 ]
23}