Gemini
alloy.models.gemini ¶
GeminiBackend ¶
Bases: ModelBackend
Google Gemini backend (minimal implementation).
Supports the google-genai
SDK. If it isn't installed, calls raise
ConfigurationError. Tool-calling and structured outputs are not implemented
in this scaffold.