Subscription quotas
Rolling 5-hour and 7-day windows keep usage predictable, with no overshoot.
Plug into a unified, OpenAI-compatible surface. Subscription quotas, PAYG wallet, card, PayPal and crypto payments — with live usage tracking.
curl https://api.prismaticapi.com/v1/chat/completions \ -H "Authorization: Bearer •••" \ -d '{"model":"gpt-5.2", "messages":[{"role":"user", "content":"Hello"}]}'
Switch models by changing a string. Chat Completions, Responses, Images and Videos — the same API, compatible with your existing OpenAI tooling.
Read the documentation{
"model": "gpt-5.2",
"messages": [
{ "role": "user", "content": "Hello" }
]
}
POST /v1/images/generations
POST /v1/videos/generationsA clear console on top of every model — no surprises on cost or limits.
Rolling 5-hour and 7-day windows keep usage predictable, with no overshoot.
Public IDs, text/image/video capabilities, limits and pricing in one place.
Create, revoke and track every key. Per-key usage and permissions.
Usage, cost, errors and latency — visible to the second.
Card, PayPal, Stripe and crypto. Optional fallback when quota runs out.
Robust rate-limiting to block abuse without blocking your team.
Access text, image and video-capable models from one API surface.
published models
Context and token limits stay visible before integration.
Input / 1M tokens
| Model | Context | Input / 1M tokens | Request cost |
|---|---|---|---|
| gpt-5.4 | 1,000,000 | $0.75 | ×5 |
| gpt-5.5 | 400,000 | $1.50 | ×5 |
| gpt-5.6-luna | 500,000 | $0.15 | ×2 |
| gpt-5.6-sol | 500,000 | $0.75 | ×5 |
| gpt-5.6-terra | 500,000 | $0.38 | ×5 |
| claude-fable-5 | 200,000 | $3.00 | ×20 |
One key, one base URL, and you're live — compatible with your OpenAI tools today.