mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2530] [MERGED] Add Gemini and gpt-oss models for OCI GenAI #2546
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/2530
Author: @kazuitox
Created: 1/31/2026
Status: ✅ Merged
Merged: 2/1/2026
Merged by: @crazywoola
Base:
main← Head:add/add-llm-gemini-and-gpt-oss📝 Commits (2)
30da60bAdd Gemini and gpt-oss models for OCI GenAI9c1433echore: address PR review feedback📊 Changes
11 files changed (+263 additions, -6 deletions)
View changed files
➕
models/oci/_assets/icon_l_ja.png(+0 -0)➕
models/oci/_assets/icon_s_ja.png(+0 -0)📝
models/oci/manifest.yaml(+5 -4)📝
models/oci/models/llm/_position.yaml(+7 -0)➕
models/oci/models/llm/models/google/google.gemini-2.5-flash-lite.yaml(+45 -0)➕
models/oci/models/llm/models/google/google.gemini-2.5-flash.yaml(+48 -0)➕
models/oci/models/llm/models/google/google.gemini-2.5-pro.yaml(+48 -0)➕
models/oci/models/llm/models/openai/openai.gpt-oss-120b.yaml(+44 -0)➕
models/oci/models/llm/models/openai/openai.gpt-oss-20b.yaml(+44 -0)📝
models/oci/models/llm/oci.yaml(+20 -2)📝
models/oci/provider/oci.yaml(+2 -0)📄 Description
Related Issues or Context
This PR adds additional OCI Generative AI LLM models to the OCI LLM plugin in dify-official-plugins.
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Gemini:

gpt-oss:

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.