mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #2365] [CLOSED] Add LlamaGate model provider #2424
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/2365
Author: @hkd987
Created: 1/5/2026
Status: ❌ Closed
Base:
main← Head:add-llamagate-provider📝 Commits (2)
d367d26Add LlamaGate model provider522e51fAddress PR review feedback📊 Changes
27 files changed (+589 additions, -0 deletions)
View changed files
➕
models/llamagate/.env.example(+4 -0)➕
models/llamagate/README.md(+43 -0)➕
models/llamagate/_assets/icon_l_en.svg(+3 -0)➕
models/llamagate/_assets/icon_s_en.svg(+3 -0)➕
models/llamagate/main.py(+6 -0)➕
models/llamagate/manifest.yaml(+37 -0)➕
models/llamagate/models/llm/_position.yaml(+12 -0)➕
models/llamagate/models/llm/codellama-7b.yaml(+26 -0)➕
models/llamagate/models/llm/deepseek-coder-6.7b.yaml(+26 -0)➕
models/llamagate/models/llm/deepseek-r1-7b-qwen.yaml(+27 -0)➕
models/llamagate/models/llm/deepseek-r1-8b.yaml(+27 -0)➕
models/llamagate/models/llm/dolphin3-8b.yaml(+27 -0)➕
models/llamagate/models/llm/llama-3.1-8b.yaml(+27 -0)➕
models/llamagate/models/llm/llama-3.2-3b.yaml(+27 -0)➕
models/llamagate/models/llm/llm.py(+30 -0)➕
models/llamagate/models/llm/mistral-7b-v0.3.yaml(+27 -0)➕
models/llamagate/models/llm/openthinker-7b.yaml(+27 -0)➕
models/llamagate/models/llm/qwen2.5-coder-7b.yaml(+27 -0)➕
models/llamagate/models/llm/qwen3-8b.yaml(+27 -0)➕
models/llamagate/models/llm/qwen3-vl-8b.yaml(+28 -0)...and 7 more files
📄 Description
Add LlamaGate Model Provider
Adds LlamaGate as a new model provider plugin for Dify.
Provider Details
https://api.llamagate.dev/v1)api_keycredentialModels Included
LLM Models (12):
Embedding Models (2):
Features
Checklist
dify_pluginis in requirements.txt🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.