radius plugin connects OpenClaw’s agent loop to Radius, including
streamed responses, reasoning, images on supported models, and tool calls.
Radius owns upstream routing, model policies, rewrites, and billing.
Sign in
Create a Radius account on the Radius website, then sign in from OpenClaw:Organization API key
Create an API key from your organization’s API keys page in Radius, then use the interactive prompt:RADIUS_API_KEY through your environment or secret
manager and run:
Choose a model
radius/balanced when available, otherwise the first model
in your organization’s catalog. Use a model ID shown by models list; available
models and virtual routes can change.
Radius uses its native Pi message protocol at https://radius.pi.dev/v1.
The plugin selects that transport automatically. Do not configure Radius as an
OpenAI-compatible /chat/completions endpoint.
Scope and troubleshooting
This plugin provides model access. Radius’s optional Pi extension packages, including their/radius commands, web search, artifacts, and Google Workspace
tools, are separate integrations and are not installed by this plugin.
Organization-side routing and rewrite policies still apply to model requests.
If sign-in expires, start it again and enter the new pairing code. If model
discovery rejects authentication, sign in again or replace the organization API
key. If no models are available, check the organization’s model access and
budgets in Radius. A broken or truncated response is reported as an error rather
than a successful empty reply.
See Radius documentation,
Radius models, and
model authentication.