125 wires and counting
$ status: archived — this briefing has stopped; the archive stays readable. browse live briefings →

$ status

wire 2026-07-06
stories 28

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

AI SDK fixes image handling across all provider integrations

By RepoJournal · Filed · About Vercel · Composed from the cited sources · methodology

OpenAI chat requests now send inline images as proper data URLs instead of bare base64, rolling out across Azure, Bedrock, and Anthropic integrations in one coordinated push.

The AI SDK shipped critical image handling fixes across its entire provider lineup [1][2][3][4][5]. OpenAI's image serialization now uses data URLs for inline file parts, eliminating a parsing issue that could break multimodal requests. The fix cascaded immediately to Azure and Bedrock consumers, while Anthropic and Vertex integrations received matching dependency bumps to keep image handling consistent across the SDK surface. In parallel, the shop template migrated its AI shopping assistant to eve [6][7], replacing hand-rolled Vercel AI SDK plumbing with durable sessions and resumable workflows. This is how the SDK matures: fixing core primitives so abstractions built on top work reliably. Chat SDK expanded its adapter ecosystem with Dial's vendor-official SMS/MMS/iMessage support [9] and Zaileys' WhatsApp community adapter [8], broadening where agents can operate without writing custom transport layers.

Action items

References

  1. [1] @ai-sdk/openai@4.0.8 ↗ vercel/ai
  2. [2] @ai-sdk/azure@4.0.8 ↗ vercel/ai
  3. [3] @ai-sdk/amazon-bedrock@5.0.12 ↗ vercel/ai
  4. [4] @ai-sdk/google-vertex@4.0.156 ↗ vercel/ai
  5. [5] @ai-sdk/anthropic-aws@1.0.15 ↗ vercel/ai
  6. [6] feat(template): migrate AI shopping assistant to eve ↗ vercel/shop
  7. [7] feat(template): migrate AI shopping assistant to eve (#395) ↗ vercel/shop
  8. [8] docs: add chat-adapter-zaileys community adapter ↗ vercel/chat
  9. [9] docs(adapters): add Dial as vendor-official adapter ↗ vercel/chat

Quick answers

What shipped in Vercel on July 6, 2026?
OpenAI chat requests now send inline images as proper data URLs instead of bare base64, rolling out across Azure, Bedrock, and Anthropic integrations in one coordinated push. In total, 9 commits, 12 pull requests, and 7 releases landed.
Who contributed to Vercel on July 6, 2026?
3 developers shipped this update, including laugharn, zeative, and OmriBenShoham.
What were the notable Vercel updates?
@ai-sdk/openai@4.0.8, @ai-sdk/azure@4.0.8, and @ai-sdk/amazon-bedrock@5.0.12.