Skip to main content
Prism is an inference API for coding agents. Use the OpenAI client already in your application, change its base URL, and select a Prism model.
Prism serves DeepSeek-V4.1-Flash, DeepSeek-V4-Flash, GLM-5.3, Kimi K3, and Qwen. The same API key works across the supported wire formats.

API formats

Responses requests are stateless. Resend prior output items instead of using previous_response_id.

OpenAI-compatible request

Keep API keys on your server. Do not put them in browser code, client bundles, or public repositories.

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.
Last modified on September 12, 2026