Backed byY CombinatorCombinator

Frontier open models for coding agents

Call GLM-5.3, Kimi K3, and DeepSeek-V4-Flash through an OpenAI-compatible API. Fast enough for apply loops. Priced by the token, not the seat.

OpenAI-compatible1M contextToken pricingCoding agents
Get an API key

Works with your coding agent

Cursor
Codex
Claude Code
Openclaw
Hermes

01 / PRODUCT INTERFACE

Deploy AI agents with one API call.

Stop harness-engineering. Bring your system prompt, skills, tools, and connectors, then get infrastructure, orchestration, memory, self learning, and more out of the box. Then connect over SSE or use directly in Slack.

Create an onboarding automation for new customers.

02 / Models

03 / Drop-in API

Point your OpenAI client at Prism.

Same chat completions shape. Change the base URL and model id. Auth is PRISM_API_KEY.

baseURL · https://api.herm.run/v1
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.herm.run/v1",
  apiKey: process.env.PRISM_API_KEY,
});

const completion = await client.chat.completions.create({
  model: "prism-glm53",
  messages,
});

04 / Inference stack

Build your agent, not your inference stack.

Serving open models yourself means vLLM, a router, KV cache sizing, and latency work before the first apply loop. Prism is the model API. Point your existing client at it and keep shipping the agent.

CapabilityPrismSelf-host
OpenAI-compatible chatDROP-INBUILD + ADAPT
Open-weight lineupSERVEDDEPLOY + SERVE
1M contextINCLUDEDSIZE THE CACHE
Token pricingNO SEATSGPU + OPS
Sticky prompt cacheBUILT INBUILD + TUNE
Coding-agent clientsWORKS WITHWIRE YOURSELF
PUBLIC SURFACEOpenAI-compatible chat

One key covers GLM-5.3, Kimi K3, and DeepSeek-V4-Flash. Swap the model id when the loop needs more context or more speed.

Get an API key

05 / Questions

Frequently Asked Questions

Models, compatibility, pricing, and how to call the API.

Contact support
What is Prism?

Prism is an OpenAI-compatible inference API for coding agents. It serves open-weight frontier models so you can run the primary agent loop without standing up your own GPU stack.

Which models can I call?

The public lineup is GLM-5.3, Kimi K3, and DeepSeek-V4-Flash. Model ids are prism-glm53, prism-kimik3, and prism-dsv4flash.

Is it OpenAI-compatible?

Yes. Point any OpenAI SDK at https://api.herm.run/v1 and call chat completions. Keep your existing client. Change the base URL, API key, and model id.

How do I get an API key?

Book a demo at cal.com/team/prismai/demo. After the call, set PRISM_API_KEY and send it with your requests.

How is inference priced?

Usage is billed per token. There is no per-seat fee. See Pricing for credit plans, or talk to us for dedicated capacity.

Which coding agents work with Prism?

Any client that can set an OpenAI-compatible base URL: Cursor, Codex, Claude Code, Openclaw, Hermes, and custom loops. Copy the setup prompt on the homepage if you want an agent to wire it for you.

Can I get a private deployment?

Yes. Book a call for dedicated capacity in our cloud or yours.

06 / Get a key

Point your agent at Prism.