pub fn google_models() -> Vec<ModelConfig>Expand description
Get all Google Gemini model configurations
Returns a vector of ModelConfig for all supported Gemini models. Models are ordered by generation (GA first for stability) and tier (Pro > Flash > Lite).
Note: Only includes models supported by gemini-tokenizer v0.2.0. Additional models may be added as the upstream library expands support.