← AI PulseAug 5, 2026

Wire · news · Multi-source brief

Vercel AI SDK Updates Cost Reporting for FLUX 3 Video Generations

The Vercel AI SDK now reports the settled cost for FLUX 3 video generations, addressing previous limitations where the submit response could only estimate or return no cost.

By Illumora Editorial

Source · Aug 5, 2026, 2:04 AM · On Illumora · Aug 5, 2026, 2:07 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/black-forest-labs@1.0.51 · vercel/ai
Save

Vercel AI SDK has released an update, @ai-sdk/black-forest-labs@1.0.51, on August 5 that specifically addresses cost reporting for FLUX 3 video generations. Previously, the submit response for these generations could only provide an estimate or no cost at all, particularly when the final price depended on the completed video.

The update ensures that the result endpoint now correctly provides the SettledCostResultResponse, which includes the actual cost, according to the Vercel AI SDK Changelog.

Key Points

  • The @ai-sdk/black-forest-labs@1.0.51 package was released on August 5.
  • This update specifically targets cost reporting for FLUX 3 video generations.
  • The submit response for FLUX 3 video generations previously offered only estimated or no cost.
  • The result endpoint now returns SettledCostResultResponse with the settled cost.
  • The previous system dropped the cost information from the SettledCostResultResponse.

Context

According to the Vercel AI SDK Changelog, the change was necessary because the initial submit response for FLUX 3 video generations could not provide a definitive cost. This was particularly true when the price was contingent on the characteristics of the finished video. The update ensures that the actual, settled cost is now properly reported through the result endpoint.

Why It Matters

This update provides developers with accurate cost information for FLUX 3 video generations, enabling better budget management and more precise financial tracking for projects utilizing this capability. It addresses a gap where cost data was previously unavailable or only an estimate.

What To Do

  • Developers using FLUX 3 video generations should update to @ai-sdk/black-forest-labs@1.0.51.
  • Review the SettledCostResultResponse from the result endpoint to access accurate cost data.
  • Note that the submit response will still provide an estimate or no cost, with the final cost available from the result endpoint.
  • Compare previous cost estimation methods with the new settled cost reporting for financial reconciliation.