Integrations
Nexotao is not a new model you have to learn from scratch. It’s a gateway to the AI models you already use — Claude, Qwen, Nova, DeepSeek, and more — except the base URL and API key point to Nexotao, and usage is billed from a Rupiah balance.
Tools that support OpenAI Chat Completions, Anthropic Messages, or OpenAI Responses can connect to Nexotao.
Three modes — this is all you need to remember
Every integration reduces to one of three modes. Once you understand this, you can wire up any tool, even ones not listed below.
| Mode | Base URL | Header / env | Model | Used for |
|---|---|---|---|---|
| Anthropic-compatible | https://api.nexotao.com | x-api-key / ANTHROPIC_AUTH_TOKEN + ANTHROPIC_BASE_URL | 32 Bedrock models | Tools that speak Anthropic Messages, including Claude Code |
| OpenAI Chat | https://api.nexotao.com/v1 | Authorization: Bearer / OPENAI_API_KEY + OPENAI_BASE_URL | All 34 models | Chat Completions tools, including Aider and Continue |
| OpenAI Responses | https://api.nexotao.com/v1 | Authorization: Bearer / NEXOTAO_API_KEY | gpt-5.6-terra, gpt-5.6-luna | OpenAI Codex CLI |
Base-URL rule of thumb — this is the single most common cause of a failed
integration. OpenAI-compat tools want the /v1 suffix
(https://api.nexotao.com/v1) and append /chat/completions themselves.
Anthropic-compat tools want the bare host (https://api.nexotao.com) and append
/v1/messages themselves. The API key field always takes the raw sk-nexo-...
string.
Pick your tool
No API key yet?
Sign up
Create an account at nexotao.com — email only.
Top up your balance
Top up via QRIS from Rp 10,000.
Create an API key
Create an sk-nexo-... key under API Keys.
Full details in Quickstart and Authentication.
Available models
See the live list & rates on Models & Pricing. In short:
- Agentic examples:
claude-opus-4-6,qwen3-coder-next,nova-micro,gpt-oss-120b. - Chat-only examples:
deepseek-v3-2,gpt-oss-20b. Do not use these in clients that require tools.