Skip to main content

vtcode_config/constants/models/
deepseek.rs

1pub const DEFAULT_MODEL: &str = "deepseek-v4-pro";
2pub const SUPPORTED_MODELS: &[&str] = &["deepseek-v4-pro", "deepseek-v4-flash"];
3
4pub const DEEPSEEK_V4_PRO: &str = "deepseek-v4-pro";
5pub const DEEPSEEK_V4_FLASH: &str = "deepseek-v4-flash";