Introduction to Nexotao
Nexotao is a reseller for AI model access. With one account and one Rupiah balance, you can use many top models for text, images, and transcription — 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:
- Anthropic —
POST /v1/messages - OpenAI —
POST /v1/chat/completions - Image generation —
POST /v1/images/generations - Transcribe —
POST /v1/audio/transcriptions
Next steps
- Quickstart — from sign-up to your first request.
- Authentication — API keys and headers.
- Billing & Pricing — the Rupiah balance system per modality.
- Claude Code — use the Claude coding agent through Nexotao.