Continue with idapt
Add idapt as a provider in Continue's config and pick any catalog model in the sidebar.
Last reviewed 2026-07-17
Point it at idapt
json
{
"models": [
{
"title": "idapt: Claude Sonnet 5",
"provider": "openai",
"model": "anthropic/claude-sonnet-5",
"apiBase": "https://idapt.app/api/openai/v1",
"apiKey": "<IDAPT_API_KEY>"
}
]
}Continue config lives at ~/.continue/config.json; add one block per model you want in the picker.
Pitfalls
provider stays "openai"
The provider field names the wire protocol, not the vendor. Keep it openai and put the catalog id in model.