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.

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.

IntegrationCategoryTypeSurfaceInstall
Python SDKSDKOfficial/v1 · /v2pip install zumik
TypeScript SDKSDKOfficial/v1 · /v2npm install @zumik/sdk
Go SDKSDKOfficial/v1 · /v2go get github.com/yethdev/Zumik/sdks/go
Rust SDKSDKOfficial/v1 · /v2cargo add zumik-sdk
LangChainFrameworkOfficial/v1 · /v2pip install langchain-zumik · npm install @zumik/langchain
LlamaIndexFrameworkOfficial/v1 · /v2pip install llama-index-llms-zumik
ClineCoding agentCompatible/v1base URL + key
Roo CodeCoding agentCompatible/v1base URL + key
ContinueCoding agentCompatible/v1provider: openai · apiBase: https://api.zumik.ai/v1
AiderCoding agentCompatible/v1aider --openai-api-base https://api.zumik.ai/v1 --model code.balanced
OpenAI SDKOpenAI-compatibleCompatible/v1base_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.