Add openrouter deepseek/deepseek-chat-v3.1 support

This commit is contained in:
Sameer Kankute
2025-08-22 22:59:09 +05:30
parent fc62f75e04
commit f239a0f78a
2 changed files with 30 additions and 0 deletions
@@ -11236,6 +11236,21 @@
"supports_tool_choice": true,
"supports_prompt_caching": true
},
"openrouter/deepseek/deepseek-chat-v3.1": {
"max_tokens": 8192,
"max_input_tokens": 163840,
"max_output_tokens": 163840,
"input_cost_per_token": 2e-07,
"input_cost_per_token_cache_hit": 2e-08,
"output_cost_per_token": 8e-07,
"litellm_provider": "openrouter",
"mode": "chat",
"supports_function_calling": true,
"supports_assistant_prefill": true,
"supports_reasoning": true,
"supports_tool_choice": true,
"supports_prompt_caching": true
},
"openrouter/x-ai/grok-4": {
"max_tokens": 256000,
"max_input_tokens": 256000,
+15
View File
@@ -11236,6 +11236,21 @@
"supports_tool_choice": true,
"supports_prompt_caching": true
},
"openrouter/deepseek/deepseek-chat-v3.1": {
"max_tokens": 8192,
"max_input_tokens": 163840,
"max_output_tokens": 163840,
"input_cost_per_token": 2e-07,
"input_cost_per_token_cache_hit": 2e-08,
"output_cost_per_token": 8e-07,
"litellm_provider": "openrouter",
"mode": "chat",
"supports_function_calling": true,
"supports_assistant_prefill": true,
"supports_reasoning": true,
"supports_tool_choice": true,
"supports_prompt_caching": true
},
"openrouter/x-ai/grok-4": {
"max_tokens": 256000,
"max_input_tokens": 256000,