1pub const DEFAULT_MODEL: &str = "litellm"; 2pub const SUPPORTED_MODELS: &[&str] = &["litellm"]; 3pub const REASONING_MODELS: &[&str] = &[];