Your stake
earns you AI.

TON stakers with 10 TON or more get a free LiteLLM API key — no sign-up, no credit card. Just your wallet.

qwen-3.6
Alibaba · Qwen3 MoE
35B params, 3B active. Fast reasoning with up to 1M token context. Strong at coding and agentic workflows.
Agentic codingReasoningThink PreservationMoE · Low latency
deepseek-v4-flash
DeepSeek · V4 Series
Fast and capable model optimized for speed and efficiency across coding, reasoning, and multilingual tasks.
Fast InferenceCodingReasoningLow latency
gemma-4
Google · Gemma 4
31B dense transformer. Multimodal (text, image, video) with 256K token context. Advanced reasoning with configurable thinking mode.
MultimodalCodingThinking mode256K context

Connect any EVM wallet, prove ownership with a single off-chain signature, and receive your API key immediately — no transactions, no waiting.

  1. 01

    Connect wallet

    MetaMask, WalletConnect, or any EVM-compatible wallet.

  2. 02

    Sign a message

    One SIWE signature proves ownership. No gas, no transactions.

  3. 03

    Get your API key

    10 TON staked across any Layer2 qualifies. Key issued instantly.

Got your key? One command wires it into your coding agent — base URL, model, and environment all configured automatically.

Configure — prompts for tool, key & model
npx @tokamak-network/ai-access-cli configure
Revert — restores your original settings
npx @tokamak-network/ai-access-cli revert
Base URLhttps://api2.ai.tokamak.network
Modelqwen-3.6, deepseek-v4-flash, gemma-4
ProtocolOpenAI-compatible REST
Quick test
curl https://api2.ai.tokamak.network/v1/chat/completions \
  -H "Authorization: Bearer $YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen-3.6","messages":[{"role":"user","content":"hello"}],"max_tokens":10}'
How long is access free?
As long as you maintain your stake. Each issued key is valid for 30 days — rotate it in the dashboard to renew. Staking is only checked at key issuance.
Which AI tools can I use this with?
Any tool that accepts an OpenAI-compatible endpoint — Claude Code, Codex, Openclaw, Hermes, and more. Set the base URL and your key; nothing else changes.
Are there rate limits?
Reasonable limits apply during beta.
What if I lose my key?
Hit Rotate key in the dashboard — your old key is revoked instantly and a new one is issued. Keys are shown once and cannot be retrieved after that.