# SDKs overview > Official Anthropic and OpenAI SDKs both work unmodified — pick by which format you prefer. _Source: https://aiprimetech.io/docs/sdks/ · Home > Docs > SDKs_ 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](/docs/getting-started/base-urls/). - [Python](https://aiprimetech.io/docs/sdks/python/) — Both SDKs, working examples - [TypeScript](https://aiprimetech.io/docs/sdks/typescript/) — Node and browser-server - [cURL](https://aiprimetech.io/docs/sdks/curl/) — No dependencies - [Go](https://aiprimetech.io/docs/sdks/go/) — Plain net/http --- _ClaudeAPIKey.dev is an independently operated, Anthropic-compatible API gateway. Not affiliated with Anthropic._