News / Vercel — AI Vercel — AI 464 articles archived · Visit source ↗ · RSS Sign in to subscribe 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 Vercel — AI dev-tools 1mo ago Update Project Settings from the Vercel CLI You can now update a project's framework preset and build settings directly from the CLI, without opening the dashboard. Run vercel project update from a linked project, or pass a project name directly: Settings can also be returned to automatic detection instead of an explicit… 8 Vercel — AI dev-tools 1mo ago Grok 4.5 now available on AI Gateway Grok 4.5 from SpaceXAI is now available on AI Gateway . Built for coding, knowledge work, and STEM, the model accepts text and image inputs. Grok 4.5 supports low, medium, and high reasoning levels and defaults to high. Set the level with reasoning to balance speed against… 32 Vercel — AI dev-tools 1mo ago You can now view the Activity Log at a project-level Project Settings now includes its own project-specific A ctivity Log . This view pulls the relevant user events from the Activity Log in Team Settings. Review project-level activity without leaving your project settings. Visit your project settings to try it out. Read more 19 Vercel — AI dev-tools 1mo ago Vercel acquires Better Auth to accelerate open source auth Vercel is acquiring Better Auth , the company behind the open source TypeScript authentication library , which has 4.7M+ weekly npm downloads and more than 850 contributors. Founder Bereket Engida and the core team are joining Vercel to continue their work on Better Auth and… 7 Vercel — AI dev-tools 1mo ago More granular observability for Vercel Sandbox Vercel Sandbox observability now includes detailed resource metrics, giving you deeper visibility into how your sandboxes consume compute and networking. From the Observability tab in your dashboard, you can now monitor: Active CPU and CPU usage: Measures when your code actively… 17 Vercel — AI dev-tools 1mo ago Give your eve agent GitHub tools GitHub Tools now ships an eve toolset through the new @github-tools/sdk/eve subpath. One file in agent/tools/ can register every GitHub tool, or use a preset such as maintainer , so you can build a complete GitHub agent in nine lines of code. Safe by default: Every write tool,… 4 Vercel — AI dev-tools 1mo ago Vercel Sandbox now supports FUSE-based filesystems Vercel Sandbox now supports FUSE, letting you mount remote storage and custom filesystems inside a running Sandbox. Use it to attach S3 buckets, network filesystems, or any other FUSE-compatible driver as a regular path. This makes it possible to stream large datasets directly… 11 Vercel — AI dev-tools 1mo ago Manage Vercel Flags segments with Vercel CLI Vercel Flags segments can now be managed from the Vercel CLI with the new vercel flags segments command. A segment is the targeting primitive a flag uses to decide who sees what. Membership composes from three repeatable tokens: include: , exclude: , and rule: . Pass them to… 10 Vercel — AI dev-tools 1mo ago eve Agent Runs now available in the Vercel MCP and CLI Your coding agent can now inspect eve Agent Runs via the Vercel MCP and CLI. The new Vercel MCP tools and Vercel CLI commands let you find projects with Agent Runs activity, list recent runs, and retrieve full traces, including reasoning, tool calls, and token usage. Vercel MCP… 11 Vercel — AI dev-tools 1mo ago Agent Runs now available in the Vercel MCP and CLI Your agent can now inspect Agent Runs via the Vercel MCP and CLI for eve , the open-source agent framework. eve traces are automatically ingested when deployed to Vercel an available as Agent Runs. The new Vercel MCP tools and Vercel CLI commands let you find projects with runs,… 9 Vercel — AI dev-tools 1mo ago Routing rules now available on AI Gateway Vercel AI Gateway now supports routing rules . Routing rules are firewall-style rules that control which models your team can use, applied at the gateway level instead of in your application code. When a model goes down or gets retired, you usually have to ship a code change to… 7 Vercel — AI dev-tools 1mo ago Secure internal communication between services Service Bindings make it easy for one Vercel service to securely call another within the same deployment. When a service declares a binding for another service, Vercel automatically injects the configured environment variable. That means user code can fetch that URL normally,… 4 Vercel — AI dev-tools 2mo ago Claude Fable 5 access restored on AI Gateway Access to Claude Fable 5, the Mythos-class model, has now been restored on AI Gateway following the US Government's decision to lift the export controls. Fable 5 is the same model that was available between June 9 and June 12. What has changed is the safety classifiers, which… 27 Vercel — AI dev-tools 2mo ago Vercel Security Dashboard is in private beta The Vercel Security Dashboard is now in private beta. It aggregates the security posture of every account and project on Vercel. As teams grow and coding agents make it easy to spin up new projects, small misconfigurations can add up quietly and quickly. Team members without… 26 Vercel — AI dev-tools 2mo ago Resend joins the Vercel Marketplace Resend is now available on the Vercel Marketplace , allowing Vercel teams to send emails from their applications without managing any infrastructure. This integration helps developers start sending messages within minutes, build emails as React components, and track delivery… 5 Vercel — AI dev-tools 2mo ago Enforce consistent code for agents and humans with konsistent konsistent is now open source. konsistent is a CLI linter for TypeScript codebases that enforces structural conventions, giving agents and humans the consistent context they need to implement features correctly. Deterministic, fast, and covers structural patterns that TypeScript… 6 Vercel — AI dev-tools 2mo ago Dry-run deployments with Vercel CLI You can now preview the framework preset and files that Vercel CLI includes in a deployment before creating one. Run vercel deploy --dry from a linked project: For automation or further inspection, return the complete file manifest as JSON: JSON output includes the detected… 17 Vercel — AI dev-tools 2mo ago Run any Dockerfile on Vercel You have a server in a container. Maybe it's a Go service, a Rails app, a Spring Boot API, or a web server behind nginx. It speaks HTTP. It listens on a port. It just needs somewhere to run. Add a Dockerfile.vercel file to your project, and Vercel builds, stores, deploys, and… 17 Vercel — AI dev-tools 2mo ago Vercel Services: Run full stack on Vercel To a user, an app with a Next.js frontend and a FastAPI backend feels like one product, and the same should be true for the engineers who build it. Instead, the two pieces are often deployed across different clouds with different development and deployment workflows. Today we're… 4 Vercel — AI dev-tools 2mo ago Vercel and Shopify are rebuilding Hydrogen Hydrogen made headless storefronts easy to ship, but not portable. At Vercel Ship 26 in New York, we announced that we are working with Shopify to rebuild it from the ground up, a shared bet on a more open web. The new version is open source and runtime agnostic, meaning it can… 31 Vercel — AI dev-tools 2mo ago Expanded Audit Log coverage, now delivered through Vercel Drains Audit Logs now capture 400+ unique team activity events , giving teams broader coverage for security reviews, compliance workflows, and investigations. With Vercel Drains support, teams can export those events to custom HTTP endpoints or Amazon S3, replacing Custom SIEM Log… 6 Vercel — AI dev-tools 2mo ago Run multiple frameworks in one project with Vercel Services You can now deploy multiple frontends and backends together within a single Vercel project. Vercel Services is now available , allowing you to deploy full stack apps with multiple frameworks on a shared domain, where services talk to each other privately and deployments build,… 29 Vercel — AI dev-tools 2mo ago Bring your Dockerfile to Vercel Functions Vercel Functions now support deploying HTTP servers from a Dockerfile or Containerfile , using Open Container Initiative (OCI) compatible images on Fluid compute. This makes it easier to bring existing applications written in any language to Vercel while keeping the preview… 27 Vercel — AI dev-tools 2mo ago Introducing VCR: Vercel Container Registry You can now push, pull, and manage container images directly on Vercel. Vercel Container Registry is an OCI-compliant image registry hosted on Vercel's infrastructure. It works with standard workflows - simply docker push , docker pull , and docker tag - so there's nothing new… 37 Vercel — AI dev-tools 2mo ago Vercel Sandbox now support Custom Images Vercel Sandboxes now supports custom images. Launching in public beta today, images allow Sandboxes to start with your own custom root filesystem. Images are pulled from Vercel Container Registry , so anything you docker push is immediately available. Bring your own OS,… 21 Vercel — AI dev-tools 2mo ago Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image) now on AI Gateway Nano Banana 2 Lite from Google is now available on AI Gateway . This Flash-Lite-tier image model is built for fast, low-cost generation. It generates images alongside text in The cost is also lower than previous Nano Banana models. Nano Banana 2 Lite generates 1K images at… 17 Vercel — AI dev-tools 2mo ago Claude Sonnet 5 now available on Vercel AI Gateway Claude Sonnet 5 from Anthropic is now available on AI Gateway . Sonnet 5 improves on Sonnet 4.6 across coding and agentic work, reaching outcomes on many tasks that previously needed an Opus model, at Sonnet pricing. The model is more agentic and follows instructions more… 14 Vercel — AI dev-tools 2mo ago Vercel Private Blob is now generally available Vercel Private Blob is now generally available for all plans. Store sensitive files like user-uploaded photos, invoices, and agent memory, and control exactly who can read them. Private stores, Signed URLs, and OIDC authentication all graduate from beta with this release. Vercel… 22 Vercel — AI dev-tools 2mo ago An expanded Vercel Agent: chat, investigations, and approved actions, now in public beta Today, we're launching expanded capabilities for Vercel Agent in public beta. Vercel Agent now lives in your dashboard and can investigate production issues, answer questions about your projects, and take action on your behalf. Because Agent runs inside the platform that deploys… 27 Vercel — AI dev-tools 2mo ago Vercel Agent has updated pricing Vercel Agent pricing is changing. You no longer need to pre-load credits or manage a separate wallet for Vercel Agent. Instead of a $0.30 per-request fee, you now pay a Vercel Token Rate of $0.25 per million tokens, plus provider inference costs at the underlying token rate. The… 6 Vercel — AI dev-tools 2mo ago Vercel Open Source Program: Spring 2026 cohort The world runs on open source software. The frameworks, libraries, and tools we rely on are made possible by communities that share ideas and build in the open. At Vercel, we want to help those communities thrive. That’s why we run the Vercel Open Source Program : a developer… 24 Vercel — AI dev-tools 2mo ago Vercel Functions can now be up to 5GB in package size Vercel Functions now support Node.js and Python deployments up to 5GB in package size on Fluid compute , a 20x increase over the previous 250MB limit. Large Functions support is in public beta . This makes Vercel compatible with backend workloads that do not fit within the 250MB… 4 Vercel — AI dev-tools 2mo ago Query Speed Insights from the Vercel CLI You can now query Speed Insights datapoints directly through the Vercel CLI. Using the vercel metrics command, you can pull core Web Vitals (LCP, INP, CLS) and other page performance metrics (FCP, TTFB) based on client-side measurements from real user traffic. By providing a… 9 Vercel — AI dev-tools 2mo ago Build realtime voice agents on AI Gateway AI Gateway now supports audio/voice. You can add realtime voice, text to speech, and speech to text with the same calls you already use for text, image, and video, routed through AI Gateway alongside every other modality. Audio launches with models from OpenAI and xAI . Each… 26 Vercel — AI dev-tools 2mo ago Realtime voice, speech, and transcription now supported on AI Gateway AI Gateway now supports voice and audio models. You can build realtime voice agents, generate speech from text, and transcribe audio to text. This provides the same observability, spend controls, and bring-your-own-key support as text, image, and video models in AI Gateway, with… 17 Vercel — AI dev-tools 2mo ago xAI Grok audio models now available on Vercel AI Gateway xAI's audio models are now live on AI Gateway. Realtime voice, text to speech, and speech to text are all available through the AI SDK with the same routing, observability, and spend controls as your other models. These capabilities are available on the AI SDK 7 release.… 11 Page 5 of 10 · 464 articles ← Newer Older →