feat(models): register Gemini 3.5 Flash with dynamic thinking levels

- Added new model `gemini-3.5-flash` to the registry with enhanced intelligence and speed capabilities.
- Supports extended thinking levels (`minimal`, `low`, `medium`, `high`) and dynamic adjustments.
- Expanded generation methods, including content creation and token counting.
This commit is contained in:
Luis Pater
2026-05-20 10:50:02 +08:00
parent de0394917a
commit fdffe49974
+30
View File
@@ -762,6 +762,36 @@
"supportedGenerationMethods": [ "supportedGenerationMethods": [
"predict" "predict"
] ]
},
{
"id": "gemini-3.5-flash",
"object": "model",
"created": 1779235200,
"owned_by": "google",
"type": "gemini",
"display_name": "Gemini 3.5 Flash",
"name": "models/gemini-3.5-flash",
"version": "3.5",
"description": "Our most intelligent model built for speed, combining frontier intelligence with superior search and grounding.",
"inputTokenLimit": 1048576,
"outputTokenLimit": 65536,
"supportedGenerationMethods": [
"generateContent",
"countTokens",
"createCachedContent",
"batchGenerateContent"
],
"thinking": {
"min": 128,
"max": 32768,
"dynamic_allowed": true,
"levels": [
"minimal",
"low",
"medium",
"high"
]
}
} }
], ],
"gemini-cli": [ "gemini-cli": [