mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
feat: add codestral-embed-2505 (#16071)
This commit is contained in:
parent
99feefd614
commit
abbb1476ee
2 changed files with 28 additions and 0 deletions
|
|
@ -15889,6 +15889,20 @@
|
|||
"max_tokens": 8192,
|
||||
"mode": "embedding"
|
||||
},
|
||||
"mistral/codestral-embed": {
|
||||
"input_cost_per_token": 0.15e-06,
|
||||
"litellm_provider": "mistral",
|
||||
"max_input_tokens": 32000,
|
||||
"max_tokens": 32000,
|
||||
"mode": "embedding"
|
||||
},
|
||||
"mistral/codestral-embed-2505": {
|
||||
"input_cost_per_token": 0.15e-06,
|
||||
"litellm_provider": "mistral",
|
||||
"max_input_tokens": 32000,
|
||||
"max_tokens": 32000,
|
||||
"mode": "embedding"
|
||||
},
|
||||
"mistral/mistral-large-2402": {
|
||||
"input_cost_per_token": 4e-06,
|
||||
"litellm_provider": "mistral",
|
||||
|
|
|
|||
|
|
@ -15889,6 +15889,20 @@
|
|||
"max_tokens": 8192,
|
||||
"mode": "embedding"
|
||||
},
|
||||
"mistral/codestral-embed": {
|
||||
"input_cost_per_token": 0.15e-06,
|
||||
"litellm_provider": "mistral",
|
||||
"max_input_tokens": 32000,
|
||||
"max_tokens": 32000,
|
||||
"mode": "embedding"
|
||||
},
|
||||
"mistral/codestral-embed-2505": {
|
||||
"input_cost_per_token": 0.15e-06,
|
||||
"litellm_provider": "mistral",
|
||||
"max_input_tokens": 32000,
|
||||
"max_tokens": 32000,
|
||||
"mode": "embedding"
|
||||
},
|
||||
"mistral/mistral-large-2402": {
|
||||
"input_cost_per_token": 4e-06,
|
||||
"litellm_provider": "mistral",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue