Skip to main content
Use LinkModel as the model provider behind coding agents that can call OpenAI-compatible, Anthropic-compatible, or Responses-compatible chat endpoints.

Guides

OpenCode

Configure LinkModel as an OpenAI-compatible provider in OpenCode.

Claude Code

Route Claude Code Anthropic-format requests through LinkModel.

Codex

Configure Codex to call GPT-series LinkModel models with the Responses API wire protocol.

Troubleshooting

Diagnose auth, model selection, endpoint, and tool-calling issues.

Endpoint Selection

Base URL

All agent integrations use this base URL:
Set the model to one of the supported chat model names from Models.
Coding agents send tool/function-calling fields so they can edit files, run shell commands, and continue multi-step work. If a request fails because of unsupported tool fields, switch to a different model or use the endpoint most closely matching the agent’s native protocol.