Vercel AI Updates: April 30, 2026
1. Vercel Pro Plan Becomes Provisionable from Stripe Projects
Vercel. Users can now upgrade to Vercel Pro directly from the Stripe CLI via shared payment tokens, letting Stripe Projects provision or upgrade Vercel Pro without dashboard switching. The integration is a small but real example of agent-friendly billing — programmatic provisioning of paid infrastructure from another product’s CLI is the kind of plumbing that AI agents need to set up environments end-to-end. Source
2. AI SDK xAI Provider Adds PDF, Text, and CSV File Inputs
Vercel. The AI SDK xAI provider 4.0.0-beta.46 now handles PDF, text, and CSV files through xAI’s Responses API, emitting { type: 'input_file', file_url } for non-image data URLs and accepting application/pdf plus text/* URL formats. Companion patch releases shipped for the Svelte (4.0.170) and Vue (3.0.170) bindings, bringing non-image attachments to xAI on parity with the OpenAI and Anthropic providers in the SDK. Source