NewOpenAI- and Anthropic-compatible — no migrationRead the announcement

SDKs & libraries

IQx Token Factory is compatible with both the OpenAI and Anthropic SDKs. No custom library needed — use whichever client your stack already speaks.

Available SDKs

O

OpenAI SDK

Python

pip install openai
# base_url="https://api.IQXtokenfactory.com/openai/v1/"
O

OpenAI SDK

Node.js / TypeScript

npm install openai
// baseURL: "https://api.IQXtokenfactory.com/openai/v1/"
A

Anthropic SDK

Python

pip install anthropic
# base_url="https://api.IQXtokenfactory.com/anthropic/"
A

Anthropic SDK

Node.js / TypeScript

npm install @anthropic-ai/sdk
// baseURL: "https://api.IQXtokenfactory.com/anthropic/"

Claude Code · Cursor · Continue · Cline

Editor providers

Point your editor's Anthropic provider at
"https://api.IQXtokenfactory.com/anthropic/"
— works out of the box.
JS

Vercel AI SDK · LangChain · LlamaIndex · LiteLLM

Agent frameworks

Use IQx Token Factory as your LLM provider in any
agent framework. Pass baseURL + apiKey to your
LLM connector.
{}

REST / cURL

Direct HTTP

All endpoints follow the OpenAI or Anthropic
REST spec. Any HTTP client works.