pub const DEFAULT_MODEL: &str = MIMO_V2_5_PRO;
pub const SUPPORTED_MODELS: &[&str] = &[MIMO_V2_5_PRO, MIMO_V2_5, MIMO_V2_FLASH];
pub const MIMO_V2_5_PRO: &str = "mimo-v2.5-pro";
pub const MIMO_V2_5: &str = "mimo-v2.5";
pub const MIMO_V2_FLASH: &str = "mimo-v2-flash";