vtcode_config/constants/models/
minimax.rs1pub const DEFAULT_MODEL: &str = MINIMAX_M2_1;
2pub const SUPPORTED_MODELS: &[&str] = &[MINIMAX_M2_1, MINIMAX_M2_1_LIGHTNING, MINIMAX_M2];
3pub const MINIMAX_M2_1: &str = "MiniMax-M2.1";
4pub const MINIMAX_M2_1_LIGHTNING: &str = "MiniMax-M2.1-lightning";
5pub const MINIMAX_M2: &str = "MiniMax-M2";