add deepseek as supports reasoning

This commit is contained in:
Ishaan Jaff 2025-04-11 15:51:02 -07:00
parent 6e45c55313
commit fd9c4d5e67
2 changed files with 12 additions and 0 deletions

View file

@ -2304,6 +2304,7 @@
"litellm_provider": "azure_ai", "litellm_provider": "azure_ai",
"mode": "chat", "mode": "chat",
"supports_tool_choice": true, "supports_tool_choice": true,
"supports_reasoning": true,
"source": "https://techcommunity.microsoft.com/blog/machinelearningblog/deepseek-r1-improved-performance-higher-limits-and-transparent-pricing/4386367" "source": "https://techcommunity.microsoft.com/blog/machinelearningblog/deepseek-r1-improved-performance-higher-limits-and-transparent-pricing/4386367"
}, },
"azure_ai/deepseek-v3": { "azure_ai/deepseek-v3": {
@ -3004,6 +3005,7 @@
"supports_function_calling": true, "supports_function_calling": true,
"supports_assistant_prefill": true, "supports_assistant_prefill": true,
"supports_tool_choice": true, "supports_tool_choice": true,
"supports_reasoning": true,
"supports_prompt_caching": true "supports_prompt_caching": true
}, },
"deepseek/deepseek-chat": { "deepseek/deepseek-chat": {
@ -3268,6 +3270,7 @@
"mode": "chat", "mode": "chat",
"supports_system_messages": false, "supports_system_messages": false,
"supports_function_calling": false, "supports_function_calling": false,
"supports_reasoning": true,
"supports_response_schema": false, "supports_response_schema": false,
"supports_tool_choice": true "supports_tool_choice": true
}, },
@ -6697,6 +6700,7 @@
"mode": "chat", "mode": "chat",
"supports_function_calling": true, "supports_function_calling": true,
"supports_assistant_prefill": true, "supports_assistant_prefill": true,
"supports_reasoning": true,
"supports_tool_choice": true, "supports_tool_choice": true,
"supports_prompt_caching": true "supports_prompt_caching": true
}, },
@ -8766,6 +8770,7 @@
"output_cost_per_token": 0.0000054, "output_cost_per_token": 0.0000054,
"litellm_provider": "bedrock_converse", "litellm_provider": "bedrock_converse",
"mode": "chat", "mode": "chat",
"supports_reasoning": true,
"supports_function_calling": false, "supports_function_calling": false,
"supports_tool_choice": false "supports_tool_choice": false
@ -10851,6 +10856,7 @@
"max_input_tokens": 32768, "max_input_tokens": 32768,
"max_output_tokens": 8192, "max_output_tokens": 8192,
"litellm_provider": "snowflake", "litellm_provider": "snowflake",
"supports_reasoning": true,
"mode": "chat" "mode": "chat"
}, },
"snowflake/snowflake-arctic": { "snowflake/snowflake-arctic": {

View file

@ -2304,6 +2304,7 @@
"litellm_provider": "azure_ai", "litellm_provider": "azure_ai",
"mode": "chat", "mode": "chat",
"supports_tool_choice": true, "supports_tool_choice": true,
"supports_reasoning": true,
"source": "https://techcommunity.microsoft.com/blog/machinelearningblog/deepseek-r1-improved-performance-higher-limits-and-transparent-pricing/4386367" "source": "https://techcommunity.microsoft.com/blog/machinelearningblog/deepseek-r1-improved-performance-higher-limits-and-transparent-pricing/4386367"
}, },
"azure_ai/deepseek-v3": { "azure_ai/deepseek-v3": {
@ -3004,6 +3005,7 @@
"supports_function_calling": true, "supports_function_calling": true,
"supports_assistant_prefill": true, "supports_assistant_prefill": true,
"supports_tool_choice": true, "supports_tool_choice": true,
"supports_reasoning": true,
"supports_prompt_caching": true "supports_prompt_caching": true
}, },
"deepseek/deepseek-chat": { "deepseek/deepseek-chat": {
@ -3268,6 +3270,7 @@
"mode": "chat", "mode": "chat",
"supports_system_messages": false, "supports_system_messages": false,
"supports_function_calling": false, "supports_function_calling": false,
"supports_reasoning": true,
"supports_response_schema": false, "supports_response_schema": false,
"supports_tool_choice": true "supports_tool_choice": true
}, },
@ -6697,6 +6700,7 @@
"mode": "chat", "mode": "chat",
"supports_function_calling": true, "supports_function_calling": true,
"supports_assistant_prefill": true, "supports_assistant_prefill": true,
"supports_reasoning": true,
"supports_tool_choice": true, "supports_tool_choice": true,
"supports_prompt_caching": true "supports_prompt_caching": true
}, },
@ -8766,6 +8770,7 @@
"output_cost_per_token": 0.0000054, "output_cost_per_token": 0.0000054,
"litellm_provider": "bedrock_converse", "litellm_provider": "bedrock_converse",
"mode": "chat", "mode": "chat",
"supports_reasoning": true,
"supports_function_calling": false, "supports_function_calling": false,
"supports_tool_choice": false "supports_tool_choice": false
@ -10851,6 +10856,7 @@
"max_input_tokens": 32768, "max_input_tokens": 32768,
"max_output_tokens": 8192, "max_output_tokens": 8192,
"litellm_provider": "snowflake", "litellm_provider": "snowflake",
"supports_reasoning": true,
"mode": "chat" "mode": "chat"
}, },
"snowflake/snowflake-arctic": { "snowflake/snowflake-arctic": {