ai-sdk

SKILL.md

AI SDK 文档

需要最新信息时:

若使用 ai@6.0.34 及以上

node_modules/ai/ 中搜索打包文档与源码:

  1. 文档grep "你的查询" node_modules/ai/docs/
  2. 源码grep "你的查询" node_modules/ai/src/

查找具体文件:

  • glob "node_modules/ai/docs/**/*.mdx" 文档
  • glob "node_modules/ai/src/**/*.ts" 源码

提供方包(@ai-sdk/openai@ai-sdk/anthropic 等)在各自 node_modules/@ai-sdk/.../docs/ 下也有文档。

不确定时,升级到最新版 AI SDK。

否则

  1. 搜索文档:https://ai-sdk.dev/api/search-docs?q=你的查询
  2. 返回结果包含以 .md 结尾的链接
  3. 直接请求这些 .md URL 获取纯文本内容(如 https://ai-sdk.dev/docs/agents/building-agents.md

用以上方式获取当前 API、示例与用法。

常见错误与排查见 Common Errors Reference
Vercel AI Gateway 用法见 AI Gateway Reference

提供方相关信息(ai@6.0.34+)

关于具体提供方(OpenAI、Anthropic、Google 等)时,搜索对应包:

  1. 提供方文档grep "你的查询" node_modules/@ai-sdk/.../docs/
  2. 提供方源码grep "你的查询" node_modules/@ai-sdk/.../src/

查找提供方文件:

  • glob "node_modules/@ai-sdk/.../docs/**/*.mdx" 文档
  • glob "node_modules/@ai-sdk/.../src/**/*.ts" 源码

providerOptions 等提供方专属配置尤其需查阅各自包文档,各提供方选项不同。

Weekly Installs
5
First Seen
Jan 25, 2026
Installed on
codex4
gemini-cli4
cursor4
opencode4
amp3
github-copilot3