Install
$
openclaw plugins install clawhub:@poolside/openclaw-providerPoolside OpenClaw provider
OpenClaw provider plugin for Poolside's Laguna model family.
Install
openclaw plugins install clawhub:@poolside/openclaw-provider
Configure
export POOLSIDE_API_KEY=...
Or run openclaw onboard and pick Poolside.
Models
Every Laguna model supports text input, tool calling, and reasoning, and returns up to 32k output tokens:
| Model ref | Context | Max output |
|---|---|---|
poolside/laguna-s-2.1 | 262k | 32k |
poolside/laguna-s-2.1:fast | 1.048M | 32k |
poolside/laguna-xs-2.1 | 262k | 32k |
poolside/laguna-xs-2.1:fast | 262k | 32k |
poolside/laguna-m.1 | 262k | 32k |
poolside/laguna-m.1:fast | 262k | 32k |
The endpoint uses a temperature-only sampling contract: the plugin defaults temperature to 0.7 when the caller sets none, and strips top_p, top_k, min_p, penalties, and n.
See docs/poolside.md for full configuration options.
Develop
npm install
npm run typecheck
npm test
npm run build
Live end-to-end tests against the real endpoint:
POOLSIDE_API_KEY=... POOLSIDE_LIVE_TEST=1 npm test
