One SDK For Every Model

Switch providers by changing a single line. The rest of your code stays exactly the same.

GeminiClaudeGPT-4oMistral
1import { Acme } from "@acme/ai"
2 
3const acme = new Acme({ model: "gemini-pro" })
4 
5const reply = await acme.chat({
6 prompt: "Summarize the release notes",
7})
8 
9console.log(reply.text)
Low Latency

An edge runtime tuned to answer in milliseconds.

Scales Effortlessly

Soaks up heavy traffic without a re-architecture.

Locked Down

SSO, roles, and audit logs, right out of the box.

AI Native

Models, agents, and tool calls as first-class primitives.