All Integrations

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, GPT, DeepSeek, Grok — except the base URL and API key point to Nexotao, and usage is billed from a Rupiah balance.

That means any coding tool that lets you point at a custom endpoint works with Nexotao. This page explains the integration pattern, then links to step-by-step guides per tool.

Two “modes” — this is all you need to remember

Every integration reduces to one of two modes. Once you understand this, you can wire up any tool, even ones not listed below.

ModeBase URLHeader / envModelUsed for
Anthropic-compatiblehttps://api.nexotao.comx-api-key / ANTHROPIC_AUTH_TOKEN + ANTHROPIC_BASE_URLclaude-opus-4-8, claude-sonnet-4-6, …Claude models & tools that speak the Anthropic format (Claude Code, Cline in Anthropic mode)
OpenAI-compatiblehttps://api.nexotao.com/v1Authorization: Bearer / OPENAI_API_KEY + OPENAI_BASE_URLgpt-5-mini, grok-4.3, DeepSeek-V4-Pro, …OpenAI/DeepSeek/Grok models & OpenAI-format tools (Codex, Aider, Continue, etc.)
ClaudeOpenAI / CodexVS CodeClineOpenCodeDeepSeekGrokGitHub CopilotCursor
⚠️

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:

  • Anthropic-compat: claude-opus-5, claude-opus-4-8, claude-opus-4-7, claude-opus-4-6, claude-sonnet-4-6
  • OpenAI-compat: gpt-5.6-luna, gpt-5.6-terra, gpt-5.6-sol, gpt-5-mini, grok-4.3, DeepSeek-V4-Pro, DeepSeek-V4-Flash