Vercel Changelog (@vercel_changes) 's Twitter Profile
Vercel Changelog

@vercel_changes

New features, improvements, and products from @vercel.

ID: 1333485844053839878

linkhttps://vercel.com/changelog calendar_today30-11-2020 18:59:45

430 Tweet

14,14K Takipçi

5 Takip Edilen

Vercel Changelog (@vercel_changes) 's Twitter Profile Photo

You can now access @openai's new open models through Vercel AI Gateway. Set the AI SDK v5 𝚖𝚘𝚍𝚎𝚕 to either 'openai/gpt-oss-20b' or 'openai/gpt-oss-120b' to start building. Multiple redundant inference providers. No accounts required. vercel.com/changelog/gpt-…

Vercel Changelog (@vercel_changes) 's Twitter Profile Photo

You can now access Claude Opus 4.1 through Vercel AI Gateway. Set the AI SDK v5 𝚖𝚘𝚍𝚎𝚕 to '𝚊𝚗𝚝𝚑𝚛𝚘𝚙𝚒𝚌/𝚌𝚕𝚊𝚞𝚍𝚎-𝟺.𝟷-𝚘𝚙𝚞𝚜' to start building. Inference powered by @anthropicai and Amazon Web Services Bedrock with no accounts required. vercel.com/changelog/clau…

Vercel Changelog (@vercel_changes) 's Twitter Profile Photo

You can now access @openai's new GPT-5 through Vercel AI Gateway. Set the AI SDK v5 𝚖𝚘𝚍𝚎𝚕 to '𝚘𝚙𝚎𝚗𝚊𝚒/𝚐𝚙𝚝-𝟻' to start building. No provider accounts required. vercel.com/changelog/gpt-…

Vercel Changelog (@vercel_changes) 's Twitter Profile Photo

Vercel's MCP server now works with Cursor. Access projects and deployments, analyze logs, and search docs directly from within Cursor. vercel.com/changelog/curs…

Vercel Changelog (@vercel_changes) 's Twitter Profile Photo

Vercel BotID's Deep Analysis now surfaces details on verified bots, enabling real-time decisions based on a bot's proven identity. vercel.com/changelog/verc…

Vercel Changelog (@vercel_changes) 's Twitter Profile Photo

Vercel's bot verification now supports Web Bot Auth, a new cryptographic protocol that helps prove a bot’s authenticity. vercel.com/changelog/verc…

Vercel Changelog (@vercel_changes) 's Twitter Profile Photo

Vercel AI Gateway now supports automatic credit recharging. Credits top up at custom increments to keep your apps running without interruption. vercel.com/changelog/auto…

Vercel Changelog (@vercel_changes) 's Twitter Profile Photo

You can now directly control the Vercel Runtime Cache via API. // 𝚐𝚎𝚝 𝚌𝚘𝚗𝚜𝚝 𝚟𝚊𝚕𝚞𝚎 = 𝚊𝚠𝚊𝚒𝚝 𝚌𝚊𝚌𝚑𝚎.𝚐𝚎𝚝('𝚔𝚎𝚢'); // 𝚜𝚎𝚝 𝚊𝚠𝚊𝚒𝚝 𝚌𝚊𝚌𝚑𝚎.𝚜𝚎𝚝('𝚔𝚎𝚢', 𝚟𝚊𝚕𝚞𝚎, { 𝚝𝚝𝚕: 𝟹𝟼𝟶𝟶, 𝚝𝚊𝚐𝚜: ['𝚖𝚢-𝚝𝚊𝚐'], }); vercel.com/changelog/intr…

Vercel Changelog (@vercel_changes) 's Twitter Profile Photo

Vercel BotID now more accurately detects fake hardware used by advanced stealth bots. This update is live for all BotID Deep Analysis users, with no action required. vercel.com/changelog/boti…

Vercel Changelog (@vercel_changes) 's Twitter Profile Photo

Vercel Sandbox now supports up to 2,000 concurrent instances and 4 ports. Ideal for parallel AI agents: 𝚊𝚠𝚊𝚒𝚝 𝚂𝚊𝚗𝚍𝚋𝚘𝚡.𝚌𝚛𝚎𝚊𝚝𝚎({ 𝚙𝚘𝚛𝚝𝚜: [𝟹𝟶𝟶𝟶, 𝟹𝟶𝟶𝟷, 𝟹𝟶𝟶𝟸, 𝟹𝟶𝟶𝟹] }); Higher limits are also available on request. vercel.com/changelog/verc…

Vercel Changelog (@vercel_changes) 's Twitter Profile Photo

Agents can now securely access protected deployments with the Vercel MCP server. Two new tools, `get_access_to_vercel_url` and `web_fetch_vercel_url`, make it easy to fetch content behind Vercel Authentication. vercel.com/changelog/give…

Vercel Changelog (@vercel_changes) 's Twitter Profile Photo

You can now directly export standard fetch web handlers in Vercel Functions. Works with any fetch-compatible framework, or none at all. vercel.com/changelog/node…