add origin_power_ai plugin v0.0.3 - #3022
Open
Ikki6666 wants to merge 3 commits into
Open
Conversation
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
Origin Power AI is a unified OpenAI-compatible gateway. This model-provider plugin connects Dify to the platform with 5 predefined LLMs (glm-5.3, glm-5.2, glm-5-turbo, glm-4.7, glm-5.3-flash) including vision/video input, tool calling, CNY pricing, and customizable-model support for any other model the gateway serves (
GET /v1/modelslists the catalog).OAICompatLargeLanguageModelSDK base. Reasoning models expose areasoning_effortparameter; all models supportresponse_format, and GLM-4.7/5.2/5.3/Flash support Dify structured-output workflows.langgenius/dify-official-plugins(openai_api_compatible), Apache-2.0, credited in the README and LICENSE.Risk level
Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdor a hosted privacy policy, andmanifest.yamlreferences it.Security and privacy notes
The plugin forwards prompts, conversation context, files, and tool definitions only to the OpenAI-compatible endpoint the Dify administrator configures (e.g.
https://<gateway>/v1), using the provided API key as Bearer credentials. It executes no code, touches no files, and does not contact the plugin author or any other third party.Local validation
dify plugin package ./(plugin CLI 0.6.10) — packaged cleanly.dify_pluginentities.Reviewer notes
Limitation: the platform does not currently serve an embedding model, so the provider declares only the
llmmodel type.minimax-h3in the gateway catalog is a video-generation model and is intentionally not listed as an LLM.