mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-10 12:22:16 +00:00
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:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user