mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1641] [MERGED] Regolo models 01 #2002
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/1641
Author: @massaindustries
Created: 9/2/2025
Status: ✅ Merged
Merged: 9/3/2025
Merged by: @crazywoola
Base:
main← Head:regolo-models-01📝 Commits (3)
03ad774regolo-models-0129eb485regolo-models-027016694regolo-models-03📊 Changes
28 files changed (+967 additions, -0 deletions)
View changed files
➕
models/regolo/GUIDE.md(+24 -0)➕
models/regolo/README.md(+41 -0)➕
models/regolo/_assets/icon_l_en.svg(+32 -0)➕
models/regolo/_assets/icon_s_en.svg(+64 -0)➕
models/regolo/main.py(+6 -0)➕
models/regolo/manifest.yaml(+36 -0)➕
models/regolo/models/llm/Llama-3.1-8B-Instruct.yaml(+33 -0)➕
models/regolo/models/llm/Llama-3.3-70B-Instruct.yaml(+33 -0)➕
models/regolo/models/llm/Phi-4.yaml(+33 -0)➕
models/regolo/models/llm/Qwen2.5-VL-32B-Instruct.yaml(+34 -0)➕
models/regolo/models/llm/Qwen3-8B.yaml(+33 -0)➕
models/regolo/models/llm/_position.yaml(+13 -0)➕
models/regolo/models/llm/deepseek-r1-70b.yaml(+34 -0)➕
models/regolo/models/llm/gemma-3-27b-it.yaml(+34 -0)➕
models/regolo/models/llm/gpt-oss-120b.yaml(+34 -0)➕
models/regolo/models/llm/llama-guard3-8b.yaml(+33 -0)➕
models/regolo/models/llm/llm.py(+116 -0)➕
models/regolo/models/llm/maestrale-chat-v0.4-beta.yaml(+33 -0)➕
models/regolo/models/llm/mistral-small3.2.yaml(+35 -0)➕
models/regolo/models/llm/qwen3-coder-30b.yaml(+34 -0)...and 8 more files
📄 Description
Related Issues or Context
Add RegoloAI models to Dify Official Plugin
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Models Added / Updated (with docs)
Pricing
unit: 0.000001, withinput/outputset accordingly (EUR).Version Control (Any Changes to the Plugin Will Require Bumping the Version)
Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txtEnvironment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
This is how the Regolo Plugin appears in the workflow:
Example simple LLM:

Agent Example:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.