1pub const DEFAULT_MODEL: &str = MINIMAX_M2_5; 2pub const SUPPORTED_MODELS: &[&str] = &[MINIMAX_M2_5, MINIMAX_M2]; 3pub const MINIMAX_M2: &str = "MiniMax-M2"; 4pub const MINIMAX_M2_5: &str = "MiniMax-M2.5";