feat: add groq/moonshotai-kimi-k2-instruct model configuration

- Add model configuration for groq/moonshotai-kimi-k2-instruct
- Set max_tokens: 131072, max_input_tokens: 131072, max_output_tokens: 16384
- Configure pricing: 1e-06 input cost, 3e-06 output cost per token
- Enable function calling, response schema, reasoning, and tool choice support
This commit is contained in:
Cole McIntosh
2025-07-16 09:22:42 -06:00
parent e22390a39a
commit ca40efab31
2 changed files with 24 additions and 0 deletions
@@ -5362,6 +5362,18 @@
"supports_reasoning": true,
"supports_tool_choice": true
},
"groq/moonshotai-kimi-k2-instruct": {
"max_tokens": 131072,
"max_input_tokens": 131072,
"max_output_tokens": 16384,
"input_cost_per_token": 1e-06,
"output_cost_per_token": 3e-06,
"litellm_provider": "groq",
"mode": "chat",
"supports_function_calling": true,
"supports_response_schema": true,
"supports_tool_choice": true
},
"groq/playai-tts": {
"max_tokens": 10000,
"max_input_tokens": 10000,
+12
View File
@@ -5362,6 +5362,18 @@
"supports_reasoning": true,
"supports_tool_choice": true
},
"groq/moonshotai-kimi-k2-instruct": {
"max_tokens": 131072,
"max_input_tokens": 131072,
"max_output_tokens": 16384,
"input_cost_per_token": 1e-06,
"output_cost_per_token": 3e-06,
"litellm_provider": "groq",
"mode": "chat",
"supports_function_calling": true,
"supports_response_schema": true,
"supports_tool_choice": true
},
"groq/playai-tts": {
"max_tokens": 10000,
"max_input_tokens": 10000,