ai-sdk
Installation
SKILL.md
AI SDK Documentation
When you need up-to-date information about the AI SDK:
If using ai@6.0.34 or above
Search the bundled documentation and source code in node_modules/ai/:
- Documentation:
grep "your query" node_modules/ai/docs/ - Source code:
grep "your query" node_modules/ai/src/
To find specific files:
glob "node_modules/ai/docs/**/*.mdx"for documentation filesglob "node_modules/ai/src/**/*.ts"for source files
Provider packages (@ai-sdk/openai, @ai-sdk/anthropic, etc.) also include bundled docs in their respective node_modules/@ai-sdk/<provider>/docs/ directories.
When in doubt, update to the latest version of the AI SDK.