mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-06 15:14:31 +01:00
fix: updated openrouter known models (#3021)
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user