← AI PulseJul 28, 2026

Wire · news · Multi-source brief

Vercel AI SDK Promotes repairText to Stable, Adds Experimental Speech Translation

Vercel's AI SDK has promoted the repairText option to stable for generateObject and streamObject, while also introducing an experimental speech translation model specification and streaming speech-to-speech translation.

By Illumora Editorial

Source · Jul 28, 2026, 3:01 AM · On Illumora · Jul 28, 2026, 3:12 AM

Media from the primary source — shown here so you can stay on Illumora.

Synthesized from multiple allowlisted primaries on the same event. Lanes →

Brief drafted by Illumora’s editorial model from the linked primary source. Ops desk reviews flagged pieces. How we write →

Read the source →Vercel AI SDK Changelog — Release @ai-sdk/workflow-harness@1.0.45 · vercel/ai
Save

Vercel has updated its AI SDK, promoting the repairText option to stable for the generateObject and streamObject functions. This update, noted in the release of @ai-sdk/workflow-harness@1.0.45 and @ai-sdk/xai@4.0.20, includes a deprecated experimental_repairText alias for backward compatibility.

Concurrently, earlier releases, including @ai-sdk/workflow-harness@1.0.44 and @ai-sdk/workflow@1.0.38, introduced an experimental speech translation model specification, Experimental_SpeechTranslationModelV4, and an experimental_streamTranslate function for streaming speech-to-speech translation.

Key Points

  • The repairText option is now stable on generateObject and streamObject in Vercel's AI SDK, as of ai@7.0.39.
  • A deprecated experimental_repairText alias is provided for backward compatibility.
  • An experimental speech translation model specification, Experimental_SpeechTranslationModelV4, has been added.
  • The experimental_streamTranslate function supports streaming speech-to-speech translation.
  • The SDK avoids synthesizing client tool errors for invalid provider-executed tool calls.

Context

According to Vercel's AI SDK changelog, these updates are part of ongoing releases to the SDK. The promotion of repairText to stable indicates a maturation of this functionality for object generation and streaming. The introduction of experimental speech translation features suggests an expansion of the SDK's capabilities into new modalities.

Why It Matters

These updates offer developers enhanced stability for text repair during object generation and introduce new experimental capabilities for speech translation. The repairText stabilization can improve the reliability of structured output, while the speech translation features open avenues for integrating real-time voice interactions into applications.

What To Do

  • Review the Vercel AI SDK documentation for the stable repairText option on generateObject and streamObject.
  • Test the experimental_streamTranslate function and Experimental_SpeechTranslationModelV4 for speech-to-speech translation use cases.
  • Note the deprecated experimental_repairText alias for future migration planning.
  • Observe how the SDK handles client tool errors for provider-executed tool calls.