SDKs & integrations

Install once. Measure now, optimise later.

Native SDKs for Python and TypeScript, plus drop-in integrations. All speak IXP.

Python

pip install keld

import keld
keld.complete(
  prompt="…",
  ceiling_price="$0.50/mTok",
  deadline="12h",
)

TypeScript

npm i @keld/sdk

import { keld } from "@keld/sdk";
await keld.complete({
  prompt: "…",
  ceiling_price: "$0.50/mTok",
  deadline: "12h",
});
SoonPackage registries publish with the beta. Join the waitlist for early access.