mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Correct prices for mistral models
This commit is contained in:
parent
f3c0b530b8
commit
28d5175908
2 changed files with 56 additions and 12 deletions
|
|
@ -591,22 +591,36 @@
|
|||
},
|
||||
"mistral/mistral-small": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.00000066,
|
||||
"output_cost_per_token": 0.00000197,
|
||||
"input_cost_per_token": 0.000002,
|
||||
"output_cost_per_token": 0.000006,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-latest": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.000002,
|
||||
"output_cost_per_token": 0.000006,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-medium": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.00000273,
|
||||
"output_cost_per_token": 0.00000820,
|
||||
"input_cost_per_token": 0.0000027,
|
||||
"output_cost_per_token": 0.0000081,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-medium-latest": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.00000273,
|
||||
"output_cost_per_token": 0.00000820,
|
||||
"input_cost_per_token": 0.0000027,
|
||||
"output_cost_per_token": 0.0000081,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-medium-2312": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.0000027,
|
||||
"output_cost_per_token": 0.0000081,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
|
|
@ -618,6 +632,14 @@
|
|||
"mode": "chat",
|
||||
"supports_function_calling": true
|
||||
},
|
||||
"mistral/mistral-large-2402": {
|
||||
"max_tokens": 32000,
|
||||
"input_cost_per_token": 0.000008,
|
||||
"output_cost_per_token": 0.000024,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true
|
||||
},
|
||||
"mistral/mistral-embed": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.000000111,
|
||||
|
|
|
|||
|
|
@ -591,22 +591,36 @@
|
|||
},
|
||||
"mistral/mistral-small": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.00000066,
|
||||
"output_cost_per_token": 0.00000197,
|
||||
"input_cost_per_token": 0.000002,
|
||||
"output_cost_per_token": 0.000006,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-latest": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.000002,
|
||||
"output_cost_per_token": 0.000006,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-medium": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.00000273,
|
||||
"output_cost_per_token": 0.00000820,
|
||||
"input_cost_per_token": 0.0000027,
|
||||
"output_cost_per_token": 0.0000081,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-medium-latest": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.00000273,
|
||||
"output_cost_per_token": 0.00000820,
|
||||
"input_cost_per_token": 0.0000027,
|
||||
"output_cost_per_token": 0.0000081,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-medium-2312": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.0000027,
|
||||
"output_cost_per_token": 0.0000081,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
|
|
@ -618,6 +632,14 @@
|
|||
"mode": "chat",
|
||||
"supports_function_calling": true
|
||||
},
|
||||
"mistral/mistral-large-2402": {
|
||||
"max_tokens": 32000,
|
||||
"input_cost_per_token": 0.000008,
|
||||
"output_cost_per_token": 0.000024,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true
|
||||
},
|
||||
"mistral/mistral-embed": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.000000111,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue