cd /news/artificial-intelligence/celeris · home topics artificial-intelligence article
[ARTICLE · art-73703] src=celeris.ai ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

Celeris

Celeris, a new inference architecture for language models built on diffusion, delivers an OpenAI-compatible API that achieves accuracy within a few points of frontier models at more than 10x the speed, generating intelligent responses in milliseconds by overcoming the sequential latency of autoregressive models.

read1 min views1 publishedJul 25, 2026
Celeris
Image: source

Same tasks, same scoring. Celeris lands within a few points of the frontier on accuracy - and at more than 10x the speed.

Current autoregressive models generate one token at a time. Every token depends on the one before it, making latency fundamentally sequential. Celeris is a new inference architecture for language models, built on diffusion, that achieves latency and quality previous diffusion systems could not.

The result is an OpenAI-compatible API that delivers intelligent responses in milliseconds.

from celeris import Celeris

client = Celeris(api_key="sk-…")

stream = client.chat.completions.create(
    model="celeris-1",
    messages=[{"role": "user",
               "content": "Explain a Kalman filter"}],
    stream=True,
)

Experience the new paradigm of inference.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @celeris 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/celeris] indexed:0 read:1min 2026-07-25 ·