News / Vercel — AI Vercel — AI 400 articles archived · Visit source ↗ · RSS Sign in to subscribe Vercel — AI dev-tools 2mo ago Build and deploy Shopify storefronts on Vercel You can now create a Shopify store directly from Vercel and start building a production-ready storefront in minutes. Install the Shopify integration to automatically configure your Shopify credentials in Vercel. Create a free test store, build with v0 and deploy without leaving… 7 Vercel — AI dev-tools 2mo ago Grok Imagine Video 1.5 on AI Gateway Grok Imagine Video 1.5 from xAI is now available on AI Gateway. The model generates video from an input image with synchronized audio in a single pass. This release improves audio quality, prompt following, and photorealism. Face accuracy and character consistency are stronger… 26 Vercel — AI dev-tools 2mo ago Edit Git settings for all projects in a repo Monorepos that deploy many projects can now configure all of their project's Git settings more conveniently. Previously, if you wanted to consistently configure each project's settings for commit status, repository_dispatch events , etc., you had to click through to every… 16 Vercel — AI dev-tools 2mo ago Signed URLs are now available for Vercel Blob You can now generate time-bound signed URLs for Vercel Blob . A signed URL is a scoped URL with an expiry that allows you to upload, download, inspect, or delete a specific object without giving access to your entire Blob store. Each URL is scoped to a single operation ( put ,… 16 Vercel — AI dev-tools 2mo ago Build Chat SDK web UIs in Vue or Svelte The Chat SDK web adapter now has first-class support for Vue and Svelte, joining the existing React integration. Because the adapter speaks the AI SDK UI message stream protocol , the same server route works. Each framework ships its own useChat , built on the matching AI SDK… 16 Vercel — AI dev-tools 2mo ago Build custom Slack runtimes Chat SDK now ships the Slack adapter 's primitives as standalone imports for apps that already handle their own routing, state, or workflow execution. Use only what you need: Request verification and payload parsing ( @chat-adapter/slack/webhook ) Markdown formatting (… 20 Vercel — AI dev-tools 2mo ago Chat SDK adds Twilio adapter support Chat SDK now supports Twilio, extending its single-codebase approach to Slack, Discord, GitHub, Teams, Telegram, and WhatsApp with the new Twilio adapter . Teams can build SMS and MMS bots that handle direct messages, inbound media, and message history through the Messages API.… 30 Vercel — AI dev-tools 2mo ago Elastic Build Machines now protect against out of memory builds Elastic build machines now monitor your build's memory usage and automatically adjust to prevent out-of-memory (OOM) failures: If your build is fast but memory-intensive, we will no longer downgrade you to a smaller machine If your build is close to running out of memory, we… 16 Vercel — AI dev-tools 2mo ago Chat SDK adds Velt support Chat SDK now supports Velt with the new vendor-official adapter . Build bots that read and reply within Velt comment threads, right where your team already works: documents, text editors, and canvases. Tag the bot, and it will answer in the same thread, grounding its reply with… 24 Vercel — AI dev-tools 2mo ago Chat SDK adds AgentPhone support Chat SDK now supports AgentPhone with the new vendor-official adapter . Give your bot its own phone number so it can handle voice calls and text messages using the same handlers you already write. When a call ends, the transcript is delivered as a message, allowing your bot to… 14 Vercel — AI dev-tools 2mo ago Qwen 3.7 Plus now available on AI Gateway Qwen 3.7 Plus from Alibaba is now available on Vercel AI Gateway . The model unifies vision and language into a single agent foundation, with capabilities spanning GUI and CLI operation, coding and productivity workflows with full-modality input, and visual agent tasks including… 26 Vercel — AI dev-tools 2mo ago Vercel Blob now supports OIDC authentication Vercel Blob now supports OIDC authentication and is the default setting when connecting new projects. Vercel-issued OIDC tokens are short-lived and rotate automatically, so you no longer need a long-lived BLOB_READ_WRITE_TOKEN . To upgrade an existing store, first update your… 25 Vercel — AI dev-tools 2mo ago Chat SDK adds Lark and Feishu support Chat SDK now supports Lark and Feishu via a new vendor-official adapter . Build bots that post, edit, and delete messages, stream replies via Lark's native cardkit typewriter API, send interactive cards, and react with emojis across both Lark and Feishu conversations. The… 20 Vercel — AI dev-tools 2mo ago MiniMax M3 on AI Gateway MiniMax M3 is now available on Vercel AI Gateway . M3 is MiniMax's first model with a 1M-token context window and native multimodality, built around MiniMax Sparse Attention (MSA). M3 improves on software engineering, terminal-based tool use, and agentic web browsing, and is… 8 Vercel — AI dev-tools 2mo ago Function invocations now billed per unit Function invocations are moving from package-based to per-unit pricing for Pro and new Enterprise customers. You’ll continue paying the same effective rate until the end of your current billing cycle. Starting with your next billing cycle you’ll be billed per unit to align costs… 28 Vercel — AI dev-tools 2mo ago Protecting against inference theft HTTP requests are cheap. Vercel charges ~$2/million, a fraction of a cent per call. But a single prompt to an agent on a frontier model can cost $2, making AI a million times more expensive, and inference theft one of the highest-margin businesses an attacker can run. We have… 20 Vercel — AI dev-tools 2mo ago Protecting against token theft HTTP requests are inexpensive. Vercel charges ~$2/million, a fraction of a cent per call. But a single prompt to an agent on a frontier model can cost $2, making AI a million times more expensive, and inference theft one of the highest-margin businesses an attacker can run. We… 13 Vercel — AI dev-tools 2mo ago Port 8080 is now available in Vercel Sandboxes Vercel Sandboxes now allow opening and binding to port 8080 as an ingress domain . This port was used as a controller port, and that has now moved to port 23456. Learn more about Sandbox in the documentation . Read more 17 Vercel — AI dev-tools 2mo ago Run Docker containers inside Vercel Sandbox Vercel Sandbox now supports installing and running Docker inside a sandbox. An agent can build containers, install system packages, and modify files without touching your host system. Install Docker, start the daemon, and serve a containerized application: Docker in a Sandbox is… 23 Vercel — AI dev-tools 2mo ago Opus 4.8 on AI Gateway Claude Opus 4.8 is now available on Vercel AI Gateway . Claude Opus 4.8 is built for long-horizon agentic execution and handles complex, multi-step coding tasks like refactors that previously required human correction mid-task. The model also produces clearer, less hedgy prose… 16 Vercel — AI dev-tools 2mo ago Amazon OpenSearch Serverless is now available in the Vercel Marketplace Amazon OpenSearch Serverless is now available in the Vercel Marketplace , with guided setup and automatic project configuration built into the Vercel dashboard. Built for agentic infrastructure By bringing Amazon OpenSearch Serverless into the Vercel Marketplace, teams benefit… 36 Vercel — AI dev-tools 2mo ago Team-wide provider allowlist on AI Gateway AI Gateway now supports a team-wide provider allowlist. Teams can restrict which providers can serve requests, so traffic only routes to approved providers. The allowlist applies to every request through AI Gateway, including Bring Your Own Key (BYOK) traffic. Regulated teams… 36 Vercel — AI dev-tools 2mo ago How Conductor moved parallel coding agents from the laptop to the cloud with Vercel Sandbox Conductor on Vercel Multiple parallel coding agents running at scale in the cloud Model-agnostic, works with Claude Code, Codex, and other coding agents Used by engineering teams at Notion, Linear, Ramp, and Life360 Interacting with a single coding agent feels natural, and… 10 Vercel — AI dev-tools 2mo ago Redesigned Deployments List The deployments list has been redesigned with a denser layout, so you can see more deployments at once. Environments are now grouped with statuses, and the updated layout makes branches and commits easier to scan. The mobile experience has also been improved, making it easier to… 18 Vercel — AI dev-tools 2mo ago Experimental native binaries for Vercel CLI The Vercel CLI now ships an optional experimental native binary that starts faster, is even more secure, and requires no Node.js runtime dependency. Binaries are code-signed, allowing your OS to verify that they came from Vercel and haven't been modified. Additionally, on macOS,… 30 Vercel — AI dev-tools 2mo ago Sandbox persistence is now GA Vercel Sandboxes now automatically save and restore filesystem state between sessions. Persistence is on by default, meaning no snapshots to manage or state to track manually. Each sandbox has a durable, customizable name that acts as a unique reference in your project. You can… 5 Vercel — AI dev-tools 2mo ago Microfrontends routing now applies to vc alias and branch domains This week we are gradually rolling out an update to Vercel Microfrontends routing for aliases and branch-assigned domains. Aliases inherit Microfrontends routing Aliasing a Microfrontends URL with vc alias now preserves the full microfrontends routing config from the source… 33 Vercel — AI dev-tools 2mo ago Firecrawl joins the Vercel Marketplace Firecrawl is now available on the Vercel Marketplace , allowing Vercel teams to power AI agents and applications with structured web data without managing crawling infrastructure. This integration helps developers scrape websites into LLM-ready formats, search and retrieve full… 27 Vercel — AI dev-tools 2mo ago Vercel Domains now supports price sorting and availability filtering Vercel Domains now supports price sorting and availability filtering. Price sorting shows lower cost domains first, so you can quickly find a domain that fits your budget. Availability filtering moves unavailable domains to the bottom of the search results, so you can focus on… 28 Vercel — AI dev-tools 2mo ago Building a real-time power outage map with Next.js on Vercel Endeavour Energy on Vercel Sub-1s page loads during peak storm traffic Five-minute data sync cycle across all upstream systems 38% faster deployments compared to their previous platform When a summer storm rolls through New South Wales in Australia, hundreds of thousands of… 7 Vercel — AI dev-tools 2mo ago Pull anomaly alert details using the Vercel CLI You can now access anomaly alerts and their details directly through the Vercel CLI . With the vercel alerts command, you can list all alerts for a team or given project. For each alert, you can view the start time, the type of alert, and whether or not the alert is still… 10 Vercel — AI dev-tools 2mo ago Qwen 3.7 Max now available on Vercel AI Gateway Qwen 3.7 Max from Alibaba is now available on Vercel AI Gateway . The model is designed as an agent foundation, with capabilities spanning coding, office workflow automation, and long-horizon autonomous execution. Qwen 3.7 Max shows improvements in frontend prototyping and… 36 Vercel — AI dev-tools 2mo ago Configure weighted traffic splits for Vercel Flags from the Vercel CLI You can now configure weighted traffic splits for Vercel Flags with the new vercel flags split command in the Vercel CLI. This allows you to send a percentage of traffic to one variant and the rest to another. Run the command interactively, or pass the environment, bucketing… 23 Vercel — AI dev-tools 2mo ago Grok Build 0.1 now available on Vercel AI Gateway Grok Build 0.1 is now available on Vercel AI Gateway . This is a beta coding model trained for agentic coding, currently in early access, and powers the Grok Build CLI app. Reasoning effort is not configurable, and there is no non-reasoning mode. To use Grok Build 0.1, set model… 12 Vercel — AI dev-tools 2mo ago Vercel AI Gateway plugin for WordPress The Vercel AI Gateway plugin gives any WordPress site access to hundreds of models from 40+ providers through a single API key. Providers include Anthropic, Google, OpenAI, xAI, DeepSeek, MiniMax, Moonshot AI, and more. The plugin is implemented as a connector for the new… 11 Vercel — AI dev-tools 2mo ago Chat SDK now includes AI SDK tools Chat SDK now ships a built-in AI SDK toolset through the new chat/ai subpath. One createChatTools(chat) call wires Chat SDK's read and write actions into your agent. Approval by default: write tools are gated by a requireApproval option. Presets: reader , messenger , and… 8 Vercel — AI dev-tools 2mo ago Chat SDK adds message subjects and direct SDK access You can now read the parent issue or pull request when your bot is mentioned in a Linear or GitHub comment. message.subject resolves to that parent with title, status, URL, and the full typed payload. message.subject is cached per message, so repeated access only hits the API… 13 Vercel — AI dev-tools 2mo ago Chat SDK now supports callback URLs on buttons and modals You can now pause a Workflow run on a Chat SDK card and resume it when someone clicks a button. The same flow works for form submissions. Buttons and modals accept a new callbackUrl prop, and the event payload is sent to that endpoint. To build a card like this, create a… 36 Vercel — AI dev-tools 2mo ago Nuxt MCP Toolkit now supports MCP apps The Nuxt MCP Toolkit now supports MCP apps . Your agent tools can return interactive HTML responses that MCP clients like Claude and ChatGPT render inline, rather than plain-text responses. Declare a tool with the defineMcpApp macro, then read pre-hydrated data, trigger… 29 Vercel — AI dev-tools 2mo ago Gemini 3.5 Flash on AI Gateway Gemini 3.5 Flash is now available on Vercel AI Gateway . This model has improved coding proficiency and parallel agentic execution loops versus previous Flash versions. It also brings improvements to core reasoning, instruction following, and multi-turn coherence, with stronger… 38 Vercel — AI dev-tools 2mo ago Flat Rate CDN in Limited Beta Flat Rate CDN is now available in Limited Beta for Pro teams. It replaces usage-based CDN pricing with a fixed monthly fee. Viral posts, unfiltered bots, or misconfigured routes can turn a normal month into a surprise bill. Flat Rate CDN makes your cost predictable. Fixed… 29 Vercel — AI dev-tools 2mo ago Run Claude Managed Agents with Vercel Sandbox You can now run Claude Managed Agents with Vercel Sandbox . Claude Managed Agents handles the model, harness, tools, and session state. Self-hosting lets you bring the execution environment, so an agent's tool calls run on your existing Vercel infrastructure with your private… 34 Vercel — AI dev-tools 2mo ago Consolidated Commit Status now available on GitHub Monorepos can now opt in to a single, consolidated commit status on pull requests instead of one commit status per project. For repos with many projects, teams can configure GitHub branch protection once, then manage which Vercel projects are required for merge in each project’s… 10 Vercel — AI dev-tools 2mo ago Web Application Firewall mitigated traffic is free on Vercel Vercel Firewall now waives CDN Requests and Fast Data Transfer for any traffic Web Application Firewall rules deny, challenge, or rate-limit. Vercel has always provided unlimited DDoS mitigation at no cost. Vercel Web Application Firewall, included in CDN cost, gives you custom… 26 Vercel — AI dev-tools 3mo ago Use native curl syntax with Vercel CLI You can now use native curl syntax with the Vercel CLI. The vercel curl command accepts full URLs, bare hostnames, and the --url flag, and uses your Vercel auth to bypass Deployment Protection . If you've linked a project, you can also pass just a path: Update to the latest… 37 Vercel — AI dev-tools 3mo ago Sort providers by cost, latency, or throughput on AI Gateway You can now sort the providers behind a model by cost, time to first token (TTFT), or throughput (TPS) in AI Gateway . The default provider order blends provider reliability, quality of model output, cost, and speed of response. You can now use sort for explicit control over… 35 Vercel — AI dev-tools 3mo ago Trace any Vercel request from the CLI You can now generate Session Traces through the Vercel CLI. Use the new vercel curl --trace command to generate an OpenTelemetry trace to the specified endpoint from the terminal. Use the new vercel traces get command to fetch the generated trace by request ID. Available on all… 38 Vercel — AI dev-tools 3mo ago Introducing Vercel Drop Vercel Drop lets you deploy a file or folder by dragging it into your browser. You don't need Git, the Vercel CLI , or any local setup. Drop a project onto vercel.com/drop , pick a team and project name, and select Deploy . Vercel will create a new project, upload your files,… 22 Vercel — AI dev-tools 3mo ago Protected Source Maps: Ship browser source maps securely You can now restrict access to production source maps with Protected Source Maps , which puts browser .map files behind Vercel Authentication . Your team can fetch them; everyone else gets a 404. Source maps are how you debug minified production code. They give you readable… 35 Vercel — AI dev-tools 3mo ago Trusted Sources for Deployment Protection Trusted Sources lets protected deployments accept short-lived identity tokens (OIDC) from Vercel projects and external services you authorize, so you no longer have to share a long-lived Protection Bypass for Automation secret. Trusted Sources is the recommended approach, but… 22 Page 6 of 8 · 400 articles ← Newer Older →