Endpoint · OpenClaw

Use OpenClaw
through Chompute.

Add Chompute as an OpenClaw AI provider and get unlimited use at a flat monthly cost. No surprise overages. Ever.

Install Chompute for OpenClaw
$openclaw plugins install @chompute/openclaw-provider-chompute
Add Access Key
$openclaw models auth login --provider chompute --method access-key --set-default
Setup

Three steps from signup to OpenClaw.

The setup stays close to OpenClaw conventions: get an Access Key, make sure OpenClaw exists, then install and authenticate the Chompute provider.

Step 01

Sign up and get an Access Key.

Create a Chompute account, enable the endpoint plan, and copy your Chompute Access Key from the logged-in app.

Step 02

Install OpenClaw if you need it.

If OpenClaw is already installed, keep going. If not, install it first and confirm the openclaw command works in your terminal.

Step 03

Install the Chompute provider.

The OpenClaw plugin adds Chompute as a provider, then the auth command stores your Access Key and sets chompute-advanced as the default model.

Terminal setup

Install the provider, then authenticate.

Install the Chompute provider from npm, then let OpenClaw store your Chompute Access Key using its normal provider auth flow.

  • Installs the official Chompute OpenClaw provider from npm.
  • Configures OpenClaw to use chompute-advanced through the Chompute OpenAI-compatible endpoint.
  • Uses your Chompute Access Key locally through OpenClaw auth.
  • Keeps OpenClaw as your normal terminal workflow while Chompute handles inference.
Install provider
$openclaw plugins install @chompute/openclaw-provider-chompute
Add Access Key
$openclaw models auth login --provider chompute --method access-key --set-default
Recommended

Restart, probe, then start OpenClaw.

Restart the OpenClaw gateway so it loads the Chompute plugin, then run a provider probe before starting your normal OpenClaw session.

Probe
$openclaw gateway restart$openclaw models status --probe --probe-provider chompute
◇ After probe passes

OpenClaw stays OpenClaw.

The plugin only adds Chompute as an AI provider. You still use OpenClaw normally, but via Chompute that is built for unlimited agent use without overages.