Get an API key
OpenAI-compatible endpoint. Bring your own SDK.Buyers hit Malibu at
https://api.malibu.tech/v1 with the OpenAI SDK. To get an API key, sign in with GitHub:
Get an API key
GitHub OAuth · No credit card required to browse
First request
What the API surface covers
- Streaming (
stream: true) with token-incremental deltas. - Multi-turn tool calling — first-turn emission, second-turn
role: "tool"acceptance, assistant-history rendering. Cline drop-in. - Structured output —
response_format: {"type": "json_schema", ...}with the OpenAI strict-mode subset. - Sticky conversations — pass a stable
conversation_id; the coordinator routes back to the same provider and reportscached_prompt_tokens. - Signed receipts — every response carries an Ed25519-signed receipt in the
X-Malibu-Receiptheader.
Model catalog
Browse available models:client.models.list(). Full catalog in Operations → Model catalog.
Billing
Pay-as-you-go, USDC on Base. Rate card served live at/v1/rate-card and priced against the OpenRouter frontier. No subscription, no monthly commit.