vs https://ai-sdk.dev/docs/introduction
The provided documentation is a high-level introduction page that does not contain specific API signatures, import paths, or configuration details. It only describes the general purpose and use cases of the AI SDK. The API surface shows extensive exports from multiple provider packages and the main ai package, but the introduction page does not reference specific functions, classes, or their signatures. No direct contradictions are found between the scraped introduction page and the code API surface, as the docs do not make specific claims that contradict the code—they remain at a conceptual level. However, critical details like the actual exported functions and their signatures are not documented in the provided docs excerpt.
12 source files inspected · claude-haiku-4-5-20251001 · Aug 13, 2026
- packages/amazon-bedrock/anthropic/index.d.ts
- packages/amazon-bedrock/mantle/index.d.ts
- packages/google-vertex/anthropic/index.d.ts
- packages/google-vertex/maas/index.d.ts
- packages/google-vertex/xai/index.d.ts
- packages/vue/src/shims-vue.d.ts
- packages/ai/src/index.ts
- packages/alibaba/src/index.ts
- packages/amazon-bedrock/src/index.ts
- packages/angular/src/index.ts
- packages/anthropic-aws/src/index.ts
- packages/anthropic/src/index.ts
Full parity. No significant drift found. 🎉
The documentation matches the code's public API surface well.