Developers

One interface, every model

Point your existing client at Prizmal and keep shipping. We route each request to the model that fits the job, and hand back the same shape you already know

Drop in replacement

Keep your SDK, keep your prompts. Change the base URL and the key, and requests start routing through Prizmal

Streaming and tools

Server-Sent Events, tool calls, JSON mode, and vision inputs all flow through with no changes on your side

Governed by default

Every request is scoped to your workspace with per key limits, audit logs, and region controls that your security team can read

Observability

See which model handled each call, how long it took, and what it cost, right next to the trace

Endpoints

https://api.prizmal.ai/v1· OpenAI-compatible
https://api.prizmal.ai/anthropic· Anthropic-compatible
model prizmal-auto· your Prizmal key as bearer auth

Quick start

1# ~/.zshrc or ~/.bashrc
2export ANTHROPIC_BASE_URL=https://api.prizmal.ai/anthropic
3export ANTHROPIC_AUTH_TOKEN=$PRIZMAL_API_KEY
4export ANTHROPIC_MODEL=prizmal-auto
Every harness needs one base URL and one key, nothing else to configure

The full API reference ships with self-serve keys. Until then, this page is the reference and managed.inferences@prizmal.ai answers the same day.

Sixty seconds, start to routed

One key, one base URL, first routed request. Sound optional, the captions carry it.