forked from phoenix/litellm-mirror
(feat) add mistral-large-latest
This commit is contained in:
parent
4e9210906b
commit
da4832d5a2
3 changed files with 15 additions and 1 deletions
|
@ -49,7 +49,7 @@ All models listed here https://docs.mistral.ai/platform/endpoints are supported.
|
|||
| mistral-tiny | `completion(model="mistral/mistral-tiny", messages)` |
|
||||
| mistral-small | `completion(model="mistral/mistral-small", messages)` |
|
||||
| mistral-medium | `completion(model="mistral/mistral-medium", messages)` |
|
||||
|
||||
| mistral-large-latest | `completion(model="mistral/mistral-large-latest", messages)` |
|
||||
|
||||
|
||||
## Sample Usage - Embedding
|
||||
|
|
|
@ -513,6 +513,13 @@
|
|||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-large-latest": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.000008,
|
||||
"output_cost_per_token": 0.000024,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-embed": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.000000111,
|
||||
|
|
|
@ -513,6 +513,13 @@
|
|||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-large-latest": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.000008,
|
||||
"output_cost_per_token": 0.000024,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-embed": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.000000111,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue