Home / Docs / SDKs overview

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.

LanguageAnthropic formatOpenAI format
Pythonpip install anthropicpip install openai
TypeScriptnpm i @anthropic-ai/sdknpm i openai
Gocommunity clients, or plain HTTPcommunity clients, or plain HTTP
Anything elseHTTP + JSONHTTP + JSON
Base URL differs by format: https://aiprimetech.io for Anthropic clients, https://aiprimetech.io/v1 for OpenAI clients. See Base URLs.