Add plugin: jalapenocloud v0.0.1 - #2909
Merged
Merged
Conversation
Marketplace CI requires repo and contact in manifest.yaml. Repackage 0.0.1 with those fields so the existing PR can pass pre-check. Co-authored-by: Cursor <cursoragent@cursor.com>
crazywoola
approved these changes
Aug 19, 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 JalapenoCloud model provider plugin. JalapenoCloud is an enterprise-grade AI compute platform offering access to various LLMs (DeepSeek, Qwen, Kimi, GLM, HunyuanVideo, MiniMax, etc.) through a unified OpenAI-compatible API key. This plugin enables Dify users to configure and use JalapenoCloud-hosted models in chatbots, agents, chatflows, and workflows.
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
None. The plugin only calls the fixed JalapenoCloud HTTPS API (
https://api.jalapeno-cloud.ai/v1) using the user-supplied API key as a Bearer token. It does not execute code, access the filesystem, run SQL, use SSH/SFTP, perform browser automation, fetch arbitrary URLs, or handle sensitive personal data.Local validation