(feat) add pricing for mistral-embed

This commit is contained in:
ishaan-jaff 2023-12-28 16:48:08 +05:30
parent 41d5dceaec
commit 9777db67e2

View file

@ -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,