File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
crates/goose/src/providers Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ const DEFAULT_TIMEOUT_SECS: u64 = 600;
4141pub const DATABRICKS_DEFAULT_MODEL : & str = "databricks-claude-sonnet-4" ;
4242const DATABRICKS_DEFAULT_FAST_MODEL : & str = "gemini-2-5-flash" ;
4343pub 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" ,
Original file line number Diff line number Diff 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
2323pub 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" ,
You can’t perform that action at this time.
0 commit comments