releases.shpreview
Vercel/AI SDK

AI SDK

Mon
Wed
Fri
JunJulAugSepOctNovDecJanFebMarAprMayJun
Less
More
Releases440Avg135/moVersions@ai-sdk/alibaba@0.0.11 to ai@6.0.193
@ai-sdk/openai@3.0.68
Patch Changes
  • c65c952: fix(openai): round-trip namespace on function_call input items

    When tool_search dispatches a deferred tool, the resulting function_call carries a namespace field identifying which deferred-tool group the model picked. #14789 preserved this on the read side (providerMetadata.openai.namespace), but the write side still serialized function_call input items without namespace. Multi-step / multi-turn conversations then failed with Missing namespace for function_call '<name>'. ... Round-trip the model's function_call item with its namespace field included.

    convert-to-openai-responses-input.ts now reads namespace from providerOptions.openai.namespace (or providerMetadata.openai.namespace) on tool-call parts and includes it on the serialized function_call item, mirroring how itemId is round-tripped.

@ai-sdk/google-vertex@4.0.141
Patch Changes
  • 8584f2e: fix(vertex-anthropic): support eu/us multi-region anthropic endpoints
  • e96b286: fix(google-vertex): support for eu/us multi region gemini endpoints
@ai-sdk/xai@3.0.93
Patch Changes
  • 165d531: deprecate searchParameters (xai live search) in favor of web_search/x_search agent tools

  • 4d53460: feat(provider/xai): add enableImageSearch to the xAI Web Search tool

    The xAI Responses API supports enable_image_search on Web Search tools. xai.tools.webSearch() now accepts enableImageSearch and sends it through to the API as enable_image_search.

@ai-sdk/azure@3.0.68
Patch Changes
  • c679fec: feat(provider/azure):web search tool in the Azure OpenAI Responses API.
  • Updated dependencies [c679fec]
    • @ai-sdk/openai@3.0.67
Last Checked
2h ago
Latest
@ai-sdk/openai@3.0.68
Tracking since Mar 24, 2026