FAQ

Answers for developers and API users.

Is Prismatic API OpenAI-compatible?

Yes. The v1 API exposes OpenAI-compatible models and Chat Completions endpoints so developers can use familiar SDKs.

Do I see upstream LLMAI model IDs?

No. Prismatic API keeps upstream IDs internal and exposes stable public model IDs.

How do subscription quotas work?

Each plan has global rolling 5-hour and 7-day request windows. Every model can consume a configurable number of plan requests per API call.

What happens when quota runs out?

If PAYG is enabled and funded, the request can fall back to wallet billing. If PAYG is disabled or underfunded, the API returns a billing error.

Is streaming supported?

Yes. Streaming is supported for subscription quota and PAYG fallback; PAYG debits the wallet from the final upstream usage chunk.

Are payments automated?

Crypto checkout is automated through NOWPayments IPN callbacks. Admins can still record manual payments when external settlement needs support review.