mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
chore(prices): sync Together AI prices: 2 models
together_ai/Qwen/Qwen3.7-Max: input_cost_per_token, output_cost_per_token, cache_read_input_token_cost together_ai/Qwen/Qwen3.8-Flash: input_cost_per_token, output_cost_per_token
This commit is contained in:
parent
27797923a3
commit
3d15f08fda
2 changed files with 10 additions and 10 deletions
|
|
@ -46584,13 +46584,13 @@
|
|||
"supports_reasoning": true
|
||||
},
|
||||
"together_ai/Qwen/Qwen3.7-Max": {
|
||||
"cache_read_input_token_cost": 5e-07,
|
||||
"input_cost_per_token": 2.5e-06,
|
||||
"cache_read_input_token_cost": 3e-07,
|
||||
"input_cost_per_token": 1.5e-06,
|
||||
"litellm_provider": "together_ai",
|
||||
"max_input_tokens": 1000000,
|
||||
"max_tokens": 1000000,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 7.5e-06,
|
||||
"output_cost_per_token": 4.5e-06,
|
||||
"source": "https://api.together.ai/v1/models",
|
||||
"supports_prompt_caching": true
|
||||
},
|
||||
|
|
@ -64470,12 +64470,12 @@
|
|||
"supports_tool_choice": true
|
||||
},
|
||||
"together_ai/Qwen/Qwen3.8-Flash": {
|
||||
"input_cost_per_token": 1.5e-07,
|
||||
"input_cost_per_token": 9e-08,
|
||||
"litellm_provider": "together_ai",
|
||||
"max_input_tokens": 1000000,
|
||||
"max_tokens": 1000000,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 4.7e-07,
|
||||
"output_cost_per_token": 2.82e-07,
|
||||
"source": "https://api.together.ai/v1/models"
|
||||
},
|
||||
"together_ai/moonshotai/Kimi-K2.6": {
|
||||
|
|
|
|||
|
|
@ -46584,13 +46584,13 @@
|
|||
"supports_reasoning": true
|
||||
},
|
||||
"together_ai/Qwen/Qwen3.7-Max": {
|
||||
"cache_read_input_token_cost": 5e-07,
|
||||
"input_cost_per_token": 2.5e-06,
|
||||
"cache_read_input_token_cost": 3e-07,
|
||||
"input_cost_per_token": 1.5e-06,
|
||||
"litellm_provider": "together_ai",
|
||||
"max_input_tokens": 1000000,
|
||||
"max_tokens": 1000000,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 7.5e-06,
|
||||
"output_cost_per_token": 4.5e-06,
|
||||
"source": "https://api.together.ai/v1/models",
|
||||
"supports_prompt_caching": true
|
||||
},
|
||||
|
|
@ -64470,12 +64470,12 @@
|
|||
"supports_tool_choice": true
|
||||
},
|
||||
"together_ai/Qwen/Qwen3.8-Flash": {
|
||||
"input_cost_per_token": 1.5e-07,
|
||||
"input_cost_per_token": 9e-08,
|
||||
"litellm_provider": "together_ai",
|
||||
"max_input_tokens": 1000000,
|
||||
"max_tokens": 1000000,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 4.7e-07,
|
||||
"output_cost_per_token": 2.82e-07,
|
||||
"source": "https://api.together.ai/v1/models"
|
||||
},
|
||||
"together_ai/moonshotai/Kimi-K2.6": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue