Skip to content
Merged
Changes from 2 commits
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
5 changes: 3 additions & 2 deletions crates/goose/src/providers/openrouter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
];
Comment thread
blackgirlbytes marked this conversation as resolved.
pub const OPENROUTER_DOC_URL: &str = "https://openrouter.ai/models";

Expand Down
Loading