mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
Merge pull request #2562 from dragosMC91/add-mistral-medium-latest-to-prices-reference
Add mistral medium latest to model prices
This commit is contained in:
commit
25e0d9ac3a
2 changed files with 66 additions and 8 deletions
|
|
@ -591,15 +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-small-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.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"
|
||||
},
|
||||
|
|
@ -611,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,15 +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-small-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.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"
|
||||
},
|
||||
|
|
@ -611,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