Add Anthropic Claude 3.7 support (#25497)
This commit is contained in:
parent
cdd07fdf29
commit
10a4760f90
3 changed files with 19 additions and 8 deletions
|
@ -69,6 +69,7 @@ impl CloudModel {
|
|||
| anthropic::Model::Claude3Sonnet
|
||||
| anthropic::Model::Claude3Haiku
|
||||
| anthropic::Model::Claude3_5Haiku
|
||||
| anthropic::Model::Claude3_7Sonnet
|
||||
| anthropic::Model::Custom { .. } => {
|
||||
LanguageModelAvailability::RequiresPlan(Plan::ZedPro)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue