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, 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.

ModeBase URLHeader / envModelUsed for
Anthropic-compatiblehttps://api.nexotao.comx-api-key / ANTHROPIC_AUTH_TOKEN + ANTHROPIC_BASE_URL32 Bedrock modelsTools that speak Anthropic Messages, including Claude Code
OpenAI Chathttps://api.nexotao.com/v1Authorization: Bearer / OPENAI_API_KEY + OPENAI_BASE_URLAll 34 modelsChat Completions tools, including Aider and Continue
OpenAI Responseshttps://api.nexotao.com/v1Authorization: Bearer / NEXOTAO_API_KEYgpt-5.6-terra, gpt-5.6-lunaOpenAI Codex CLI
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:

  • 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.