Docs · SDK
Official SDKs.
Anoman ships official SDKs in Python and TypeScript. Either works with the OpenAI SDK shape too — no migration needed.
Python SDK
pip install anoman-aiDrop-in wrapper around the OpenAI Python SDK. Adds AnomanClient with typed access to batch-poll helpers, streaming, and the _anoman response extension. Works with sync + async clients.
TypeScript SDK
npm install anoman-aiZero-dependency client for browser, Node, Bun, Deno, and Edge runtimes. Native streaming via async iterators, AbortController-aware cancellation, batch poll loop, typed _anoman metadata.
Prefer to use your existing SDK? Anoman is fully OpenAI-compatible (and Anthropic-compatible on the
/anthropic endpoint). The Anoman SDKs are optional — they just save a few lines and add type-safe access to Anoman-specific extensions like the batch poll loop and _anoman response metadata. See the migration guides:Need help choosing?
Both SDKs are first-party and stay version-locked to the gateway.