cd /news/ai-products/ai-gateway-now-supports-typesafe-cli… · home topics ai-products article
[ARTICLE · art-136440] src=vercel.com ↗ pub= topic=ai-products verified=true sentiment=↑ positive

AI Gateway now supports TypeSafe clients and an HTTP API for Jev

Vercel's AI Gateway added support for TypeSafe AI's Jev probabilistic decision model via existing TypeSafe clients and a new HTTP API, in addition to the AI SDK. Jev takes state as input and returns typed answers with probabilities attached, offering three question types — boolean (probability from 0 to 1), choice (one option from a named set), and score (rating against a defined scale) — and is named as typesafe-ai/jev in new integrations. Requests are billed through AI Gateway on all three paths, and Jev serves as the default evaluation model for eve, Vercel's framework for building durable agents.

by read1 min views1 publishedSep 21, 2026

You can now call Jev from TypeSafe AI through AI Gateway using an existing TypeSafe client or the HTTP API, in addition to the AI SDK.

TypeSafe client: Point an existing TypeSafe client at AI Gateway without changing its evaluation calls.

HTTP API: Call Jev directly from any language or framework.

AI SDK: Call Jev from a TypeScript application using AI SDK.

Jev is a probabilistic decision model for software. State goes in, and typed answers come out with probabilities attached, so there's no generated text to parse. Requests are billed through AI Gateway on all three paths, so they appear alongside your other model calls in usage and observability.

Change the base URL and API key. Your systemOne calls, noul questions, and response shapes stay exactly as they are.

New integrations name the model as typesafe-ai/jev and ask one of three question types: boolean returns a probability from 0 to 1, choice picks one option from a set you name, and score rates against a scale you define. This example asks whether an agent should keep working after fixing a bug and passing its tests. With the HTTP API, POST to /v1/evaluate:

With the AI SDK, run the same evaluation through evaluate:

You can also use Jev through eve, a framework for building and deploying durable agents with sandboxed compute, human approvals, and evaluations already built in. eve uses Jev as the default evaluation model for automatic model selection, typed evaluations, and automated tool approvals.

See the TypeSafe-compatible API guide to migrate a client, or the evaluation guide for the HTTP API or AI SDK.

── more in #ai-products 4 stories · sorted by recency
── more on @vercel 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/ai-gateway-now-suppo…] indexed:0 read:1min 2026-09-21 ·