mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2054] [MERGED] fix(vertex_ai): remove retired Gemini models from the supported list #2230
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/2054
Author: @Zhaohuai-L
Created: 11/13/2025
Status: ✅ Merged
Merged: 11/13/2025
Merged by: @crazywoola
Base:
main← Head:update_vertex_model📝 Commits (3)
2b4dbd0fix(vertex_ai): remove retired Gemini models from the supported list7e1dcb7fix: bump up the versionc5fe5adfix: a typo📊 Changes
16 files changed (+16 additions, -2 deletions)
View changed files
📝
models/vertex_ai/manifest.yaml(+1 -1)📝
models/vertex_ai/models/llm/gemini-1.0-pro-vision.yaml(+1 -0)📝
models/vertex_ai/models/llm/gemini-1.0-pro.yaml(+1 -0)📝
models/vertex_ai/models/llm/gemini-1.5-flash-001.yaml(+1 -0)📝
models/vertex_ai/models/llm/gemini-1.5-flash-002.yaml(+1 -0)📝
models/vertex_ai/models/llm/gemini-1.5-pro-001.yaml(+1 -0)📝
models/vertex_ai/models/llm/gemini-1.5-pro-002.yaml(+1 -0)📝
models/vertex_ai/models/llm/gemini-2.0-flash-lite-preview-02-05.yaml(+1 -1)📝
models/vertex_ai/models/llm/gemini-2.0-flash-thinking-exp-01-21.yaml(+1 -0)📝
models/vertex_ai/models/llm/gemini-2.0-pro-exp-02-05.yaml(+1 -0)📝
models/vertex_ai/models/llm/gemini-2.5-flash-preview-04-17.yaml(+1 -0)📝
models/vertex_ai/models/llm/gemini-2.5-flash-preview-05-20.yaml(+1 -0)📝
models/vertex_ai/models/llm/gemini-2.5-pro-exp-03-25.yaml(+1 -0)📝
models/vertex_ai/models/llm/gemini-2.5-pro-preview-03-25.yaml(+1 -0)📝
models/vertex_ai/models/llm/gemini-2.5-pro-preview-05-06.yaml(+1 -0)📝
models/vertex_ai/models/llm/gemini-2.5-pro-preview-06-05.yaml(+1 -0)📄 Description
Related Issues or Context
This commit removes references and support for the retired Gemini models, which have been officially deprecated and are no longer available via the API
For a full list of models, please refer to https://cloud.google.com/vertex-ai/generative-ai/docs/learn/model-versions.
Removing them helps prevent potential errors for users trying to access them and reduces maintenance overhead.
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.