Vercel AI SDK 发布 @ai-sdk/perplexity 5.0.0,迁移至 Agent API
原标题:@ai-sdk/perplexity@5.0.0
AI 摘要
Vercel AI SDK 发布 @ai-sdk/perplexity 5.0.0 版本,将语言生成从 Sonar Chat Completions API 迁移到 Agent API,属于破坏性变更。新版本用 Agent API 的预设、模型和工具替换了 Sonar 模型 ID 与提供商选项,并改变了请求与响应元数据、原始流事件、用量与成本数据,同时不再支持 Sonar PDF 输入以及图像和视频结果。补丁部分修复了终端事件文本恢复、原生工具轨迹保留、URL 引用注解保留及来源 URL 去重等问题。
正文节选
### Major Changes - 38fe0e5: BREAKING: Migrate language generation from the Sonar Chat Completions API to the Agent API. Replace Sonar model IDs and provider options with Agent API presets, models, and tools. The new API changes request and response metadata, raw stream events, usage and cost data, and does not support Sonar PDF input or image and video results. ### Patch Changes - 38fe0e5: Recover missing text from Agent API terminal events and output items, including incomplete responses, w