[PR #356] [MERGED] feat(gemini): Update(Add & Fix) Gemini models and Update dify_plugin library #1312

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/356
Author: @rion-x-coffee
Created: 3/2/2025
Status: Merged
Merged: 3/2/2025
Merged by: @crazywoola

Base: mainHead: main


📝 Commits (2)

  • 61f7f87 add: add gemini-2.0-flash-lite-preview-0205 to gemini models list
  • 5a0b643 feat(gemini): Update(Add & Fix) Gemini models and Update dify_plugin library

📊 Changes

13 files changed (+232 additions, -19 deletions)

View changed files

📝 models/gemini/manifest.yaml (+1 -1)
📝 models/gemini/models/llm/_position.yaml (+10 -3)
models/gemini/models/llm/gemini-2.0-flash-lite-001.yaml (+41 -0)
📝 models/gemini/models/llm/gemini-2.0-flash-lite-preview-02-05.yaml (+2 -2)
📝 models/gemini/models/llm/gemini-2.0-flash-lite-preview.yaml (+3 -2)
models/gemini/models/llm/gemini-2.0-flash-lite.yaml (+41 -0)
models/gemini/models/llm/gemini-2.0-flash-thinking-exp-01-21.yaml (+39 -0)
📝 models/gemini/models/llm/gemini-2.0-flash-thinking-exp-1219.yaml (+4 -4)
models/gemini/models/llm/gemini-2.0-flash.yaml (+41 -0)
models/gemini/models/llm/gemini-2.0-pro-exp-02-05.yaml (+41 -0)
📝 models/gemini/models/llm/gemini-2.0-pro-exp.yaml (+7 -5)
📝 models/gemini/models/llm/gemini-exp-1206.yaml (+1 -1)
📝 models/gemini/requirements.txt (+1 -1)

📄 Description

fix langgenius/dify#14633

  • Add several new Gemini models
  • Modified several existing Gemini models' features
  • Update dify_plugin to version 0.0.1b68
  • Bump manifest version to 0.0.7

🔄 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/356 **Author:** [@rion-x-coffee](https://github.com/rion-x-coffee) **Created:** 3/2/2025 **Status:** ✅ Merged **Merged:** 3/2/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`61f7f87`](https://github.com/langgenius/dify-official-plugins/commit/61f7f87430c13bf28b7e26dd4a6667b2fa26bcb1) add: add gemini-2.0-flash-lite-preview-0205 to gemini models list - [`5a0b643`](https://github.com/langgenius/dify-official-plugins/commit/5a0b643cd7961e812ac048f2f415d629ac30f4be) feat(gemini): Update(Add & Fix) Gemini models and Update dify_plugin library ### 📊 Changes **13 files changed** (+232 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `models/gemini/manifest.yaml` (+1 -1) 📝 `models/gemini/models/llm/_position.yaml` (+10 -3) ➕ `models/gemini/models/llm/gemini-2.0-flash-lite-001.yaml` (+41 -0) 📝 `models/gemini/models/llm/gemini-2.0-flash-lite-preview-02-05.yaml` (+2 -2) 📝 `models/gemini/models/llm/gemini-2.0-flash-lite-preview.yaml` (+3 -2) ➕ `models/gemini/models/llm/gemini-2.0-flash-lite.yaml` (+41 -0) ➕ `models/gemini/models/llm/gemini-2.0-flash-thinking-exp-01-21.yaml` (+39 -0) 📝 `models/gemini/models/llm/gemini-2.0-flash-thinking-exp-1219.yaml` (+4 -4) ➕ `models/gemini/models/llm/gemini-2.0-flash.yaml` (+41 -0) ➕ `models/gemini/models/llm/gemini-2.0-pro-exp-02-05.yaml` (+41 -0) 📝 `models/gemini/models/llm/gemini-2.0-pro-exp.yaml` (+7 -5) 📝 `models/gemini/models/llm/gemini-exp-1206.yaml` (+1 -1) 📝 `models/gemini/requirements.txt` (+1 -1) </details> ### 📄 Description fix langgenius/dify#14633 - Add several new Gemini models - Modified several existing Gemini models' features - Update dify_plugin to version 0.0.1b68 - Bump manifest version to 0.0.7 --- <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:36 -05:00
yindo closed this issue 2026-02-16 10:22: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#1312