add origin_power_ai plugin v0.0.5 - #3035
Merged
crazywoola merged 1 commit intoSep 11, 2026
Merged
Conversation
6 tasks
Contributor
Author
|
Friendly ping 🙏 The |
Contributor
Author
|
Cross-linking a community post for visibility: the |
Ikki6666
force-pushed
the
bump-origin_power_ai-plugin-0.0.3
branch
from
September 9, 2026 08:51
2e352c3 to
6b5ca09
Compare
crazywoola
approved these changes
Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin Submission
Plugin information
Submission type
What changed
Adds the Origin Power AI model provider plugin. Origin Power AI is a unified OpenAI-compatible gateway that aggregates GLM, MiniMax and other mainstream models behind a single API key.
openai_api_compatibleplugin, Apache-2.0)PRIVACY.mdbundled; manifestrepo,contactandmeta.minimum_dify_versionfields setRisk level
The plugin forwards user prompts and conversation context to the API endpoint configured by the workspace administrator (an arbitrary user-supplied URL) via plain HTTP requests. No other external calls; nothing is sent to the plugin author.
Local validation
.gitexcluded, all bundled YAMLs parse,_position.yamlmatches the predefined model set).GET /v1/models, and a real end-to-end chat invocation (streaming) passed.Plugin test result: success).Security and privacy notes
The plugin makes network requests only to the model gateway endpoint configured by the workspace administrator when setting up the provider. This is the arbitrary-URL capability detected by the scanner:
requests.getinprovider/origin_power_ai.py(credential validation viaGET /models) andrequests.postinmodels/llm/llm.py(OpenAI-compatible/chat/completionscalls). Requests carry only the conversation data required to call the LLM API and are authenticated with the API key entered by the administrator. The plugin does not call any other service, does not send data to the plugin author, and does not persist data locally.Required checks