Skip to main content

vtcode_config/constants/models/
moonshot.rs

1// Legacy Moonshot direct API models (kept for compatibility with tests)
2pub const KIMI_K2_0905: &str = "kimi-k2-0905";
3pub const KIMI_K2_5: &str = "kimi-k2.5";
4
5pub const DEFAULT_MODEL: &str = KIMI_K2_5;
6pub const SUPPORTED_MODELS: &[&str] = &[KIMI_K2_0905, KIMI_K2_5];
7pub const REASONING_MODELS: &[&str] = &[KIMI_K2_5];