forked from phoenix/litellm-mirror
feat - add llama3 on groq
This commit is contained in:
parent
3c6b6355c7
commit
12bf4346ec
2 changed files with 40 additions and 0 deletions
|
@ -735,6 +735,26 @@
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true
|
"supports_function_calling": true
|
||||||
},
|
},
|
||||||
|
"groq/llama3-8b-8192": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.00000010,
|
||||||
|
"output_cost_per_token": 0.00000010,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true
|
||||||
|
},
|
||||||
|
"groq/llama3-70b-8192": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.00000064,
|
||||||
|
"output_cost_per_token": 0.00000080,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true
|
||||||
|
},
|
||||||
"groq/mixtral-8x7b-32768": {
|
"groq/mixtral-8x7b-32768": {
|
||||||
"max_tokens": 32768,
|
"max_tokens": 32768,
|
||||||
"max_input_tokens": 32768,
|
"max_input_tokens": 32768,
|
||||||
|
|
|
@ -735,6 +735,26 @@
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true
|
"supports_function_calling": true
|
||||||
},
|
},
|
||||||
|
"groq/llama3-8b-8192": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.00000010,
|
||||||
|
"output_cost_per_token": 0.00000010,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true
|
||||||
|
},
|
||||||
|
"groq/llama3-70b-8192": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.00000064,
|
||||||
|
"output_cost_per_token": 0.00000080,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true
|
||||||
|
},
|
||||||
"groq/mixtral-8x7b-32768": {
|
"groq/mixtral-8x7b-32768": {
|
||||||
"max_tokens": 32768,
|
"max_tokens": 32768,
|
||||||
"max_input_tokens": 32768,
|
"max_input_tokens": 32768,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue