mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1073] [MERGED] Vertex AI: Add gemini-2.5-pro-preview-06-05 model #1709
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/1073
Author: @syed-shah-zepto
Created: 6/11/2025
Status: ✅ Merged
Merged: 6/14/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (2)
a03d713Vertex AI: Add gemini-2.5-pro-preview-06-05 modelea5a553Update models/vertex_ai/requirements.txt📊 Changes
4 files changed (+62 additions, -4 deletions)
View changed files
📝
models/vertex_ai/manifest.yaml(+1 -1)➕
models/vertex_ai/models/llm/gemini-2.5-pro-preview-06-05.yaml(+53 -0)📝
models/vertex_ai/models/llm/llm.py(+6 -1)📝
models/vertex_ai/requirements.txt(+2 -2)📄 Description
Related Issues or Context
globalendpoint, which needed code changes to set the right location based on model. Refer https://cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/2-5-pro for more details.globallocation for the vertex AI plugin, bumped up the google-cloud-aiplatform version asgloballocation support was added in v1.79.0.Error seen without the location changes:
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.4.0in 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.