forked from phoenix/litellm-mirror
add gemma2 9b it (#5788)
This commit is contained in:
parent
cd90807807
commit
49b2766723
2 changed files with 20 additions and 0 deletions
|
@ -1352,6 +1352,16 @@
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true
|
"supports_function_calling": true
|
||||||
},
|
},
|
||||||
|
"groq/gemma2-9b-it": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.00000020,
|
||||||
|
"output_cost_per_token": 0.00000020,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true
|
||||||
|
},
|
||||||
"groq/llama3-groq-70b-8192-tool-use-preview": {
|
"groq/llama3-groq-70b-8192-tool-use-preview": {
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"max_input_tokens": 8192,
|
"max_input_tokens": 8192,
|
||||||
|
|
|
@ -1352,6 +1352,16 @@
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true
|
"supports_function_calling": true
|
||||||
},
|
},
|
||||||
|
"groq/gemma2-9b-it": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"max_input_tokens": 8192,
|
||||||
|
"max_output_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.00000020,
|
||||||
|
"output_cost_per_token": 0.00000020,
|
||||||
|
"litellm_provider": "groq",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true
|
||||||
|
},
|
||||||
"groq/llama3-groq-70b-8192-tool-use-preview": {
|
"groq/llama3-groq-70b-8192-tool-use-preview": {
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"max_input_tokens": 8192,
|
"max_input_tokens": 8192,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue