Expand description
Google Gemini model provider for the Daimon agent framework.
Supports the Generative AI endpoint and Vertex AI, tool use, SSE streaming, configurable timeouts, retries with exponential backoff, and cached content.
§Example
ⓘ
use daimon_provider_gemini::Gemini;
use daimon_core::Model;
let model = Gemini::new("gemini-2.0-flash");Structs§
- Gemini
- Google Gemini model provider.
- Gemini
Embedding - Google Gemini embedding model.