forked from phoenix/litellm-mirror
feat - add mistral models
This commit is contained in:
parent
725cd91064
commit
48ae2603e4
2 changed files with 80 additions and 0 deletions
|
@ -929,6 +929,46 @@
|
||||||
"litellm_provider": "mistral",
|
"litellm_provider": "mistral",
|
||||||
"mode": "chat"
|
"mode": "chat"
|
||||||
},
|
},
|
||||||
|
"mistral/open-mistral-nemo": {
|
||||||
|
"max_tokens": 128000,
|
||||||
|
"max_input_tokens": 128000,
|
||||||
|
"max_output_tokens": 128000,
|
||||||
|
"input_cost_per_token": 0.0000003,
|
||||||
|
"output_cost_per_token": 0.0000003,
|
||||||
|
"litellm_provider": "mistral",
|
||||||
|
"mode": "chat",
|
||||||
|
"source": "https://mistral.ai/technology/"
|
||||||
|
},
|
||||||
|
"mistral/open-mistral-nemo-2407": {
|
||||||
|
"max_tokens": 128000,
|
||||||
|
"max_input_tokens": 128000,
|
||||||
|
"max_output_tokens": 128000,
|
||||||
|
"input_cost_per_token": 0.0000003,
|
||||||
|
"output_cost_per_token": 0.0000003,
|
||||||
|
"litellm_provider": "mistral",
|
||||||
|
"mode": "chat",
|
||||||
|
"source": "https://mistral.ai/technology/"
|
||||||
|
},
|
||||||
|
"mistral/open-codestral-mamba": {
|
||||||
|
"max_tokens": 256000,
|
||||||
|
"max_input_tokens": 256000,
|
||||||
|
"max_output_tokens": 256000,
|
||||||
|
"input_cost_per_token": 0.00000025,
|
||||||
|
"output_cost_per_token": 0.00000025,
|
||||||
|
"litellm_provider": "mistral",
|
||||||
|
"mode": "chat",
|
||||||
|
"source": "https://mistral.ai/technology/"
|
||||||
|
},
|
||||||
|
"mistral/codestral-mamba-latest": {
|
||||||
|
"max_tokens": 256000,
|
||||||
|
"max_input_tokens": 256000,
|
||||||
|
"max_output_tokens": 256000,
|
||||||
|
"input_cost_per_token": 0.00000025,
|
||||||
|
"output_cost_per_token": 0.00000025,
|
||||||
|
"litellm_provider": "mistral",
|
||||||
|
"mode": "chat",
|
||||||
|
"source": "https://mistral.ai/technology/"
|
||||||
|
},
|
||||||
"mistral/mistral-embed": {
|
"mistral/mistral-embed": {
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"max_input_tokens": 8192,
|
"max_input_tokens": 8192,
|
||||||
|
|
|
@ -929,6 +929,46 @@
|
||||||
"litellm_provider": "mistral",
|
"litellm_provider": "mistral",
|
||||||
"mode": "chat"
|
"mode": "chat"
|
||||||
},
|
},
|
||||||
|
"mistral/open-mistral-nemo": {
|
||||||
|
"max_tokens": 128000,
|
||||||
|
"max_input_tokens": 128000,
|
||||||
|
"max_output_tokens": 128000,
|
||||||
|
"input_cost_per_token": 0.0000003,
|
||||||
|
"output_cost_per_token": 0.0000003,
|
||||||
|
"litellm_provider": "mistral",
|
||||||
|
"mode": "chat",
|
||||||
|
"source": "https://mistral.ai/technology/"
|
||||||
|
},
|
||||||
|
"mistral/open-mistral-nemo-2407": {
|
||||||
|
"max_tokens": 128000,
|
||||||
|
"max_input_tokens": 128000,
|
||||||
|
"max_output_tokens": 128000,
|
||||||
|
"input_cost_per_token": 0.0000003,
|
||||||
|
"output_cost_per_token": 0.0000003,
|
||||||
|
"litellm_provider": "mistral",
|
||||||
|
"mode": "chat",
|
||||||
|
"source": "https://mistral.ai/technology/"
|
||||||
|
},
|
||||||
|
"mistral/open-codestral-mamba": {
|
||||||
|
"max_tokens": 256000,
|
||||||
|
"max_input_tokens": 256000,
|
||||||
|
"max_output_tokens": 256000,
|
||||||
|
"input_cost_per_token": 0.00000025,
|
||||||
|
"output_cost_per_token": 0.00000025,
|
||||||
|
"litellm_provider": "mistral",
|
||||||
|
"mode": "chat",
|
||||||
|
"source": "https://mistral.ai/technology/"
|
||||||
|
},
|
||||||
|
"mistral/codestral-mamba-latest": {
|
||||||
|
"max_tokens": 256000,
|
||||||
|
"max_input_tokens": 256000,
|
||||||
|
"max_output_tokens": 256000,
|
||||||
|
"input_cost_per_token": 0.00000025,
|
||||||
|
"output_cost_per_token": 0.00000025,
|
||||||
|
"litellm_provider": "mistral",
|
||||||
|
"mode": "chat",
|
||||||
|
"source": "https://mistral.ai/technology/"
|
||||||
|
},
|
||||||
"mistral/mistral-embed": {
|
"mistral/mistral-embed": {
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"max_input_tokens": 8192,
|
"max_input_tokens": 8192,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue