agent: Add support for Google Gemini 2.5 preview (#28326)

Adds support for the new `gemini-2.5-pro-preview-03-25`

Release Notes:

- Added support for `gemini-2.5-pro-preview-03-25` in the assistant
This commit is contained in:
Bennet Bo Fenner 2025-04-08 09:00:23 -06:00 committed by GitHub
parent 5fb1411e4d
commit 97abf21a28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -107,6 +107,7 @@ impl CloudModel {
| google_ai::Model::Gemini20FlashThinking
| google_ai::Model::Gemini20FlashLite
| google_ai::Model::Gemini25ProExp0325
| google_ai::Model::Gemini25ProPreview0325
| google_ai::Model::Custom { .. } => {
LanguageModelAvailability::RequiresPlan(Plan::ZedPro)
}