pub const AUTO: &str = "copilot-auto";
pub const GPT_5_2_CODEX: &str = "copilot-gpt-5.2-codex";
pub const GPT_5_1_CODEX_MAX: &str = "copilot-gpt-5.1-codex-max";
pub const GPT_5_4: &str = "copilot-gpt-5.4";
pub const GPT_5_4_MINI: &str = "copilot-gpt-5.4-mini";
pub const CLAUDE_SONNET_4_6: &str = "copilot-claude-sonnet-4.6";
pub const DEFAULT_MODEL: &str = AUTO;
pub const SUPPORTED_MODELS: & = &;