mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2435] [CLOSED] feat: all gemini model support inline param #2473
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/2435
Author: @fatelei
Created: 1/15/2026
Status: ❌ Closed
Base:
main← Head:gemini_inline📝 Commits (1)
6f35e0efeat(aihubmix): support passing previous node image to edit model (#2429)📊 Changes
63 files changed (+1385 additions, -211 deletions)
View changed files
📝
models/gemini/manifest.yaml(+1 -1)📝
models/gemini/models/llm/gemini-1.5-flash-001.yaml(+10 -0)📝
models/gemini/models/llm/gemini-1.5-flash-002.yaml(+10 -0)📝
models/gemini/models/llm/gemini-1.5-flash-8b-exp-0827.yaml(+10 -0)📝
models/gemini/models/llm/gemini-1.5-flash-8b-exp-0924.yaml(+10 -0)📝
models/gemini/models/llm/gemini-1.5-flash-exp-0827.yaml(+10 -0)📝
models/gemini/models/llm/gemini-1.5-flash-latest.yaml(+10 -0)📝
models/gemini/models/llm/gemini-1.5-flash.yaml(+10 -0)📝
models/gemini/models/llm/gemini-1.5-pro-001.yaml(+10 -0)📝
models/gemini/models/llm/gemini-1.5-pro-002.yaml(+10 -0)📝
models/gemini/models/llm/gemini-1.5-pro-exp-0801.yaml(+10 -0)📝
models/gemini/models/llm/gemini-1.5-pro-exp-0827.yaml(+10 -0)📝
models/gemini/models/llm/gemini-1.5-pro-latest.yaml(+10 -0)📝
models/gemini/models/llm/gemini-1.5-pro.yaml(+10 -0)📝
models/gemini/models/llm/gemini-2.0-flash-001.yaml(+10 -0)📝
models/gemini/models/llm/gemini-2.0-flash-exp.yaml(+10 -0)📝
models/gemini/models/llm/gemini-2.0-flash-lite-001.yaml(+10 -0)📝
models/gemini/models/llm/gemini-2.0-flash-lite-preview-02-05.yaml(+10 -0)📝
models/gemini/models/llm/gemini-2.0-flash-lite-preview.yaml(+10 -0)📝
models/gemini/models/llm/gemini-2.0-flash-lite.yaml(+10 -0)...and 43 more files
📄 Description
all gemini model support inline param
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.