Model Rover

Coding Tools

Connect popular coding agents, editors, and desktop clients with one API key.

Coding tools need three values: a platform API key, the gateway Base URL, and the complete public model ID copied from the Models page.

Before you begin

Create a platform key at Token Management. Copy the complete {manufacturer}/{model} ID from the Models page; do not infer capabilities from the manufacturer name. Coding agents should use a chat model that supports function calling, but capability must be checked on the model details rather than assumed from its name.

Base URL rules

Claude Code uses Anthropic Messages at http://127.0.0.1:11113. Other OpenAI-compatible clients and Codex use http://127.0.0.1:11113/v1. Clients append their operation path themselves, so do not paste /chat/completions, /responses, or /messages into a Base URL.

Security and compatibility

Store keys only in local secret storage or environment variables, and never commit them. Third-party UIs and configuration formats may change as they are upgraded; verify the actual requests made by the current tool version. For protocol details, see Protocols, Errors, and Request Logs.

Help us improve this page

Found something unclear, outdated, or incorrect?

Last updated on