Vercel AI Updates: August 9, 2026
1. xAI’s Grok Imagine Image 2.0 Lands on Vercel AI Gateway
Vercel. Vercel added xAI’s Grok Imagine Image 2.0 Preview to its AI Gateway, making the image generation model routable through the AI SDK under the identifier xai/grok-imagine-image-2.0-preview. The model targets detailed, structured compositions, planning typography and layout together so dense visuals like infographics, posters, and title screens keep their structure and small text stays legible. It supports 1k and 2k output resolutions and image editing that preserves subjects and details across successive generations, and it is accessible through imagine.vercel.sh. Source
2. Vercel Introduces Skill Packs on skills.sh
Vercel. Vercel launched skill packs on skills.sh, letting developers bundle multiple agent skills into a single shareable unit assembled from community skills, local folders and zips, or public and private GitHub repositories. Each pack gets its own unlisted URL and installs with one command, npx skills add https://skills.sh/p/<pack-id>, with updates handled through npx skills update. The feature is aimed at keeping agent skill configurations consistent across projects and teams. Source