mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1509] [CLOSED] Feat/Support 302.AI plugin #1931
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/1509
Author: @JI4JUN
Created: 8/13/2025
Status: ❌ Closed
Base:
main← Head:feat/302_ai_plugin📝 Commits (10+)
0c12cedfirst commit872e523feat: implement base chat functionalitya4fddc8Merge branch 'langgenius:main' into feat/302_ai_pluginfdb8163feat(models): update requirements and add new models295e016feat(models): update text embedding and TTS model implementations in 302ai6b5dbd7Merge branch 'langgenius:main' into feat/302_ai_plugin0f52cabfeat: update LLM configurations and add new models in 302.AI provider740bc74chore: update 302.AI plugin manifest and documentationc97da7dchore(302ai): update version constraint for dify_plugin in requirements.txt to >=0.3.0,<0.5.012365e3chore(302ai): bump version to 0.1.0 in manifest.yaml📊 Changes
34 files changed (+32481 additions, -5 deletions)
View changed files
➕
models/302_ai/.difypkgignore(+8 -0)➕
models/302_ai/.env.example(+4 -0)➕
models/302_ai/README.md(+13 -0)➕
models/302_ai/_assets/icon-dark.svg(+23 -0)➕
models/302_ai/_assets/icon.svg(+23 -0)➕
models/302_ai/main.py(+6 -0)➕
models/302_ai/manifest.yaml(+39 -0)➕
models/302_ai/models/llm/_position.yaml(+8 -0)➕
models/302_ai/models/llm/claude-opus-4-1-20250805.yaml(+123 -0)➕
models/302_ai/models/llm/claude-sonnet-4-20250514.yaml(+122 -0)➕
models/302_ai/models/llm/gemini-2.5-flash.yaml(+54 -0)➕
models/302_ai/models/llm/gemini-2.5-pro.yaml(+86 -0)➕
models/302_ai/models/llm/gpt-5.yaml(+76 -0)➕
models/302_ai/models/llm/gpt-oss-120b.yaml(+56 -0)➕
models/302_ai/models/llm/llm.py(+120 -0)➕
models/302_ai/models/llm/o3.yaml(+52 -0)➕
models/302_ai/models/llm/qwen3-235b-a22b-instruct-2507.yaml(+98 -0)➕
models/302_ai/models/rerank/_position.yaml(+1 -0)➕
models/302_ai/models/rerank/jina-reranker-m0.yaml(+4 -0)➕
models/302_ai/models/rerank/rerank.py(+157 -0)...and 14 more files
📄 Description
Related Issues or Context
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.5.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.