Skip to content
Documentation
SDK Reference / SDK Overview
SDK Reference · SDK Overview

SDK Overview

Choose the right SDK or integration for your stack.


OpenAI compatibility

Any OpenAI-compatible SDK works with AllToken. Change two settings and you're done:

  1. Set the base URL to https://api.alltoken.ai/v1
  2. Set the API key to your AllToken API key

No custom SDK needed. Use whichever OpenAI SDK you prefer.

Quick reference

AllToken native SDKs

  • Node.js / TypeScript — typed dual-client (OpenAI + Anthropic)
  • Python — httpx-based dual-client with Pydantic models
  • Go — raw HTTP wrapper with oapi-codegen types

Third-party SDK integrations