Browse Source
Gemini image models (nano-banana, nano-banana-pro, nano-banana-2) were not showing parameters when set as fallback models. Three root causes: 1. Schema API returned empty for Gemini image models — added getGeminiImageSchema() with aspect ratio, resolution, and search grounding parameters per model 2. ModelParameters had an early-return guard skipping all non-Veo Gemini models — removed to make the component provider-agnostic 3. nanoBananaExecutor ignored parametersOverride for Gemini-specific fields (aspectRatio, resolution, useGoogleSearch, useImageSearch) — now reads from override when available Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>handoff-20260429-1057
4 changed files with 74 additions and 16 deletions
Loading…
Reference in new issue