Add Anthropic Claude 3.7 support (#25497)

This commit is contained in:
Peter Tripp 2025-02-24 16:10:26 -05:00 committed by GitHub
parent cdd07fdf29
commit 10a4760f90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 8 deletions

View file

@ -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)
}