mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Add mistral medium latest to model prices
This commit is contained in:
parent
6eac5c4f0a
commit
f3c0b530b8
2 changed files with 14 additions and 0 deletions
|
|
@ -603,6 +603,13 @@
|
|||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-medium-latest": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.00000273,
|
||||
"output_cost_per_token": 0.00000820,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-large-latest": {
|
||||
"max_tokens": 32000,
|
||||
"input_cost_per_token": 0.000008,
|
||||
|
|
|
|||
|
|
@ -603,6 +603,13 @@
|
|||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-medium-latest": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.00000273,
|
||||
"output_cost_per_token": 0.00000820,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-large-latest": {
|
||||
"max_tokens": 32000,
|
||||
"input_cost_per_token": 0.000008,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue