Skip to content

ai@3.0.22

Choose a tag to compare

@github-actions github-actions released this 12 Apr 17:27
· 6546 commits to main since this release
f183618

Patch Changes

  • d544886: Breaking change: extract experimental AI core provider packages. They can now be imported with e.g. import { openai } from '@ai-sdk/openai' after adding them to a project.
  • ea6b0e1: Expose formatStreamPart, parseStreamPart, and readDataStream helpers.