Jev and AI SDK Template by Vercel Labs
Vercel Labs released the Jev and AI SDK Template, an open-source Next.js 16 and React 19 form-routing starter that uses the typesafe-ai/jev model to route submissions and falls back to openai/gpt-5.6-…
Vercel Labs released the Jev and AI SDK Template, an open-source Next.js 16 and React 19 form-routing starter that uses the typesafe-ai/jev model to route submissions and falls back to openai/gpt-5.6-…
TypeSafe's Jev, a model that returns typed decisions rather than generated text, went live in Netlify's AI Gateway on Sept. 17, 2026, one day after Vercel added it to AI SDK 7, according to Netlify's …
OpenAI's GPT-Live 1, a full-duplex voice model that can listen and speak simultaneously, is now available on Vercel's AI Gateway. The model removes turn detection so users can pause, interrupt, or add…
TypeSafe AI's Jev, a probabilistic decision model that returns typed Choice, Score, and Boolean answers instead of generated text, is now available on Vercel's AI Gateway and accessible through the ex…
A developer built a Nuxt app with an AI agent powered by Anthropic's Claude via Amazon Bedrock, and integrated tool approval from AI SDK 7 to require user permission before executing file-deletion too…
Vercel released AI SDK 7 on June 25, featuring WorkflowAgent, a durable execution primitive that checkpoints state before every tool call and resumes from that checkpoint after a crash, redeploy, or d…
Anthropic's Claude Opus 5 is now available on Vercel's AI Gateway, offering improvements in long-horizon agentic coding, multi-file features, and end-to-end feature work with reasoning on by default. …
Vercel's AI SDK 7 introduces scoped tool context, allowing tools to declare a `contextSchema` and callers to supply per-tool values through `toolsContext`. A developer demonstrates the feature with a …
Vercel released AI SDK 7 on June 25, introducing durable WorkflowAgent that preserves agent state across serverless timeouts and deploys, and HarnessAgent to unify multiple CLI runtimes. The update al…
SpaceXAI added Grok voice models to the Vercel AI Gateway on June 29, 2026, giving developers access to realtime voice, text-to-speech, and speech-to-text through a single API layer. The integration e…
Vercel's AI Gateway now supports realtime voice, text-to-speech, and speech-to-text, enabling developers to build voice agents with the same API used for other modalities. The feature, in beta with AI…
AI SDK 7 ships a provider-agnostic foundation for production agents, introducing four primitives that eliminate per-provider boilerplate: typed tool context, runtime context, file/skill uploads, and M…