Apps

Continue

Configure the Continue editor extension with OpenAI-compatible models.

Overview

Continue is an AI coding extension for VS Code and JetBrains IDEs. It can use chat and completion models through compatible provider settings.

Configuration

  1. Create an API key in `/app/keys`.
  2. Open the Continue configuration file.
  3. Add an OpenAI-compatible model entry.
  4. Set Base URL to `https://uouo.cloud/v1`.
  5. Reference `UOUODUO_API_KEY` from the environment.
  6. Set model IDs for chat and autocomplete.
{
  "models": [
    {
      "title": "uouo cloud",
      "provider": "openai",
      "model": "gpt-4o-mini",
      "apiBase": "https://uouo.cloud/v1",
      "apiKey": "${env:UOUODUO_API_KEY}"
    }
  ]
}

Verify

Ask Continue to explain a selected function, then check `/app/logs`.

Known limits

  • Continue configuration fields vary by version.
  • Large file context can significantly increase input tokens.
Continue · uouo cloud