mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
add groq/deepseek-r1-distill-llama-70b (#8078)
This commit is contained in:
parent
aa9591cb41
commit
217776ed23
2 changed files with 26 additions and 0 deletions
|
|
@ -2143,6 +2143,19 @@
|
|||
"supports_tool_choice": true,
|
||||
"supports_prompt_caching": true
|
||||
},
|
||||
"groq/deepseek-r1-distill-llama-70b": {
|
||||
"max_tokens": 131072,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 131072,
|
||||
"input_cost_per_token": 0.00000075,
|
||||
"output_cost_per_token": 0.00000099,
|
||||
"litellm_provider": "groq",
|
||||
"mode": "chat",
|
||||
"supports_system_messages": false,
|
||||
"supports_function_calling": false,
|
||||
"supports_response_schema": false,
|
||||
"supports_tool_choice": false
|
||||
},
|
||||
"groq/llama-3.3-70b-versatile": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 128000,
|
||||
|
|
|
|||
|
|
@ -2143,6 +2143,19 @@
|
|||
"supports_tool_choice": true,
|
||||
"supports_prompt_caching": true
|
||||
},
|
||||
"groq/deepseek-r1-distill-llama-70b": {
|
||||
"max_tokens": 131072,
|
||||
"max_input_tokens": 131072,
|
||||
"max_output_tokens": 131072,
|
||||
"input_cost_per_token": 0.00000075,
|
||||
"output_cost_per_token": 0.00000099,
|
||||
"litellm_provider": "groq",
|
||||
"mode": "chat",
|
||||
"supports_system_messages": false,
|
||||
"supports_function_calling": false,
|
||||
"supports_response_schema": false,
|
||||
"supports_tool_choice": false
|
||||
},
|
||||
"groq/llama-3.3-70b-versatile": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 128000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue