mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
fix(dashscope): mark qwen3.8-flash as vision and video capable with explicit cache creation cost
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
85d338da8b
commit
27b5665901
2 changed files with 12 additions and 0 deletions
|
|
@ -16691,6 +16691,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"dashscope/qwen3.8-flash": {
|
||||
"cache_creation_input_token_cost": 2e-07,
|
||||
"cache_read_input_token_cost": 1.6e-08,
|
||||
"input_cost_per_token": 1.5e-07,
|
||||
"litellm_provider": "dashscope",
|
||||
|
|
@ -16705,6 +16706,8 @@
|
|||
"supports_reasoning": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_video_input": true,
|
||||
"supports_vision": true,
|
||||
"supports_web_search": true
|
||||
},
|
||||
"dashscope/qwen3.8-omni-flash": {
|
||||
|
|
@ -18632,6 +18635,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"qwen_ai_platform/qwen3.8-flash": {
|
||||
"cache_creation_input_token_cost": 2e-07,
|
||||
"cache_read_input_token_cost": 1.6e-08,
|
||||
"input_cost_per_token": 1.5e-07,
|
||||
"litellm_provider": "qwen_ai_platform",
|
||||
|
|
@ -18646,6 +18650,8 @@
|
|||
"supports_reasoning": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_video_input": true,
|
||||
"supports_vision": true,
|
||||
"supports_web_search": true
|
||||
},
|
||||
"qwen_ai_platform/qwen3.8-omni-flash": {
|
||||
|
|
|
|||
|
|
@ -16691,6 +16691,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"dashscope/qwen3.8-flash": {
|
||||
"cache_creation_input_token_cost": 2e-07,
|
||||
"cache_read_input_token_cost": 1.6e-08,
|
||||
"input_cost_per_token": 1.5e-07,
|
||||
"litellm_provider": "dashscope",
|
||||
|
|
@ -16705,6 +16706,8 @@
|
|||
"supports_reasoning": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_video_input": true,
|
||||
"supports_vision": true,
|
||||
"supports_web_search": true
|
||||
},
|
||||
"dashscope/qwen3.8-omni-flash": {
|
||||
|
|
@ -18632,6 +18635,7 @@
|
|||
"supports_vision": true
|
||||
},
|
||||
"qwen_ai_platform/qwen3.8-flash": {
|
||||
"cache_creation_input_token_cost": 2e-07,
|
||||
"cache_read_input_token_cost": 1.6e-08,
|
||||
"input_cost_per_token": 1.5e-07,
|
||||
"litellm_provider": "qwen_ai_platform",
|
||||
|
|
@ -18646,6 +18650,8 @@
|
|||
"supports_reasoning": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_video_input": true,
|
||||
"supports_vision": true,
|
||||
"supports_web_search": true
|
||||
},
|
||||
"qwen_ai_platform/qwen3.8-omni-flash": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue