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:
parent
5fb1411e4d
commit
97abf21a28
2 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue