Use cases

How people use Nexotao

One balance, many ways to use it. Pick whichever fits you best.

Featured

Claude Code on Nexotao

Run the Claude Code agent through Nexotao and pay from your balance. Just point Claude Code at the Nexotao base URL and use your API key — no overseas credit card needed.

  1. Sign up and top up your balance.
  2. Create an API key in the dashboard.
  3. Set ANTHROPIC_BASE_URL and your Nexotao token, then run Claude Code.

Multi-model chat

Use and compare many models right in the web chat. Responses stream in real time, and you can attach images or PDFs to models that support them.

An API for your product

Anthropic-compatible (/v1/messages) and OpenAI-compatible (/v1/chat/completions) endpoints. Use the SDKs you already know — just swap the base URL and API key.

curl https://api.nexotao.com/v1/chat/completions \
  -H "Authorization: Bearer sk-nexo-..." \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-5-mini","messages":[{"role":"user","content":"Halo"}]}'

Lean & local

Top up easily, with transparent per-token pricing and no subscription. You pay only for what you use, and your balance never expires.