mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Merge pull request #2108 from dhruv-anand-aintech/or-price-fix
fixing prices for open router mistral free
This commit is contained in:
commit
897ef8e6f0
1 changed files with 8 additions and 1 deletions
|
|
@ -936,7 +936,14 @@
|
|||
"mode": "chat"
|
||||
},
|
||||
"openrouter/mistralai/mistral-7b-instruct": {
|
||||
"max_tokens": 4096,
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.00000013,
|
||||
"output_cost_per_token": 0.00000013,
|
||||
"litellm_provider": "openrouter",
|
||||
"mode": "chat"
|
||||
},
|
||||
"openrouter/mistralai/mistral-7b-instruct:free": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.0,
|
||||
"output_cost_per_token": 0.0,
|
||||
"litellm_provider": "openrouter",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue