SDKs overview
Official Anthropic and OpenAI SDKs both work unmodified — pick by which format you prefer.
There is no bespoke SDK to install. The gateway is wire-compatible with the official clients, so you use the ones you already know.
| Language | Anthropic format | OpenAI format |
|---|---|---|
| Python | pip install anthropic | pip install openai |
| TypeScript | npm i @anthropic-ai/sdk | npm i openai |
| Go | community clients, or plain HTTP | community clients, or plain HTTP |
| Anything else | HTTP + JSON | HTTP + JSON |
Base URL differs by format:
https://aiprimetech.io for Anthropic clients, https://aiprimetech.io/v1 for OpenAI clients. See Base URLs.