Install plugin
Getting started
1
Create a Baseten account and API key
Baseten’s Basic plan has no monthly platform fee; Model API calls are usage-priced. Create a key in Baseten API key settings and check current rates on the pricing page.
2
Run onboarding
3
Verify the live catalog
GET /v1/models and lists every model returned for the account. Without auth, it stays offline and uses the bundled fallback.Inkling
Thinking Machines Lab’s Inkling is the default model. In OpenClaw it supports text and image input, tool calling, structured tool schemas, configurable reasoning effort, a 1.048M-token context window, and up to 32k output tokens:/model baseten/thinkingmachines/inkling to switch an existing chat.
Bundled fallback catalog
The authenticated live catalog is authoritative. These rows keep setup and model selection useful before discovery succeeds:
All bundled models support tool calling and reasoning. OpenClaw maps its thinking levels to models with native
reasoning_effort. Baseten’s opt-in GLM, Kimi, and Nemotron models default to thinking off; most expose a binary off/on control, while GLM 5.2 exposes off, high, and max. OpenClaw sends these choices through Baseten’s chat_template_args.enable_thinking control and, for GLM 5.2, the validated top-level reasoning_effort parameter.
Baseten can add, remove, or change Model APIs independently of OpenClaw releases. The plugin refreshes model ids, context limits, output limits, and input, cached-input, and output pricing from the authenticated API while retaining model-specific OpenClaw transport policy.
Manual config
Most setups only need the API key. To pin the provider explicitly:If the Gateway runs as a daemon (launchd, systemd, Docker), make sure
BASETEN_API_KEY is available to that process. A key exported only in an interactive shell is not visible to an already-running managed service.Related
Model providers
Choosing providers, model refs, and failover behavior.
Thinking modes
Select OpenClaw reasoning effort levels.
Models CLI
List, inspect, and select discovered models.
Models FAQ
Auth profiles and model-selection troubleshooting.