Claude Fable 5 now available on AI Gateway
Anthropic's Claude Fable 5, a Mythos-class model, is now available on Vercel's AI Gateway, offering significant improvements in long-running, ambiguous, multi-step tasks that previously required frequ…
Anthropic's Claude Fable 5, a Mythos-class model, is now available on Vercel's AI Gateway, offering significant improvements in long-running, ambiguous, multi-step tasks that previously required frequ…
Vercel has released a guide for developers to build AI-powered Slack agents using Chat SDK and AI SDK, enabling autonomous responses to mentions, conversation history tracking, and tool calling withou…
Vercel updated its Terms of Service and Marketplace terms to clarify shared responsibility when AI-powered services or third-party tools take actions on a user's account. The updates introduce new con…
Nvidia's Nemotron 3 Ultra, an open Mixture-of-Experts reasoning model with a 1M token context window, is now available on Vercel AI Gateway. The model is designed for long-running agent workflows, off…
XAI released Grok Imagine Video 1.5 on AI Gateway, a model that generates video from an input image with synchronized audio in a single pass. The update improves audio quality, prompt following, photo…
Vercel Chief Product Officer Tom Occhino argues that access control must be a foundational product architecture decision, not a security afterthought, as AI coding assistants like Vercel's v0 enable n…
The Chat SDK web adapter now offers first-class support for Vue and Svelte, expanding beyond its existing React integration. The Vue and Svelte helpers provide a reactive `Chat` instance that allows d…
Alibaba's Qwen 3.7 Plus is now available on Vercel AI Gateway, offering a unified vision-language agent foundation for GUI and CLI operation, coding, and visual reasoning tasks. Both Qwen 3.7 Plus and…
MiniMax M3, the company's first model with a 1M-token context window and native multimodality, is now available on Vercel AI Gateway. The model, built around MiniMax Sparse Attention, improves softwar…
Vercel launched BotID, a tool that verifies requests to AI endpoints come from real browsers before inference runs, using an invisible CAPTCHA and server-side classification to block automated clients…
Inference theft attacks on AI endpoints are surging, with attackers using residential proxies and adapters to steal expensive model calls for resale at a fraction of the cost. Vercel reported a single…
Claude Opus 4.8 is now available on Vercel AI Gateway, designed for long-horizon agentic execution and complex multi-step coding tasks. The model handles refactors that previously required human corre…
Models.dev is an open-source, community-contributed database that provides comprehensive specifications, pricing, and capabilities for AI models, accessible via an API and stored as TOML files organiz…
Alibaba's Qwen 3.7 Max model is now available on Vercel AI Gateway, offering capabilities in coding, office workflow automation, and long-horizon autonomous execution. The model features improvements …
Grok Build 0.1, a beta coding model trained for agentic coding, is now available on Vercel AI Gateway in early access. The model powers the Grok Build CLI app and can be accessed by setting the model …
Chat SDK now includes a built-in AI SDK toolset accessible via the new `chat/ai` subpath, enabling developers to integrate read and write actions into their agents with a single `createChatTools(chat)…
Vercel has added Gemini 3.5 Flash to its AI Gateway, offering developers access to the model with improved coding proficiency, reasoning, and multi-turn coherence. The model defaults to a medium think…
Ably built a custom transport for the Vercel AI SDK that replaces the default HTTP-based streaming transport with Ably's realtime pub/sub platform. The new transport enables multi-device and multi-use…