Open-source AI code-completion + chat in your IDE.
curl -fsSL https://limitlesstokens.com/install.sh | sh
adtoken init
adtoken earn
~/.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>" }
}
}
]
}