pub(crate) const GROK_4_6: &str = "grok-4.6";
pub(crate) const GROK_4_7: &str = "grok-4.7";
pub const DEFAULT_MODEL: &str = GROK_4_7;
pub const SUPPORTED_MODELS: &[&str] = &[GROK_4_7, GROK_4_6];
pub const REASONING_MODELS: &[&str] = &[GROK_4_7, GROK_4_6];