mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-27 01:22:18 +00:00
Merge pull request #42182 from BerriAI/litellm-providers/price-sync-openrouter
chore(prices): sync OpenRouter prices: 1 model
This commit is contained in:
commit
9456f48427
2 changed files with 4 additions and 4 deletions
|
|
@ -66592,8 +66592,8 @@
|
|||
},
|
||||
"openrouter/qwen/qwen3.8-27b": {
|
||||
"input_cost_per_token": 2e-07,
|
||||
"output_cost_per_token": 2.55e-06,
|
||||
"cache_read_input_token_cost": 8.5e-08,
|
||||
"output_cost_per_token": 2.5e-06,
|
||||
"cache_read_input_token_cost": 5e-08,
|
||||
"litellm_provider": "openrouter",
|
||||
"max_input_tokens": 1000000,
|
||||
"max_output_tokens": 131072,
|
||||
|
|
|
|||
|
|
@ -66592,8 +66592,8 @@
|
|||
},
|
||||
"openrouter/qwen/qwen3.8-27b": {
|
||||
"input_cost_per_token": 2e-07,
|
||||
"output_cost_per_token": 2.55e-06,
|
||||
"cache_read_input_token_cost": 8.5e-08,
|
||||
"output_cost_per_token": 2.5e-06,
|
||||
"cache_read_input_token_cost": 5e-08,
|
||||
"litellm_provider": "openrouter",
|
||||
"max_input_tokens": 1000000,
|
||||
"max_output_tokens": 131072,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue