configure_model
Set the persistent Gemini model for image generation and editing. Use the quality parameter to choose high-quality or fast/cheap tiers for optimal cost and speed.
Instructions
Set the default Gemini model for image generation and editing. Persists across sessions. Use "quality" param to set either "high" (default) or "fast" model tier. High-quality: gemini-3.1-flash-image-preview (default). Fast/cheap: gemini-2.5-flash-image (default fast).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Gemini model ID to use | |
| quality | No | Which model tier to set: "high" (default, best quality) or "fast" (cheaper/faster). Defaults to "high". |