Add support for Gemini 2.5 Pro Experimental model (#27468)
Release Notes: - Added support for Gemini 2.5 Pro Experimental model to Zed AI. Co-authored-by: Wilhelm Klopp <wil.klopp@gmail.com>
This commit is contained in:
parent
ee08776f34
commit
7376c6f377
2 changed files with 6 additions and 0 deletions
|
@ -106,6 +106,7 @@ impl CloudModel {
|
|||
| google_ai::Model::Gemini20Flash
|
||||
| google_ai::Model::Gemini20FlashThinking
|
||||
| google_ai::Model::Gemini20FlashLite
|
||||
| google_ai::Model::Gemini25ProExp0325
|
||||
| google_ai::Model::Custom { .. } => {
|
||||
LanguageModelAvailability::RequiresPlan(Plan::ZedPro)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue