ONES1mple $ONE/
Coming Soon

Continue

VS Code & JetBrains extension

Add ONE as a custom provider in Continue's config.json. Because ONE is OpenAI-compatible, the full Continue feature set — autocomplete, chat, slash commands — works without modification.

What the integration will enable

  • ONE appears alongside other providers in Continue's model selector
  • Autocomplete, inline edit, and chat all routed through ONE
  • Use $ONE stake credits for free daily inference
  • Switch to Dedicated lane for latency-sensitive completions

Manual setup

works today

ONE speaks the OpenAI-compatible API — you can connect any tool that supports a custom base URL right now.

1Add ONE to Continue's config.json
// ~/.continue/config.json
{
  "models": [
    {
      "title": "ONE — Sonnet",
      "provider": "openai",
      "model": "one/claude-sonnet",
      "apiBase": "https://api.onecompute.xyz/v1",
      "apiKey": "<your ONE session key>"
    },
    {
      "title": "ONE — Haiku",
      "provider": "openai",
      "model": "one/claude-haiku",
      "apiBase": "https://api.onecompute.xyz/v1",
      "apiKey": "<your ONE session key>"
    }
  ]
}
2Reload Continue (⌘⇧P → Continue: Reload Config)
Command Palette → Continue: Reload Config

Official integration in progress

The first-class Continue plugin is being built. Follow @onecomputexyz for updates.