forked from phoenix/litellm-mirror
feat - add mistral large 2
This commit is contained in:
parent
d5a7c654f1
commit
c77abaa07f
2 changed files with 30 additions and 10 deletions
|
@ -893,11 +893,11 @@
|
||||||
"mode": "chat"
|
"mode": "chat"
|
||||||
},
|
},
|
||||||
"mistral/mistral-large-latest": {
|
"mistral/mistral-large-latest": {
|
||||||
"max_tokens": 8191,
|
"max_tokens": 128000,
|
||||||
"max_input_tokens": 32000,
|
"max_input_tokens": 128000,
|
||||||
"max_output_tokens": 8191,
|
"max_output_tokens": 128000,
|
||||||
"input_cost_per_token": 0.000004,
|
"input_cost_per_token": 0.000003,
|
||||||
"output_cost_per_token": 0.000012,
|
"output_cost_per_token": 0.000009,
|
||||||
"litellm_provider": "mistral",
|
"litellm_provider": "mistral",
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true
|
"supports_function_calling": true
|
||||||
|
@ -912,6 +912,16 @@
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true
|
"supports_function_calling": true
|
||||||
},
|
},
|
||||||
|
"mistral/mistral-large-2407": {
|
||||||
|
"max_tokens": 128000,
|
||||||
|
"max_input_tokens": 128000,
|
||||||
|
"max_output_tokens": 128000,
|
||||||
|
"input_cost_per_token": 0.000003,
|
||||||
|
"output_cost_per_token": 0.000009,
|
||||||
|
"litellm_provider": "mistral",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true
|
||||||
|
},
|
||||||
"mistral/open-mistral-7b": {
|
"mistral/open-mistral-7b": {
|
||||||
"max_tokens": 8191,
|
"max_tokens": 8191,
|
||||||
"max_input_tokens": 32000,
|
"max_input_tokens": 32000,
|
||||||
|
|
|
@ -893,11 +893,11 @@
|
||||||
"mode": "chat"
|
"mode": "chat"
|
||||||
},
|
},
|
||||||
"mistral/mistral-large-latest": {
|
"mistral/mistral-large-latest": {
|
||||||
"max_tokens": 8191,
|
"max_tokens": 128000,
|
||||||
"max_input_tokens": 32000,
|
"max_input_tokens": 128000,
|
||||||
"max_output_tokens": 8191,
|
"max_output_tokens": 128000,
|
||||||
"input_cost_per_token": 0.000004,
|
"input_cost_per_token": 0.000003,
|
||||||
"output_cost_per_token": 0.000012,
|
"output_cost_per_token": 0.000009,
|
||||||
"litellm_provider": "mistral",
|
"litellm_provider": "mistral",
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true
|
"supports_function_calling": true
|
||||||
|
@ -912,6 +912,16 @@
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true
|
"supports_function_calling": true
|
||||||
},
|
},
|
||||||
|
"mistral/mistral-large-2407": {
|
||||||
|
"max_tokens": 128000,
|
||||||
|
"max_input_tokens": 128000,
|
||||||
|
"max_output_tokens": 128000,
|
||||||
|
"input_cost_per_token": 0.000003,
|
||||||
|
"output_cost_per_token": 0.000009,
|
||||||
|
"litellm_provider": "mistral",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true
|
||||||
|
},
|
||||||
"mistral/open-mistral-7b": {
|
"mistral/open-mistral-7b": {
|
||||||
"max_tokens": 8191,
|
"max_tokens": 8191,
|
||||||
"max_input_tokens": 32000,
|
"max_input_tokens": 32000,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue