Agent integration guide
Use OpenClaw with WaveSpeed LLM API
This guide shows how to connect OpenClaw to WaveSpeed AI with ~/.openclaw/config.yaml, OpenAI-compatible chat completions, /v1/chat/completions, base URL https://llm.wavespeed.ai/v1, and default model anthropic/claude-opus-4.8. Copy the configuration above, export your API key, run the agent, then verify requests in Logs.
Create a WaveSpeed access key
Export the required key locally
Paste config into
~/.openclaw/config.yamlRun openclaw and check Logs
What this OpenClaw setup configures
Protocol
OpenAI-compatible chat completions
Endpoint
/v1/chat/completions
Model
anthropic/claude-opus-4.8
The copy-ready configuration above is the only OpenClaw file you need to edit for the recommended setup: ~/.openclaw/config.yaml. Keep the API key in your shell environment so it is not committed to a repository.
Troubleshooting
The API key is not being picked up
Export WAVESPEED_API_KEY in the same shell where you run OpenClaw. If you use a shell profile, reload the terminal before starting the agent.
Requests fail with a protocol or endpoint error
Check that OpenClaw is using OpenAI-compatible chat completions and endpoint /v1/chat/completions. Protocol mismatches are the most common cause of 404 or payload errors.
The selected model does not work
Confirm the model id exists in WaveSpeed Models, then paste the exact id into ~/.openclaw/config.yaml. You can start with the default model shown on this page.
No requests appear in Logs
Make sure OpenClaw is using the WaveSpeed base URL and your current API key. Then send a new prompt from the local agent and refresh Logs.
Can this OpenClaw guide show up in search?
Yes. This page is built as an indexable setup guide for users searching for OpenClaw custom provider, OpenAI-compatible endpoint, base URL, and local agent configuration workflows.