Skip to content

Commit d57f405

Browse files
authored
add: Kimi K2 Groq
1 parent ae7891f commit d57f405

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/consts/models.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,17 @@
199199
"experimental": true,
200200
"free_tier": true,
201201
"supports_attachment": false
202+
},
203+
{
204+
"name": "Qwen QwQ 32B",
205+
"id": "moonshotai/kimi-k2-instruct",
206+
"description": "Kimi K2 is Moonshot AI's state-of-the-art Mixture-of-Experts (MoE) language model with 1 trillion total parameters and 32 billion activated parameters. Designed for agentic intelligence, it excels at tool use, coding, and autonomous problem-solving across diverse domains.",
207+
"type": "chat",
208+
"price_per_1m_tokens": 4.0,
209+
"available": true,
210+
"experimental": true,
211+
"free_tier": true,
212+
"supports_attachment": false
202213
}
203214
]
204215
},

0 commit comments

Comments
 (0)