API formats
Responses requests are stateless. Resend prior output items instead of using
previous_response_id.OpenAI-compatible request
Data handling
Prism applies strict zero data retention to API inputs and outputs. Request and response content is processed only to complete the request, is not persisted, and is never used for model training. Review the Privacy Policy and Terms of Service.Start building
Create an API key
Create an account and issue a key from account settings.
Quickstart
Send a request with cURL, TypeScript, or Python.
Models
Compare model IDs, context windows, and intended workloads.
Chat Completions
Read the OpenAI-compatible request and response contract.
Responses
Use the stateless Responses API format and typed streaming events.
Anthropic Messages
Connect Anthropic SDKs and Claude Code.