Ecosystem · integrations
Works with the tools you already use
Zumik speaks the OpenAI wire format on /v1 and adds a native stateful /v2, so most of the agent ecosystem connects with a single base-URL change. These are the SDKs we publish, the frameworks we maintain adapters for, and the coding agents that drop in unchanged.
SDK
SDKs.
First-class clients Zumik builds and publishes - both surfaces, fully typed.
Framework
Frameworks.
Adapters Zumik maintains so your existing chains and query engines route through Zumik unchanged.
Coding agent
Coding agents.
Editor and terminal agents that already speak the OpenAI wire format - one base URL away.
OpenAI-compatible
OpenAI-compatible clients.
Any client that lets you set a custom OpenAI base URL works as-is.
At a glance
Every integration, one base URL.
| Integration | Category | Type | Surface | Install |
|---|---|---|---|---|
| Python SDK | SDK | Official | /v1 · /v2 | pip install zumik |
| TypeScript SDK | SDK | Official | /v1 · /v2 | npm install @zumik/sdk |
| Go SDK | SDK | Official | /v1 · /v2 | go get github.com/yethdev/Zumik/sdks/go |
| Rust SDK | SDK | Official | /v1 · /v2 | cargo add zumik-sdk |
| LangChain | Framework | Official | /v1 · /v2 | pip install langchain-zumik · npm install @zumik/langchain |
| LlamaIndex | Framework | Official | /v1 · /v2 | pip install llama-index-llms-zumik |
| Cline | Coding agent | Compatible | /v1 | base URL + key |
| Roo Code | Coding agent | Compatible | /v1 | base URL + key |
| Continue | Coding agent | Compatible | /v1 | provider: openai · apiBase: https://api.zumik.ai/v1 |
| Aider | Coding agent | Compatible | /v1 | aider --openai-api-base https://api.zumik.ai/v1 --model code.balanced |
| OpenAI SDK | OpenAI-compatible | Compatible | /v1 | base_url="https://api.zumik.ai/v1" |
Don't see your tool?
If it lets you set an OpenAI base URL and API key, it already works with Zumik. Point it at api.zumik.ai/v1 and pick a model alias.
