Skip to main content
Discover OpenAI models here
Get an API key from the OpenAI Console

Configuration

config.yaml
Check out a more advanced configuration here

OpenAI API compatible providers

OpenAI API compatible providers include If you are using an OpenAI API compatible providers, you can change the apiBase like this:
config.yaml

How to Force Legacy Completions Endpoint Usage

To force usage of completions instead of chat/completions endpoint you can set:
config.yaml

How to Disable the Responses API

By default, Continue uses OpenAI’s /responses endpoint for o-series and gpt-5 models. If you encounter “organization must be verified” errors related to reasoning summaries or streaming, you can force the use of /chat/completions instead:
config.yaml