Developer SDKs
Ship with Meridian
Meridian speaks the OpenAI API protocol. Use any OpenAI-compatible SDK — Python, TypeScript, cURL — with zero code changes beyond the base URL.
Python SDK
Drop-in OpenAI-compatible client. pip install openai, point base_url at Meridian.
Read docsTypeScript SDK
npm install openai. Same shape, same streaming, same function calling.
Read docscURL / REST
Raw HTTP. /v1/chat/completions, /v1/models. Works everywhere.
Read docsAnthropic SDK
Use the Anthropic Python/TS SDKs with Meridian's messages endpoint via a thin proxy.
Read docs