forked from phoenix/litellm-mirror
(feat) add pricing for mistral-embed
This commit is contained in:
parent
41d5dceaec
commit
9777db67e2
1 changed files with 6 additions and 0 deletions
|
@ -231,6 +231,12 @@
|
|||
"litellm_provider": "mistral",
|
||||
"mode": "chat"
|
||||
},
|
||||
"mistral/mistral-embed": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.000000111,
|
||||
"litellm_provider": "mistral",
|
||||
"mode": "embedding"
|
||||
},
|
||||
"claude-instant-1.2": {
|
||||
"max_tokens": 100000,
|
||||
"max_output_tokens": 8191,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue