forked from phoenix/litellm-mirror
fixing prices
This commit is contained in:
parent
7f179e13ee
commit
069e882dba
1 changed files with 8 additions and 1 deletions
|
@ -936,7 +936,14 @@
|
||||||
"mode": "chat"
|
"mode": "chat"
|
||||||
},
|
},
|
||||||
"openrouter/mistralai/mistral-7b-instruct": {
|
"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,
|
"input_cost_per_token": 0.0,
|
||||||
"output_cost_per_token": 0.0,
|
"output_cost_per_token": 0.0,
|
||||||
"litellm_provider": "openrouter",
|
"litellm_provider": "openrouter",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue