News / Vercel — AI Vercel — AI 400 articles archived · Visit source ↗ · RSS Sign in to subscribe Vercel — AI dev-tools 23d 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 23d 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 24d 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 24d 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 24d 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 24d 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 24d 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 24d 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 25d 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 25d 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 28d 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 28d 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 28d 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 28d 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 28d 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 28d 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 28d 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 29d 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 29d 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 Vercel — AI dev-tools 1mo ago Agent Runs now show subagent activity on eve projects You can now inspect subagent activity for eve projects in Agent Runs . The new Subagents tab shows every subagent, organized by which turn started it. Each row shows the prompt, duration, and any failures, all on a shared timeline. Click any subagent to open its run. The tab… 23 Vercel — AI dev-tools 1mo ago Seedream 5.0 Pro is now available on AI Gateway Seedream 5.0 Pro is now available on AI Gateway . Seedream 5.0 Pro is an image generation and editing model. It generates images from text, rendering text without spelling errors and following typographic rules, and produces dense infographics with charts, timelines, and layouts… 20 Vercel — AI dev-tools 1mo ago Traces now support Tree and Waterfall views Traces in Vercel Logs now support Tree and Waterfall views. See span hierarchy, critical path, and timing without leaving the log entry. The Tree view groups spans by parent and child. On load, spans are sorted by duration so the slowest appear first. The Waterfall view places… 5 Vercel — AI dev-tools 1mo ago GPT 5.6 Sol, Luna, and Terra now available on AI Gateway GPT 5.6 is now available on AI Gateway in three models: Sol, Terra, and Luna. GPT 5.6 from OpenAI is now available on AI Gateway in a limited preview, across three models: Sol, Terra, and Luna. All three are stronger at agentic work across coding, biology, and cybersecurity, and… 9 Vercel — AI dev-tools 1mo ago Muse Spark 1.1 is now available on AI Gateway Muse Spark 1.1 from Meta is now available on AI Gateway . It is a multimodal reasoning model with a 1M token context window built for agentic tasks, accepting text, image, video, PDF, and audio inputs. Muse Spark 1.1 plans and orchestrates work across tools and services,… 34 Vercel — AI dev-tools 1mo ago Build logs now redact Sensitive Environment Variable values When an Environment Variable is marked Sensitive and has a value 32 characters or longer, Vercel now replaces it with [REDACTED] in the deployment's build logs. The Build Logs view also indicates when redaction happened, giving teams visibility into why output was masked without… 10 Vercel — AI dev-tools 1mo ago You can now deploy Lovable apps to Vercel Vercel now supports Lovable applications with zero configuration. To get started, sync your Lovable project to GitHub , then import the repository to Vercel. Vercel automatically detects the framework ( TanStack Start ) and deploys your app. Once connected, every change you make… 10 Vercel — AI dev-tools 1mo ago Vercel Agent: An agent you can let near production Today we're expanding Vercel Agent . It started by triaging alerts and reviewing your pull requests. Now it has a home in your dashboard, where it can investigate production, answer questions about your projects, and take action once you approve it. Because Vercel Agent is built… 33 Vercel — AI dev-tools 1mo ago Use any Chat SDK adapter with eve eve now supports Chat SDK adapters with the new Chat SDK channel . One channel connects your eve agent to Facebook Messenger, WhatsApp, Resend, Liveblocks, and any other surface with an adapter . You write normal Chat SDK handler code, and calling send inside a handler hands the… 7 Vercel — AI dev-tools 1mo ago Chat SDK now supports Vercel Connect You can now use Vercel Connect to manage credentials for your Chat SDK bots, with no tokens or signing secrets to store or rotate yourself. The new @vercel/connect/chat subpath provides adapter helpers for Slack, GitHub, and Linear. Each helper takes a connector UID and returns… 10 Vercel — AI dev-tools 1mo ago Chat SDK adds Dial support Chat SDK now supports Dial with the new vendor-official adapter . Build bots that send and receive SMS, MMS, and iMessage on a real phone number, with bidirectional media and inbound voice-call transcripts. Replies use the standard Chat SDK thread and message APIs, with… 19 Vercel — AI dev-tools 1mo ago Chat SDK adds Photon support Chat SDK now supports Photon with the new vendor-official adapter . Build bots that send and receive iMessages directly and in group chats, share media, and react with native tapbacks. Run the adapter against Spectrum Cloud, your own server, or directly on a Mac. Each Photon… 16 Vercel — AI dev-tools 1mo ago Flags SDK now evaluates flags 10x faster Flags SDK and Vercel Flags now evaluate multiple feature flags in bulk around 10x faster. Flag evaluation time improved by reducing microtask queue overhead and creating fewer promises. The improvement scales with the number of flags. Use await evaluate([flagA, flagB]) instead… 8 Vercel — AI dev-tools 1mo ago Vercel Microfrontends checks for missing configuration The Microfrontends Config Present deployment check prevents broken production routing by blocking any default app deployment that is missing its microfrontends.json . This appears alongside other Native Deployment Checks , such as lint and typecheck. The check is blocking by… 10 Page 3 of 8 · 400 articles ← Newer Older →