fix deepinfra

This commit is contained in:
Ishaan Jaff 2024-12-07 19:07:38 -08:00
parent c35c3a6334
commit cdec1259b0
2 changed files with 12 additions and 1 deletions

View file

@ -6606,6 +6606,17 @@
"litellm_provider": "deepinfra",
"mode": "chat"
},
"deepinfra/meta-llama/Meta-Llama-3.1-405B-Instruct": {
"max_tokens": 32768,
"max_input_tokens": 32768,
"max_output_tokens": 32768,
"input_cost_per_token": 0.0000009,
"output_cost_per_token": 0.0000009,
"litellm_provider": "deepinfra",
"mode": "chat",
"supports_function_calling": true,
"supports_parallel_function_calling": true
},
"deepinfra/01-ai/Yi-34B-200K": {
"max_tokens": 4096,
"max_input_tokens": 200000,

View file

@ -6615,7 +6615,7 @@
"litellm_provider": "deepinfra",
"mode": "chat",
"supports_function_calling": true,
"supports_parallel_function_calling": true,
"supports_parallel_function_calling": true
},
"deepinfra/01-ai/Yi-34B-200K": {
"max_tokens": 4096,