News / Vercel — AI Vercel — AI 464 articles archived · Visit source ↗ · RSS Sign in to subscribe Vercel — AI dev-tools 1mo ago WebSocket support for OpenAI Responses API live on AI Gateway AI Gateway now supports WebSocket mode for the OpenAI Responses API. You can keep a persistent connection open and continue each turn by sending only new input items plus previous_response_id , instead of re-sending the full context over a fresh HTTP request every turn. OpenAI… 16 Vercel — AI dev-tools 1mo ago Run Claude Managed Agents with Chat SDK You can now run Claude Managed Agents with Chat SDK . Claude Managed Agents handles the agent loop server-side, including the model, tools, session state, and sandboxed web research. Chat SDK gives that agent a chat interface through a single type-safe handler, with adapters… 33 Vercel — AI dev-tools 1mo ago Kimi K3 and Kimi K3 Fast with ZDR and US-based providers now on AI Gateway Kimi K3 from Moonshot AI and its faster serving path, Kimi K3 Fast , are now available from US-based providers on AI Gateway, including Baseten and Fireworks. Zero Data Retention (ZDR) is also supported for both models. Running Kimi K3 on US-based providers lets teams with data… 31 Vercel — AI dev-tools 1mo ago Nuxt July 2026 security advisory The Nuxt team has released Nuxt 4.5.1 and 3.21.10, along with @nuxt/devtools 3.3.1, to address eight security advisories, including a high-severity server-side remote code execution vulnerability. Vulnerabilities addressed Vulnerability Severity Advisory Server-side remote code… 30 Vercel — AI dev-tools 1mo ago Vercel WAF for Blob is now in beta The Vercel WAF can now protect a Vercel Blob store. The same rules that guard your deployments (deny, challenge, rate limit) now apply to blob traffic with no changes to your code, blob URLs, or @vercel/blob . Every blob is already served through Vercel's CDN , so protection is… 6 Vercel — AI dev-tools 1mo ago Workflow steps now support extended function durations Workflow steps on Pro and Enterprise plans can now run for up to 30 minutes (1800 seconds), up from 800 seconds, using extended function durations (in beta). To opt in, set VERCEL_ENABLE_WORKFLOW_EXTENDED_MAX_DURATION to 1 in your project's Environment Variables, then redeploy.… 27 Vercel — AI dev-tools 1mo ago Claude Opus 5 now available on AI Gateway Claude Opus 5 from Anthropic is now available on AI Gateway. Opus 5 improves on previous Opus models for long-horizon agentic coding, handling multi-file features, larger refactors, and end-to-end feature work, and completing full tasks rather than leaving stubs or placeholders.… 13 Vercel — AI dev-tools 1mo ago Ling 3.0 Flash is now available on AI Gateway Ling 3.0 Flash from Ant Group is now available on AI Gateway. The model is free to use for the next three weeks, through August 3rd. Ling 3.0 Flash is a Mixture-of-Experts model with 124B total parameters and about 5.1B active per token. It has a 256K token context window and… 12 Vercel — AI dev-tools 1mo ago Vercel MCP can now deploy code The Vercel MCP server can now deploy code directly to a new or existing project. When your AI assistant finishes building something, it can ship it to Vercel and hand back a shareable URL without leaving the chat. Point the deploy_to_vercel tool at your files and Vercel creates… 17 Vercel — AI dev-tools 1mo ago Inspect feature flag history with Vercel CLI Vercel Flags version history can now be inspected from the Vercel CLI with the new vercel flags versions command. Run vercel flags versions to print the full revision history for a flag, with each revision's author, message, timestamp, and changed environments. Filter to a… 13 Vercel — AI dev-tools 1mo ago GitHub tools are now an installable eve extension You can now add GitHub tools to your eve agent as an extension . Add the package, drop one file in agent/extensions/ , and your agent gets all 42 tools with Vercel Connect auth, presets, and approval rules built in. Install @github-tools/eve-extension : Then register it from a… 25 Vercel — AI dev-tools 1mo ago Connect to and manage Sandboxes from the dashboard The new Connect tab now gives you a shell into any running Vercel Sandbox, straight from the dashboard. Run commands, browse the filesystem, upload and download files, and inspect open ports without leaving the browser. From the same view, you can also manage the sandbox… 5 Vercel — AI dev-tools 1mo ago Evaluation metrics for Vercel Flags Vercel Flags now shows a live evaluation view on each flag's detail page. You can see evaluations per minute charted over time, with each flag version marked in the chart so you can tie evaluation shifts to specific configuration changes. You can group and filter evaluations by… 28 Vercel — AI dev-tools 1mo ago WebSocket support is now available for Python Functions Vercel now supports WebSocket connections for Python applications. WebSockets enable bidirectional communication between client- and server-side code, powering real-time features like interactive AI streaming, real-time chat, and multiplayer live collaboration. Both ASGI and… 7 Vercel — AI dev-tools 1mo ago AI Gateway now supports streaming transcription AI Gateway now supports streaming transcription . Previously, transcription required a complete audio file and returned the full transcript in a single response. Now you can stream audio in as it's captured and get transcript updates back as the model produces them, keeping… 20 Vercel — AI dev-tools 1mo ago Extend eve agents with installable extensions You can now package tools, connections, skills, instructions, and hooks into extensions that any eve agent can import. Extensions can be published to package registries like npm, then installed, versioned, and upgraded like any other project dependency. A browser-use extension… 11 Vercel — AI dev-tools 1mo ago Gemini 3.6 Flash and Gemini 3.5 Flash-Lite are now available on AI Gateway Gemini 3.6 Flash and Gemini 3.5 Flash-Lite are now available on AI Gateway. Gemini 3.6 Flash improves quality across coding, agentic tasks, and web development while consuming fewer tokens and making fewer model calls. It produces cleaner web and app development output. Gemini… 6 Vercel — AI dev-tools 1mo ago Vercel MCP now supports purchases Vercel MCP now supports purchasing Vercel products. You can: Upgrade your team to the Pro plan Add prepaid credits for v0 (requires a paid v0 plan) or AI Gateway Purchase the SIEM add-on (requires an Enterprise plan) Purchase and register a domain Vercel MCP quotes the price,… 32 Vercel — AI dev-tools 1mo ago Laguna S 2.1 is now available on AI Gateway Laguna S 2.1 from Poolside is now available on AI Gateway. There are 2 versions of the model available: Free version (256K context window): poolside/laguna-s-2.1-free Paid version (1M context window): poolside/laguna-s-2.1 Laguna S 2.1 is an open-weight Mixture-of-Experts model… 17 Vercel — AI dev-tools 1mo ago Vercel Connect adds 90+ preset connectors Vercel Connect now includes preset connectors for 90+ services, including Shopify, Okta, Workday, Jira, and Sanity. Preset connectors are predefined configurations for supported services. They reduce manual setup by pre-populating provider metadata, authentication settings, and… 19 Vercel — AI dev-tools 1mo ago Python function bundles now include precompiled bytecode Vercel now compiles Python functions to bytecode at build time. In our benchmarks, cold starts for the median-sized function dropped from 2.8s to 1.3s . When Python imports a module without cached bytecode, it parses and compiles the source before executing it. That compilation… 17 Vercel — AI dev-tools 1mo ago Service tiers now available on AI Gateway AI Gateway now supports service tiering. Service tiers let you optimize for latency, throughput, and cost per request to match your use case. Pick a faster tier for interactive workloads (less queueing, higher token throughput), or a lower cost tier for background jobs that can… 13 Vercel — AI dev-tools 1mo ago Purge your Remote Cache's build and CI artifacts Team Owners can now clear the team's Remote Cache of all artifacts in one click. This is useful when you believe there are poisoned artifacts in your cache. In your team's Build and Deployment settings, visit the Remote Caching section and clear the Remote Cache. Visit the docs… 25 Vercel — AI dev-tools 1mo ago Configure where run state lives in Vercel Workflows Vercel Workflows now keeps each run's state, queue dispatch, and output streams in a single home region: the region where the run starts by default, or any target region you choose. A run keeps its home region for its lifetime, so for agents built on Workflows, the whole loop… 17 Vercel — AI dev-tools 1mo ago Data downloaded by Vercel Sandbox is now free Vercel Sandbox no longer bills for data it downloads from the internet. Installing packages, cloning a Git repository, or pulling artifacts and datasets from an external source does not count toward Sandbox Data Transfer usage. Traffic received on a Sandbox's exposed ports is… 16 Vercel — AI dev-tools 1mo ago How Searchable ships customer-requested features in 30 minutes on Vercel Searchable on Vercel 5x increase in development velocity 100+ billion tokens processed Customer-requested features shipped in as little as 30 minutes Zero model SDK implementation or API key rotation with AI Gateway Searchable helps brands track and improve how they appear… 29 Vercel — AI dev-tools 1mo ago Runtime logs now show cache reasons Runtime logs now show a Cache Reason explaining why a request wasn't a fresh cache hit, for example a time-based or tag-based revalidation. Use cache reasons to debug misses and improve your hit rate. Cache reasons appear for any response the CDN can cache, including ISR,… 6 Vercel — AI dev-tools 1mo ago GLM 5.2 is 35% off via Novita on AI Gateway GLM 5.2 is 35% off on AI Gateway through July 24 when routed through Novita. To get the discounted rate, set the model to zai/glm-5.2 in the AI SDK and route requests through Novita: After July 24, the model stays available at standard provider rates with no markup. Try GLM 5.2… 24 Vercel — AI dev-tools 1mo ago Chat SDK adds native Slack agent support You can now build native Slack agents with Chat SDK's Slack adapter . The adapter supports the full Slack agent messaging experience, from agent conversations in the Messages tab to suggested prompts, rotating status messages, token-by-token streamed replies, and native feedback… 33 Vercel — AI dev-tools 1mo ago Vercel Plugin now available in Kimi Code CLI The Vercel Plugin is now available in the Kimi Code CLI . Kimi Code can now draw on Vercel platform knowledge on demand, with skills for Next.js, AI SDK, Vercel Functions, and more. The Vercel Plugin also helps Kimi Code stay up to date with the latest Vercel APIs and… 28 Vercel — AI dev-tools 1mo ago Optimized CDN caching and deploying of immutable static assets Vercel now reuses static files across deployments for frameworks that output content-addressed assets. It's zero-config: Vercel uses Framework-defined infrastructure to manage these immutable files alongside your code changes, handling the hard parts like hash collisions, file… 7 Vercel — AI dev-tools 1mo ago Kimi K3 is now available on AI Gateway Kimi K3 from Moonshot AI is now available on AI Gateway. K3 is an open-source model with a 1M-token context window and native visual understanding, accepting text, image, and video inputs. Built for long-horizon software engineering, knowledge work, and deep reasoning, K3 is… 35 Vercel — AI dev-tools 1mo ago Write utilization now available in ISR Observability The ISR Observability page now shows Observability Plus subscribers a write utilization metric, helping identify routes that regenerate often but receive few requests. Write utilization is the ratio of cached requests to ISR writes. For routes with low write utilization,… 4 Vercel — AI dev-tools 1mo ago How Speechify serves 500,000 dynamic pages to 60 million users on Vercel Speechify on Vercel 500,000+ pages served across 40+ languages Cut costs 50% by auto-scaling with Fluid compute Zero user impact on bad deploys with Instant Rollbacks Speechify started as a tool for people with dyslexia. Cliff Weitzman, Founder & CEO, built it because reading… 31 Vercel — AI dev-tools 1mo ago Chat SDK adds Discord Components V2 support You can now send Discord bot messages with Components V2 , an opt-in layout system that treats text, images, files, and buttons as flexible components you can arrange in any order. Set the adapter's contentFormat option to ComponentsV2 and cards render with native containers,… 4 Vercel — AI dev-tools 1mo ago Vercel Workflows trace viewer now has a minimap The trace viewer for Vercel Workflows now has a minimap that shows the entire run in one view. Drag the viewport to pan, resize it to zoom, or drag across the minimap to select a new section. Click anywhere on the minimap to jump to that point, or scroll and use arrow keys to… 7 Vercel — AI dev-tools 1mo ago Inkling from Thinking Machines is now available on AI Gateway Inkling from Thinking Machines is now available on AI Gateway. Inkling is a broad generalist model, trained across agentic, reasoning, coding, instruction-following, factuality, vision, and audio tasks rather than optimized for a single domain. The model also supports… 12 Vercel — AI dev-tools 1mo ago Faster, predictable project linking in the Vercel CLI The Vercel CLI now resolves your team before discovering projects, then searches for projects only in that team instead of sweeping every team you belong to. Linking is faster and more predictable, and every command that establishes a link ( vercel link , deploy , pull , dev ,… 27 Vercel — AI dev-tools 1mo ago Vercel Connect support in GitHub Tools GitHub Tools now has first-class support for Vercel Connect through the new @github-tools/sdk/connect subpath. Instead of storing a long-lived personal access token, your agent mints short-lived, scoped GitHub tokens at runtime from a connector. There is no secret to store,… 38 Vercel — AI dev-tools 1mo ago Chat SDK adds X adapter support Chat SDK now supports X (Twitter), extending its single-codebase approach to Slack, Discord, GitHub, Teams, Telegram, and WhatsApp with the new X adapter . Teams can build bots that reply to public mentions and hold direct message conversations through the X API v2 and the X… 15 Vercel — AI dev-tools 1mo ago AgentMail joins the Vercel Marketplace You can now provision and manage AgentMail directly from the Vercel Marketplace. Your AI agents can send, receive, and respond to email from a real inbox. AgentMail handles the mail servers and deliverability. Key capabilities: Provision inboxes and custom domains through the… 26 Vercel — AI dev-tools 1mo ago Endform joins the Vercel Marketplace Endform is now available on the Vercel Marketplace . It runs your Playwright tests in parallel, so your suite finishes in the time of your slowest test. Key capabilities: Run every test on its own isolated machine, so they don't interfere Bring your existing Playwright tests… 36 Vercel — AI dev-tools 1mo ago Node.js 20 is being deprecated on October 1, 2026 Following the Node.js 20 end of life on April 30, 2026, we are deprecating Node.js 20 for Builds and Functions on October 1, 2026. How can I see which of my projects are affected? You can see which of your projects are affected by this deprecation with: Will my existing… 14 Vercel — AI dev-tools 1mo ago Vercel Plugin now available in VS Code and GitHub Copilot CLI The Vercel Plugin is now available in VS Code and the GitHub Copilot CLI. GitHub Copilot now has Vercel platform knowledge on demand, with skills for Next.js, AI SDK, Vercel Functions, and more. The Vercel plugin also helps Copilot stay up to date with the latest Vercel APIs and… 28 Vercel — AI dev-tools 1mo ago Vercel Blob now supports consistent reads on private storage Vercel Blob now supports consistent reads on private storage. Pass useCache: false to get() or presignUrl() for a read that reflects the latest write. A blob written to a fresh pathname has no existing cached entry, so reads reflect the latest write immediately. When you… 26 Vercel — AI dev-tools 1mo ago Open-weight models surge to 29% of volume, price per token flattens AI Gateway Production Index — July 2026 Every month, AI Gateway routes tens of trillions of tokens between production applications and AI labs, giving us a view of what AI usage actually looks like in today’s enterprise. We publish that view here. See the Production Index… 13 Vercel — AI dev-tools 1mo ago Web Analytics and Speed Insights are now more cost-efficient Web Analytics and Speed Insights are now almost 10% more cost-efficient for all Pro and Enterprise teams. Infrastructure and event-processing improvements reduced cost across both products, so page views, referrers, top routes, and Core Web Vitals are now processed more… 18 Vercel — AI dev-tools 1mo ago AI Gateway leaderboards, now with open data and shareable charts The AI Gateway leaderboards show how AI is used in production. They rank the models, labs, apps, and providers running on AI Gateway by production traffic, aggregated daily across trillions of tokens, so you can see what gets adopted and how that changes over time. You can now… 28 Vercel — AI dev-tools 1mo ago Manage Vercel Flags targeting rules from the CLI You can now manage targeting rules for Vercel Flags through the Vercel CLI . With the vercel flags rules command, you and your agents can add new rules, move existing ones, and inspect the current ordering without leaving your terminal. Rules you create from the CLI use the same… 31 Vercel — AI dev-tools 1mo ago Configure which sources can create deployments with Deployment Policies Deployment Policies are now available and enable teams to restrict which mechanisms, organizations, and repositories are allowed to create deployments. Each policy can be configured per environment at the team and project level, allowing flexible combinations of rules. Learn… 38 Page 4 of 10 · 464 articles ← Newer Older →