Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions crates/goose/src/providers/openrouter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ pub const OPENROUTER_MODEL_PREFIX_ANTHROPIC: &str = "anthropic";

// OpenRouter can run many models, we suggest the default
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-preview"
"google/gemini-2.0-flash-001",
"deepseek/deepseek-r1-0528:free",
];
Comment thread
blackgirlbytes marked this conversation as resolved.
pub const OPENROUTER_DOC_URL: &str = "https://openrouter.ai/models";

Expand Down