mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
groq/llama3-70b-8192
This commit is contained in:
parent
80c4b981ec
commit
24cae5aca1
2 changed files with 4 additions and 2 deletions
|
|
@ -4192,7 +4192,8 @@
|
|||
"output_cost_per_token": 7.9e-07,
|
||||
"litellm_provider": "groq",
|
||||
"mode": "chat",
|
||||
"supports_response_schema": true
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"groq/llama-3.1-8b-instant": {
|
||||
"max_tokens": 8192,
|
||||
|
|
|
|||
|
|
@ -4192,7 +4192,8 @@
|
|||
"output_cost_per_token": 7.9e-07,
|
||||
"litellm_provider": "groq",
|
||||
"mode": "chat",
|
||||
"supports_response_schema": true
|
||||
"supports_response_schema": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"groq/llama-3.1-8b-instant": {
|
||||
"max_tokens": 8192,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue