OpenAI-compatible · OpenAI-compatible

OpenAI SDK

The official OpenAI Python and Node SDKs work against Zumik by setting base_url / baseURL to api.zumik.ai/v1. No proprietary fields in the request or response, so a vanilla client stays correct.

Installbase_url="https://api.zumik.ai/v1"
Three settings
Base URLhttps://api.zumik.ai/v1
API keyyour Zumik key (zk_...)
Modela Zumik alias (code.balanced) or a provider model id
Profile
Maintained byThird party
LanguagePython & Node
Surfaces/v1

What you get

  • One-line base-URL change
  • Function calling, structured output, streaming pass through
  • Cached-token counts in standard usage fields
Drop-in

OpenAI SDK speaks the OpenAI wire format. Set the base URL to https://api.zumik.ai/v1, use a Zumik key, and pick a model alias - the request body stays exactly OpenAI's, so it keeps working unchanged while caching and tiering run for you.

Connect OpenAI SDK to Zumik

Point OpenAI SDK at api.zumik.ai/v1 and capture provider caching automatically, with no change to the request body.