Skip to content

Commit eb170ed

Browse files
zanesqkatzdave
authored andcommitted
added claude-sonnet-4-5 (#4906)
1 parent 8b390cb commit eb170ed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

crates/goose/src/providers/databricks.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const DEFAULT_TIMEOUT_SECS: u64 = 600;
4141
pub const DATABRICKS_DEFAULT_MODEL: &str = "databricks-claude-sonnet-4";
4242
const DATABRICKS_DEFAULT_FAST_MODEL: &str = "gemini-2-5-flash";
4343
pub const DATABRICKS_KNOWN_MODELS: &[&str] = &[
44+
"databricks-claude-sonnet-4-5",
4445
"databricks-claude-3-7-sonnet",
4546
"databricks-meta-llama-3-3-70b-instruct",
4647
"databricks-meta-llama-3-1-405b-instruct",

crates/goose/src/providers/openrouter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pub const OPENROUTER_MODEL_PREFIX_ANTHROPIC: &str = "anthropic";
2121

2222
// OpenRouter can run many models, we suggest the default
2323
pub const OPENROUTER_KNOWN_MODELS: &[&str] = &[
24+
"anthropic/claude-sonnet-4.5",
2425
"anthropic/claude-sonnet-4",
2526
"anthropic/claude-opus-4.1",
2627
"anthropic/claude-opus-4",

0 commit comments

Comments
 (0)