install ยท Continue (VS Code, JetBrains)

Wire Continue (VS Code, JetBrains) into AdToken

Open-source AI code-completion + chat in your IDE.

1
Install AdToken
curl -fsSL https://limitlesstokens.com/install.sh | sh
adtoken init
2
Watch ads
adtoken earn
3
Configure Continue
Edit ~/.continue/config.json. Add a model entry pointing at AdToken with your wallet user-id. Continue cannot read the OS credential store directly, so paste a provider key from your provider dashboard if you use this path:
{
  "models": [
    {
      "title": "AdToken โ€” Claude Sonnet 4.6",
      "provider": "anthropic",
      "model": "claude-sonnet-4-6",
      "apiKey": "<paste provider key>",
      "apiBase": "https://limitlesstokens.com/v1"
    },
    {
      "title": "AdToken โ€” DeepSeek (Lane 3, ad-funded)",
      "provider": "openai",
      "model": "deepseek/deepseek-v4-pro",
      "apiKey": "unused",
      "apiBase": "https://limitlesstokens.com/v1/openrouter",
      "requestOptions": {
        "headers": { "x-adtoken-user": "<paste $ADTOKEN_USER_ID>" }
      }
    }
  ]
}
Need the upstream documentation for Continue (VS Code, JetBrains)? https://docs.continue.dev/getting-started/install โ†—

โ† back to all tools