Claude Code
Claude Code speaks the Anthropic Messages format. It reads the endpoint and token from its settings file, then appends /v1/messages itself.
Connect developer tools to DoGPT with the endpoint and configuration format each client expects.
Claude Code speaks the Anthropic Messages format. It reads the endpoint and token from its settings file, then appends /v1/messages itself.
Codex accepts an OpenAI-compatible base URL, an API key, and a provider-qualified model id in its YAML configuration.
OpenCode uses its OpenAI-compatible provider adapter. The provider entry names the endpoint once and lists each model that should appear in the picker.
OpenClaw keeps custom providers in a JSON5 file. The provider uses the OpenAI completions protocol and declares the models available to agents.
Cline exposes an OpenAI Compatible provider in its extension settings. Enter the DevGPT base URL, key, and exact model id there.
Kilo Code can call an OpenAI-compatible endpoint from its provider settings. It needs the base URL, the prepaid key, and one catalog model id.
Continue accepts the OpenAI provider with a custom apiBase. Its YAML model entry can make the chosen routed model the default.
Aider reaches custom OpenAI-compatible endpoints through LiteLLM. Set the endpoint and key in the shell before starting Aider.
Qwen Code reads an OpenAI-compatible endpoint, API key, and model from its .env file. All three values are required for a routed model.