[PR #12] [MERGED] plugin: vertex ai #988

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/12
Author: @Yeuoly
Created: 1/2/2025
Status: Merged
Merged: 1/2/2025
Merged by: @Yeuoly

Base: mainHead: plugin/vertex_ai


📝 Commits (2)

📊 Changes

36 files changed (+88 additions, -1663 deletions)

View changed files

migrations/models/vertex_ai/.env.example (+0 -4)
migrations/models/vertex_ai/_assets/icon_l_en.png (+0 -0)
migrations/models/vertex_ai/_assets/icon_s_en.svg (+0 -1)
migrations/models/vertex_ai/main.py (+0 -6)
migrations/models/vertex_ai/manifest.yaml (+0 -35)
migrations/models/vertex_ai/models/llm/anthropic.claude-3-haiku.yaml (+0 -56)
migrations/models/vertex_ai/models/llm/anthropic.claude-3-opus.yaml (+0 -56)
migrations/models/vertex_ai/models/llm/anthropic.claude-3-sonnet.yaml (+0 -55)
migrations/models/vertex_ai/models/llm/anthropic.claude-3.5-sonnet.yaml (+0 -55)
migrations/models/vertex_ai/models/llm/gemini-1.0-pro-vision.yaml (+0 -37)
migrations/models/vertex_ai/models/llm/gemini-1.0-pro.yaml (+0 -36)
migrations/models/vertex_ai/models/llm/gemini-1.5-flash-001.yaml (+0 -37)
migrations/models/vertex_ai/models/llm/gemini-1.5-flash-002.yaml (+0 -37)
migrations/models/vertex_ai/models/llm/gemini-1.5-pro-001.yaml (+0 -37)
migrations/models/vertex_ai/models/llm/gemini-1.5-pro-002.yaml (+0 -37)
migrations/models/vertex_ai/models/llm/gemini-flash-experimental.yaml (+0 -37)
migrations/models/vertex_ai/models/llm/gemini-pro-experimental.yaml (+0 -37)
migrations/models/vertex_ai/models/llm/llm.py (+0 -637)
migrations/models/vertex_ai/models/text_embedding/text-embedding-004.yaml (+0 -8)
migrations/models/vertex_ai/models/text_embedding/text-multilingual-embedding-002.yaml (+0 -8)

...and 16 more files

📄 Description

No description provided


🔄 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/12 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 1/2/2025 **Status:** ✅ Merged **Merged:** 1/2/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `plugin/vertex_ai` --- ### 📝 Commits (2) - [`4c04354`](https://github.com/langgenius/dify-official-plugins/commit/4c043542781d158789b1992ac8820ed1ebd95bc6) plugin: vertex ai - [`6ab7285`](https://github.com/langgenius/dify-official-plugins/commit/6ab7285e082212afcdf7dbfda496f67dc18637f3) fix: remove position files ### 📊 Changes **36 files changed** (+88 additions, -1663 deletions) <details> <summary>View changed files</summary> ➖ `migrations/models/vertex_ai/.env.example` (+0 -4) ➖ `migrations/models/vertex_ai/_assets/icon_l_en.png` (+0 -0) ➖ `migrations/models/vertex_ai/_assets/icon_s_en.svg` (+0 -1) ➖ `migrations/models/vertex_ai/main.py` (+0 -6) ➖ `migrations/models/vertex_ai/manifest.yaml` (+0 -35) ➖ `migrations/models/vertex_ai/models/llm/anthropic.claude-3-haiku.yaml` (+0 -56) ➖ `migrations/models/vertex_ai/models/llm/anthropic.claude-3-opus.yaml` (+0 -56) ➖ `migrations/models/vertex_ai/models/llm/anthropic.claude-3-sonnet.yaml` (+0 -55) ➖ `migrations/models/vertex_ai/models/llm/anthropic.claude-3.5-sonnet.yaml` (+0 -55) ➖ `migrations/models/vertex_ai/models/llm/gemini-1.0-pro-vision.yaml` (+0 -37) ➖ `migrations/models/vertex_ai/models/llm/gemini-1.0-pro.yaml` (+0 -36) ➖ `migrations/models/vertex_ai/models/llm/gemini-1.5-flash-001.yaml` (+0 -37) ➖ `migrations/models/vertex_ai/models/llm/gemini-1.5-flash-002.yaml` (+0 -37) ➖ `migrations/models/vertex_ai/models/llm/gemini-1.5-pro-001.yaml` (+0 -37) ➖ `migrations/models/vertex_ai/models/llm/gemini-1.5-pro-002.yaml` (+0 -37) ➖ `migrations/models/vertex_ai/models/llm/gemini-flash-experimental.yaml` (+0 -37) ➖ `migrations/models/vertex_ai/models/llm/gemini-pro-experimental.yaml` (+0 -37) ➖ `migrations/models/vertex_ai/models/llm/llm.py` (+0 -637) ➖ `migrations/models/vertex_ai/models/text_embedding/text-embedding-004.yaml` (+0 -8) ➖ `migrations/models/vertex_ai/models/text_embedding/text-multilingual-embedding-002.yaml` (+0 -8) _...and 16 more files_ </details> ### 📄 Description _No description provided_ --- <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:21:36 -05:00
yindo closed this issue 2026-02-16 10:21:36 -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#988