ModelsPricingTutorialsBlogFAQ
Home/Tutorials/Continue setup
Tutorial · Continue

Connect Continue

Continue supports a custom OpenAI endpoint. Set provider to openai and apiBase to LowCostAI.

Configure in two steps

Continue's models live in a config file — change one place.

Step 1
Create an API key

Create a key.

Step 2
Edit Continue config

Add the LowCostAI endpoint and save.

Configuration

config.yaml

models:
  - name: LowCostAI
    provider: openai
    model: gpt-4o-mini
    apiBase: https://api.lowcostaiapi.com/v1
    apiKey: YOUR_TOKEN

Replace model with a name from the Models page.