Skip to content

Add plugin: jalapenocloud v0.0.1 - #2909

Merged
crazywoola merged 2 commits into
langgenius:mainfrom
Hidoikoto:add-jalapenocloud-0.0.1
Aug 19, 2026
Merged

Add plugin: jalapenocloud v0.0.1#2909
crazywoola merged 2 commits into
langgenius:mainfrom
Hidoikoto:add-jalapenocloud-0.0.1

Conversation

@Hidoikoto

@Hidoikoto Hidoikoto commented Aug 18, 2026

Copy link
Copy Markdown

Plugin Submission

Plugin information

Submission type

  • New plugin
  • Version update

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

  • Low risk
  • Medium risk
  • High risk

Required checks

  • I have read and followed the Marketplace submission requirements.
  • I have read and comply with the Plugin Developer Agreement.
  • I tested this plugin on Dify Community Edition and Dify Cloud, or documented any limitation below.
  • The package contains only files needed at runtime.
  • The package does not contain secrets, local credentials, .env files, .git directories, virtual environments, caches, logs, or IDE files.
  • The package does not contain executables or bundled binaries, or I explained why they are required below.
  • The plugin README includes setup steps, usage instructions, required APIs or credentials, connection requirements, and the source repository link.
  • The plugin includes PRIVACY.md or a hosted privacy policy, and manifest.yaml references it.
  • All user-facing text is primarily in English, with any localized README files following the i18n guidance.

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

# Packaged with dify CLI
dify plugin package . -o jalapenocloud-0.0.1.difypkg

# Verified no sensitive files in the package
python3 -c "
import zipfile
z = zipfile.ZipFile('jalapenocloud-0.0.1.difypkg')
print('\n'.join(z.namelist()))
"
Output: only manifest.yaml, main.py, provider/*, models/*, _assets/*, PRIVACY.md, README.md, pyproject.toml, .difyignore, .env.example

@github-actions github-actions Bot added risk: missing Missing or invalid Marketplace risk selection risk: low Low-risk Marketplace submission and removed risk: missing Missing or invalid Marketplace risk selection labels Aug 18, 2026
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
crazywoola merged commit 6a21d74 into langgenius:main Aug 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

risk: low Low-risk Marketplace submission

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants