ONES1mple $ONE/
Coming Soon

Aider

Terminal pair programmer

Point Aider at ONE's OpenAI-compatible endpoint using the --openai-api-base flag. All Aider workflows — chat, architect mode, whole-file edits — run on ONE's decentralized GPU network.

What the integration will enable

  • Run Aider sessions on ONE's community GPU network
  • Use $ONE stake credits for free daily pair programming
  • All models in the ONE catalog usable with --model flag
  • Dedicated lane package for long uninterrupted coding sessions

Manual setup

works today

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

1Pass the ONE endpoint as CLI flags
aider \
  --openai-api-base https://api.onecompute.xyz/v1 \
  --openai-api-key <your ONE session key> \
  --model one/claude-sonnet
2Or set via .env in your project root
# .env
OPENAI_API_BASE=https://api.onecompute.xyz/v1
OPENAI_API_KEY=<your ONE session key>

# then just run:
aider --model one/claude-sonnet

Official integration in progress

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