DoGPT

Developer tool setup guides

Connect developer tools to DoGPT with the endpoint and configuration format each client expects.

Claude Code

Claude Code speaks the Anthropic Messages format. It reads the endpoint and token from its settings file, then appends /v1/messages itself.

Anthropic Messages

Codex CLI

Codex accepts an OpenAI-compatible base URL, an API key, and a provider-qualified model id in its YAML configuration.

OpenAI compatible

OpenCode

OpenCode uses its OpenAI-compatible provider adapter. The provider entry names the endpoint once and lists each model that should appear in the picker.

OpenAI compatible

OpenClaw

OpenClaw keeps custom providers in a JSON5 file. The provider uses the OpenAI completions protocol and declares the models available to agents.

OpenAI compatible

Cline

Cline exposes an OpenAI Compatible provider in its extension settings. Enter the DevGPT base URL, key, and exact model id there.

OpenAI compatible

Kilo Code

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.

OpenAI compatible

Continue

Continue accepts the OpenAI provider with a custom apiBase. Its YAML model entry can make the chosen routed model the default.

OpenAI compatible

Aider

Aider reaches custom OpenAI-compatible endpoints through LiteLLM. Set the endpoint and key in the shell before starting Aider.

OpenAI compatible

Qwen Code

Qwen Code reads an OpenAI-compatible endpoint, API key, and model from its .env file. All three values are required for a routed model.

OpenAI compatible