One URL change · Same SDK

Integrations

VoltAI exposes the OpenAI /v1/* endpoints and the Anthropic /v1/messages endpoint. Anything that speaks either protocol works out of the box — point it at api.voltai.one and use a VoltAI API key.

ClientProtocolWhere to set base URLBase URL
🧠Claude CodeAnthropic /v1/messagesANTHROPIC_BASE_URL / ANTHROPIC_AUTH_TOKENhttps://api.voltai.one
⌨️Codex CLIOpenAI-compatibleOPENAI_BASE_URL / OPENAI_API_KEYhttps://api.voltai.one/v1
📝CursorOpenAI-compatibleSettings → Models → OpenAI Base URLhttps://api.voltai.one/v1
🤖ClineOpenAI + AnthropicVS Code extension settingshttps://api.voltai.one
➡️ContinueOpenAI-compatible~/.continue/config.json → apiBasehttps://api.voltai.one/v1
💬ChatBoxOpenAI-compatibleSettings → AI Provider → API Hosthttps://api.voltai.one/v1
📂OpenCodeOpenAI-compatibleOPENAI_BASE_URLhttps://api.voltai.one/v1
🍒Cherry StudioOpenAI-compatibleSettings → Model Provider → Customhttps://api.voltai.one/v1
🐍OpenAI SDKOpenAI-compatibleOpenAI(base_url=…, api_key=…)https://api.voltai.one/v1
📐Anthropic SDKAnthropic /v1/messagesAnthropic(base_url=…, api_key=…)https://api.voltai.one
Vercel AI SDKOpenAI-compatiblecreateOpenAI({ baseURL })https://api.voltai.one/v1
🔗LangChainOpenAI-compatibleChatOpenAI(openai_api_base=…)https://api.voltai.one/v1

Don't see your tool?

If it can hit any OpenAI-compatible base URL, it works. If it needs Anthropic's /v1/messages, it works (see the Claude Code setup guide). Email support@voltai.one with the tool name and we'll confirm or add a recipe.

Official SDKs, unmodified

VoltAI forwards to the upstream byte-for-byte. The OpenAI SDK sees OpenAI-shaped responses, the Anthropic SDK sees Anthropic-shaped responses. We do not ship a VoltAI-specific SDK — there is nothing for us to add on top of what the vendors already publish.