mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
(fix) mistral/mistral-large-latest context window
This commit is contained in:
parent
192c970be6
commit
66388f1dfc
2 changed files with 2 additions and 2 deletions
|
|
@ -514,7 +514,7 @@
|
|||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-large-latest": {
|
||||
"max_tokens": 8192,
|
||||
"max_tokens": 32000,
|
||||
"input_cost_per_token": 0.000008,
|
||||
"output_cost_per_token": 0.000024,
|
||||
"litellm_provider": "mistral",
|
||||
|
|
|
|||
|
|
@ -514,7 +514,7 @@
|
|||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-large-latest": {
|
||||
"max_tokens": 8192,
|
||||
"max_tokens": 32000,
|
||||
"input_cost_per_token": 0.000008,
|
||||
"output_cost_per_token": 0.000024,
|
||||
"litellm_provider": "mistral",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue