|
| 1 | +{ |
| 2 | + "dashscope/qwen3-coder-plus-2025-09-23": { |
| 3 | + "litellm_provider": "dashscope", |
| 4 | + "max_input_tokens": 997952, |
| 5 | + "max_output_tokens": 65536, |
| 6 | + "max_tokens": 1000000, |
| 7 | + "mode": "chat", |
| 8 | + "source": "https://www.alibabacloud.com/help/en/model-studio/models", |
| 9 | + "supports_function_calling": true, |
| 10 | + "supports_reasoning": true, |
| 11 | + "supports_tool_choice": true, |
| 12 | + "tiered_pricing": [ |
| 13 | + { |
| 14 | + "cache_read_input_token_cost": 1e-07, |
| 15 | + "input_cost_per_token": 1e-06, |
| 16 | + "output_cost_per_token": 5e-06, |
| 17 | + "range": [ |
| 18 | + 0, |
| 19 | + 32000.0 |
| 20 | + ] |
| 21 | + }, |
| 22 | + { |
| 23 | + "cache_read_input_token_cost": 1.8e-07, |
| 24 | + "input_cost_per_token": 1.8e-06, |
| 25 | + "output_cost_per_token": 9e-06, |
| 26 | + "range": [ |
| 27 | + 32000.0, |
| 28 | + 128000.0 |
| 29 | + ] |
| 30 | + }, |
| 31 | + { |
| 32 | + "cache_read_input_token_cost": 3e-07, |
| 33 | + "input_cost_per_token": 3e-06, |
| 34 | + "output_cost_per_token": 1.5e-05, |
| 35 | + "range": [ |
| 36 | + 128000.0, |
| 37 | + 256000.0 |
| 38 | + ] |
| 39 | + }, |
| 40 | + { |
| 41 | + "cache_read_input_token_cost": 6e-07, |
| 42 | + "input_cost_per_token": 6e-06, |
| 43 | + "output_cost_per_token": 6e-05, |
| 44 | + "range": [ |
| 45 | + 256000.0, |
| 46 | + 1000000.0 |
| 47 | + ] |
| 48 | + } |
| 49 | + ] |
| 50 | + } |
| 51 | +} |
0 commit comments