One API endpoint. Every request logged. Per-model cost tracking down to the token. Drop in your base URL, keep your existing code, and finally know where the money goes.
Every API call logged with exact token counts and USD cost. No estimates, no averages.
Route to OpenAI or Anthropic through one endpoint. Same OpenAI-compatible format.
Change your base URL. That's it. Works with the OpenAI SDK, LangChain, or raw HTTP.
| Model | Provider | Input / 1M tokens | Output / 1M tokens |
|---|---|---|---|
| gpt-4o | OpenAI | $2.50 | $10.00 |
| gpt-4o-mini | OpenAI | $0.15 | $0.60 |
| claude-sonnet | Anthropic | $3.00 | $15.00 |
| claude-haiku | Anthropic | $0.25 | $1.25 |
POST to /api/keys with a name. You'll get an isk_ key back once.
Change the base URL. Keep everything else the same.
Use gpt-4o, gpt-4o-mini, claude-sonnet, or claude-haiku. Anthropic models are automatically translated to the Messages API format.
No dashboards to configure. No SDKs to install. Just change your base URL and every request is tracked.