Skip to content
inert
Sign up
Contents

Documentation

Inert is an LLM gateway that speaks the Anthropic Messages API (/v1/messages), the OpenAI Chat Completions API (/v1/chat/completions) and the OpenAI Responses API (/v1/responses). Any harness that speaks one of them can point at it by changing a base URL and a key. The base URL is https://api.inert.lol, authenticated with either an x-api-key or an Authorization: Bearer header. Create an account, generate a key in the dashboard, then send a request. Keys are shown once, so store one like a secret. The model IDs are the route names, kebab-cased: fable-5 and opus-5. GET /v1/models is always the live list.

Compatibility

HarnessWorks today?How
Claude CodeYesNative Anthropic client. Bare base URL plus an auth token.
OpenCodeYesProvider override in opencode.json.
Kilo CodeYes"Anthropic Messages" custom provider.
PiYesProvider override in ~/.pi/agent/models.json.
HermesYescustom_providers entry in ~/.hermes/config.yaml.
Codex CLIYesmodel_providers entry in ~/.codex/config.toml.
CursorNot yetOpenAI override not verified against Inert yet.
KiroNot yetFixed model list, no BYOK or custom endpoint. Feature request open upstream.

Next steps