list_models
Discover available Gemini AI models and their specific capabilities like thinking, vision, grounding, and JSON mode to select the right model for your task.
Instructions
List all available Gemini models and their capabilities
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | Filter models by capability |
Input Schema (JSON Schema)
{
"properties": {
"filter": {
"description": "Filter models by capability",
"enum": [
"all",
"thinking",
"vision",
"grounding",
"json_mode"
],
"type": "string"
}
},
"type": "object"
}