Jalapeno Cloud 50%off
OpenClaw provider plugin for Jalapeño Cloud
Install
$
openclaw plugins install clawhub:openclaw-jalapeno-cloudOpenClaw Jalapeño Cloud provider
Standalone OpenClaw provider plugin for Jalapeño Cloud. It registers an OpenAI-compatible text provider, seeds the public model catalog, and enables live /v1/models discovery after an API key is configured.
Install
npm pack
openclaw plugins install npm-pack:./openclaw-jalapeno-cloud-1.0.0.tgz --force
openclaw plugins inspect jalapeno-cloud --runtime --json
After publishing to ClawHub:
openclaw plugins install clawhub:openclaw-jalapeno-cloud
Configure
Create an API key at https://www.jalapeno-cloud.ai/keys/ then either:
openclaw onboard --jalapeno-cloud-api-key "$JALAPENO_CLOUD_API_KEY"
or set JALAPENO_CLOUD_API_KEY and:
{
agents: { defaults: { model: { primary: "jalapeno-cloud/DeepSeek-V4-Pro" } } },
models: {
providers: {
"jalapeno-cloud": {
baseUrl: "https://api.jalapeno-cloud.ai/v1",
apiKey: "${JALAPENO_CLOUD_API_KEY}",
api: "openai-completions",
},
},
},
}
Model IDs are the upstream strings (DeepSeek-V4-Pro, GLM-5.2, Kimi-K3, …). Thinking requests use Jalapeño’s chat_template_kwargs.thinking flag.
Develop
npm test
npm run build
Requires OpenClaw >=2026.7.1-2 at runtime (peerDependency).
