Models / Open weights

Fast general models for agent loops

Run the primary agent loop on open-weight coding models through one OpenAI-compatible Prism API. Chat, code generation, and reasoning. No closed-weight lock-in.

Built for agent loops, not chatOpen source only1M context

01 / The lineup

Open-weight frontier models with long context, served and billed per token. No per-seat fees. The dropdown models are the only models on this page.

DeepSeek-V4-Flash

DeepSeek-V4-Flash is the fast open-weight coding model in the lineup: compressed attention, 1M context, and the throughput you want on the inner agent loop.

Model ID

prism-dsv4flash

Architecture

Fast MoE, compressed attention

Context

1M

  • Open weights with compressed attention for fast decode.
  • 1M context for coding, reasoning, and tool use.
  • Best public latency in the open-source lineup.
One field. Every turn of a run shares it.
const completion = await client.chat.completions.create({
  model: "prism-dsv4flash",
  messages,
  prompt_cache_key: "run-8f2c1a",
});
Available general models
// Available open-source models
prism-glm53           // 744B MoE, 1M context
prism-kimik3          // 2.8T MoE, 1M context
prism-dsv4flash       // fast MoE, 1M context

Point any OpenAI SDK at the Prism API. One key covers DeepSeek-V4-Flash and the rest of the open-source lineup.

02 / Built for agent loops

Output speed

Codegen-specific serving for the inner loop. DeepSeek-V4-Flash is the fast lane; GLM-5.3 and Kimi K3 hold the longer reasoning traces.

Keep a conversation on its cache

Untagged turns scatter across workers and re-prefill the whole prompt. One cache key pins every turn to the worker that already holds it.

Open weights only

This page is the open-source lineup. Closed models stay off the models nav so the catalog you see is the catalog you can self-host.

03 / Production workloads

Built for production agent workloads

Every agent will write code. Prism tunes serving for that workload: long tool traces, sticky caches, and open-weight models you can run on Prism or take with you.

Low latency

Speculative decoding and batching shaped around code generation, not general chat.

High throughput

Batched serving across a GPU fleet so a customer agent can stay in a tight loop.

Private deployments

Dedicated capacity with caching tuned to your traffic, in our cloud or yours.

04 / Deploy

The fastest endpoints are private deployments.