Module utils

Module utils 

Source
Expand description

Utility helpers for model name parsing and platform variant detection.

Re-exports§

pub use model_name::extract_model_name;
pub use model_name::is_gemini1_model;
pub use model_name::is_gemini2_or_above;
pub use model_name::is_gemini_model;
pub use variant::get_google_llm_variant;
pub use variant::GoogleLlmVariant;

Modules§

model_name
Model name parsing helpers.
variant
Platform variant detection (Gemini API vs Vertex AI).