Introduction

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

  1. Top up your Rupiah balance via QRIS.
  2. Create an API key in the dashboard.
  3. Call the Nexotao endpoints with the SDKs you already know — costs are deducted from your balance based on usage.

Base URL

https://api.nexotao.com

Anthropic & 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:

  • OpenAIPOST /v1/chat/completions — for every model, including Claude. When in doubt, use this.
  • AnthropicPOST /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