pub const DEEPSEEK_V4_FLASH: &str = "deepseek-v4-flash";
pub const DEEPSEEK_V4_PRO: &str = "deepseek-v4-pro";
pub const GLM_5_1: &str = "glm-5.1";
pub const DEFAULT_MODEL: &str = DEEPSEEK_V4_FLASH;
pub const SUPPORTED_MODELS: &[&str] = &[
DEEPSEEK_V4_FLASH,
DEEPSEEK_V4_PRO,
GLM_5_1,
];
pub const REASONING_MODELS: &[&str] = &[
DEEPSEEK_V4_FLASH,
DEEPSEEK_V4_PRO,
GLM_5_1,
];