fix: updated openrouter known models (#3021)

This commit is contained in:
Andy Bromberg
2025-06-21 09:47:41 -07:00
committed by GitHub
parent 180b1df25d
commit 3d56565776

View File

@@ -23,8 +23,9 @@ pub const OPENROUTER_MODEL_PREFIX_ANTHROPIC: &str = "anthropic";
pub const OPENROUTER_KNOWN_MODELS: &[&str] = &[
"anthropic/claude-3.5-sonnet",
"anthropic/claude-3.7-sonnet",
"google/gemini-2.5-pro-exp-03-25:free",
"deepseek/deepseek-r1",
"anthropic/claude-sonnet-4",
"google/gemini-2.5-pro",
"deepseek/deepseek-r1-0528",
];
pub const OPENROUTER_DOC_URL: &str = "https://openrouter.ai/models";