mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(registry): add gemma 4 capability flags verified against the gemini api
This commit is contained in:
parent
68404d8ff4
commit
cfb7a26327
2 changed files with 20 additions and 0 deletions
|
|
@ -23614,7 +23614,12 @@
|
|||
"max_output_tokens": 32768,
|
||||
"max_tokens": 32768,
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_system_messages": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_vision": true,
|
||||
"source": "https://ai.google.dev/gemini-api/docs/pricing"
|
||||
},
|
||||
"gemini/gemma-4-31b-it": {
|
||||
|
|
@ -23625,7 +23630,12 @@
|
|||
"max_output_tokens": 32768,
|
||||
"max_tokens": 32768,
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_system_messages": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_vision": true,
|
||||
"source": "https://ai.google.dev/gemini-api/docs/pricing"
|
||||
},
|
||||
"gemini/imagen-3.0-fast-generate-001": {
|
||||
|
|
|
|||
|
|
@ -23614,7 +23614,12 @@
|
|||
"max_output_tokens": 32768,
|
||||
"max_tokens": 32768,
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_system_messages": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_vision": true,
|
||||
"source": "https://ai.google.dev/gemini-api/docs/pricing"
|
||||
},
|
||||
"gemini/gemma-4-31b-it": {
|
||||
|
|
@ -23625,7 +23630,12 @@
|
|||
"max_output_tokens": 32768,
|
||||
"max_tokens": 32768,
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"supports_reasoning": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_system_messages": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_vision": true,
|
||||
"source": "https://ai.google.dev/gemini-api/docs/pricing"
|
||||
},
|
||||
"gemini/imagen-3.0-fast-generate-001": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue