Provider-agnostic LLM integration for systemprompt.io AI governance — Anthropic, OpenAI, Gemini, and local models unified behind one governed pipeline with cost tracking and audit.
//! Gemini API endpoint and model constants.
//!//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
usestd::time::Duration;pub(super)modtimeout{usesuper::Duration;pub(insuper::super)constCONNECT_TIMEOUT: Duration =Duration::from_secs(30);}pub(super)modtokens{pub(insuper::super)constTHINKING_BUDGET:u32=8192;}pub(super)moddefaults{pub(insuper::super)constENDPOINT:&str="https://generativelanguage.googleapis.com/v1beta";}