[PR #330] [CLOSED] Add new Gemini experimental models and update Vertex AI configuration #1287

Closed
opened 2026-02-16 10:22:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/330
Author: @Yeuoly
Created: 2/28/2025
Status: Closed

Base: mainHead: sync/vertex_ai


📝 Commits (2)

  • 714c12e Add new Gemini experimental models and update Vertex AI configuration
  • 696dd4b Downgrade Vertex AI SDK version to 1.71.1

📊 Changes

8 files changed (+216 additions, -31 deletions)

View changed files

📝 models/vertex_ai/manifest.yaml (+1 -1)
models/vertex_ai/models/llm/_position.yaml (+22 -0)
models/vertex_ai/models/llm/gemini-2.0-flash-thinking-exp-1219.yaml (+39 -0)
models/vertex_ai/models/llm/gemini-exp-1114.yaml (+41 -0)
models/vertex_ai/models/llm/gemini-exp-1121.yaml (+41 -0)
models/vertex_ai/models/llm/gemini-exp-1206.yaml (+41 -0)
📝 models/vertex_ai/provider/vertex_ai.yaml (+30 -29)
📝 models/vertex_ai/requirements.txt (+1 -1)

📄 Description

  • Added new Gemini experimental models: gemini-exp-1114, gemini-exp-1121, gemini-exp-1206, and gemini-2.0-flash-thinking-exp-1219
  • Created _position.yaml to define model order for Vertex AI LLMs
  • Updated manifest version to 0.0.6
  • Added model position configuration in vertex_ai.yaml

sync: https://github.com/langgenius/dify/pull/13296
sync: https://github.com/langgenius/dify/pull/13367


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/330 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 2/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `sync/vertex_ai` --- ### 📝 Commits (2) - [`714c12e`](https://github.com/langgenius/dify-official-plugins/commit/714c12e2c8fff3475d6daa76a424f983eda3b67b) Add new Gemini experimental models and update Vertex AI configuration - [`696dd4b`](https://github.com/langgenius/dify-official-plugins/commit/696dd4b15c562d0d1b4c37ac2a08f5c781817294) Downgrade Vertex AI SDK version to 1.71.1 ### 📊 Changes **8 files changed** (+216 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `models/vertex_ai/manifest.yaml` (+1 -1) ➕ `models/vertex_ai/models/llm/_position.yaml` (+22 -0) ➕ `models/vertex_ai/models/llm/gemini-2.0-flash-thinking-exp-1219.yaml` (+39 -0) ➕ `models/vertex_ai/models/llm/gemini-exp-1114.yaml` (+41 -0) ➕ `models/vertex_ai/models/llm/gemini-exp-1121.yaml` (+41 -0) ➕ `models/vertex_ai/models/llm/gemini-exp-1206.yaml` (+41 -0) 📝 `models/vertex_ai/provider/vertex_ai.yaml` (+30 -29) 📝 `models/vertex_ai/requirements.txt` (+1 -1) </details> ### 📄 Description - Added new Gemini experimental models: gemini-exp-1114, gemini-exp-1121, gemini-exp-1206, and gemini-2.0-flash-thinking-exp-1219 - Created _position.yaml to define model order for Vertex AI LLMs - Updated manifest version to 0.0.6 - Added model position configuration in vertex_ai.yaml sync: https://github.com/langgenius/dify/pull/13296 sync: https://github.com/langgenius/dify/pull/13367 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:32 -05:00
yindo closed this issue 2026-02-16 10:22:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1287