Create your API key →
Mint an
aireserve_api_… key in the portal — every Roo Code request is then
metered and billed through your organization.
Claude models work through the same OpenAI Compatible entry
(
claude-sonnet-4-6 as the model id) — the gateway bridges them. If you
prefer Roo’s native Anthropic provider instead, enable its custom base
URL option and use the host root https://api.aireserve.com (no /v1;
Roo appends /v1/messages itself).
Streaming usage chunks are served. Roo Code requests
stream_options: {"include_usage": true} and reads the final usage chunk
to price each request in its context bar. The gateway returns that chunk on
streamed completions, so Roo’s token and cost tracking work as they do
against first-party endpoints.