Skip to main content

Create your API key →

Mint an aireserve_api_… key in the portal — Continue’s chat, edit, and agent requests are then metered and billed through your organization.
Continue (VS Code, JetBrains, and the cn CLI) reads models from ~/.continue/config.yaml (config reference). Any OpenAI-compatible gateway is provider: openai plus an apiBase — Claude models included, since the gateway bridges them onto the same surface:
Keep the /v1 suffix on apiBase. Continue appends /chat/completions to it — without /v1 the request 404s, and Continue’s own error message points here.

Verify

The fastest end-to-end check is the CLI in headless mode:
The reply streams back through the gateway, and the request appears on your usage page. The IDE extensions read the same config.yaml — pick the AI Reserve model from Continue’s model dropdown and everything (chat, edit, apply) routes the same way.