Introduction to Nexotao
Nexotao is a reseller for AI model access. With one account and one Rupiah balance, you can use top models for text — via web chat, API, or Claude Code. No foreign credit card, no subscription.
How it works
- Top up your Rupiah balance via QRIS.
- Create an API key in the dashboard.
- Call the Nexotao endpoints with the SDKs you already know — costs are deducted from your balance based on usage.
Base URL
https://api.nexotao.comAnthropic & OpenAI compatible
Nexotao exposes endpoints compatible with both formats, so you only need to change the base URL and API key in your existing tools:
- OpenAI —
POST /v1/chat/completions— for every model, including Claude. When in doubt, use this. - Anthropic —
POST /v1/messages— Claude models only, native Anthropic format.
Which one to pick: Endpoints & Formats. Not sure how to connect your coding tool? Every step-by-step guide lives under Integrations — Claude Code, Codex, VS Code (Cline, Roo Code, Continue, Kilo Code), Aider, OpenCode, plus the universal pattern for any other tool.
Next steps
- Core Concepts — the basics for beginners (no jargon).
- Quickstart — from sign-up to your first request.
- Playground — try the API in your browser, no code.
- Endpoints & Formats — pick the right endpoint.
- Integrations — connect Claude Code, Codex, VS Code, and more.
- Billing & Pricing — the Rupiah balance system.