ONES1mple $ONE/
Coming Soon

opencode

Terminal AI coding agent

Add ONE as a provider in opencode and run your terminal coding sessions on ONE's decentralized GPU network. Because ONE is OpenAI-compatible, it drops in as a custom provider with no code changes.

What the integration will enable

  • ONE appears as a selectable provider inside opencode
  • Use $ONE stake credits for free terminal coding sessions
  • All models in the ONE catalog available inside opencode
  • Dedicated lane for uninterrupted long-context sessions

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 as a provider in opencode config
# ~/.config/opencode/config.json
{
  "providers": {
    "one": {
      "name": "ONE Protocol",
      "type": "openai",
      "baseURL": "https://api.onecompute.xyz/v1",
      "apiKey": "<your ONE session key>",
      "models": ["one/claude-sonnet", "one/claude-haiku"]
    }
  }
}
2Select the provider when starting a session
opencode --provider one --model one/claude-sonnet

Official integration in progress

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