[PR #1436] [MERGED] feat: Added openai oss models for Groq #1886

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/1436
Author: @QuietRocket
Created: 8/6/2025
Status: Merged
Merged: 8/7/2025
Merged by: @crazywoola

Base: mainHead: feat-openai-oss-groq


📝 Commits (2)

  • 42a1f84 feat: Added openai oss models
  • 8ff981a chore: Incremented manifest

📊 Changes

4 files changed (+117 additions, -1 deletions)

View changed files

📝 models/groq/manifest.yaml (+1 -1)
📝 models/groq/models/llm/_position.yaml (+2 -0)
models/groq/models/llm/openai-gpt-oss-120b.yaml (+57 -0)
models/groq/models/llm/openai-gpt-oss-20b.yaml (+57 -0)

📄 Description

Related Issues or Context

This PR contains Changes to LLM Models Plugin

  • Other Changes (Add New Models, Fix Model Parameters etc.)

Version Control (Any Changes to the Plugin Will Require Bumping the Version)

  • I have Bumped Up the Version in Manifest.yaml (Top-Level Version Field, Not in Meta Section)

Dify Plugin SDK Version

  • I have Ensured dify_plugin>=0.3.0,<0.5.0 is in requirements.txt (SDK docs)

Environment Verification (If Any Code Changes)

Local Deployment Environment

  • Dify Version is: 1.7.1, I have Tested My Changes on Local Deployment Dify with a Clean Environment That Matches the Production Configuration.

SaaS Environment

  • I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration

Screenshots

View in LLM block in workflow
Screenshot 2025-08-07 at 10 28 30
Both 120b and 20b available.
Screenshot 2025-08-07 at 10 29 02
Able to set reasoning level
Screenshot 2025-08-07 at 10 29 22
Works in chat flow
Screenshot 2025-08-07 at 10 30 11


🔄 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/1436 **Author:** [@QuietRocket](https://github.com/QuietRocket) **Created:** 8/6/2025 **Status:** ✅ Merged **Merged:** 8/7/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feat-openai-oss-groq` --- ### 📝 Commits (2) - [`42a1f84`](https://github.com/langgenius/dify-official-plugins/commit/42a1f845e6a341af0a4bda576243912dcb554ffc) feat: Added openai oss models - [`8ff981a`](https://github.com/langgenius/dify-official-plugins/commit/8ff981a944ddd1d174cfd910737414f749a12eb6) chore: Incremented manifest ### 📊 Changes **4 files changed** (+117 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/groq/manifest.yaml` (+1 -1) 📝 `models/groq/models/llm/_position.yaml` (+2 -0) ➕ `models/groq/models/llm/openai-gpt-oss-120b.yaml` (+57 -0) ➕ `models/groq/models/llm/openai-gpt-oss-20b.yaml` (+57 -0) </details> ### 📄 Description ## Related Issues or Context ## This PR contains Changes to *LLM Models Plugin* - [x] Other Changes (Add New Models, Fix Model Parameters etc.) ## Version Control (Any Changes to the Plugin Will Require Bumping the Version) - [x] I have Bumped Up the Version in Manifest.yaml (Top-Level `Version` Field, Not in Meta Section) ## Dify Plugin SDK Version - [x] I have Ensured `dify_plugin>=0.3.0,<0.5.0` is in requirements.txt ([SDK docs](https://github.com/langgenius/dify-plugin-sdks/blob/main/python/README.md)) ## Environment Verification (If Any Code Changes) ### Local Deployment Environment - [x] Dify Version is: 1.7.1, I have Tested My Changes on Local Deployment Dify with a Clean Environment That Matches the Production Configuration. ### SaaS Environment - [ ] I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration ## Screenshots View in LLM block in workflow <img width="979" height="225" alt="Screenshot 2025-08-07 at 10 28 30" src="https://github.com/user-attachments/assets/fd247eb6-1b64-4ce3-b4b6-67f7f4541cfb" /> Both 120b and 20b available. <img width="577" height="250" alt="Screenshot 2025-08-07 at 10 29 02" src="https://github.com/user-attachments/assets/79a2661c-1f77-41e1-ad24-12ce73339054" /> Able to set reasoning level <img width="375" height="154" alt="Screenshot 2025-08-07 at 10 29 22" src="https://github.com/user-attachments/assets/4512f242-289b-4ed0-b87b-648ef96b3e59" /> Works in chat flow <img width="383" height="254" alt="Screenshot 2025-08-07 at 10 30 11" src="https://github.com/user-attachments/assets/2ca9c442-6eac-4c39-ae6b-3aa09051d14d" /> --- <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:24:17 -05:00
yindo closed this issue 2026-02-16 10:24:17 -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#1886