vs https://ai-sdk.dev/docs/introduction
The documentation page provided is a high-level introduction and overview of the AI SDK with limited technical detail. The code API surface shows numerous provider packages (alibaba, amazon-bedrock, anthropic, angular, etc.) with specific exports, but the introduction page does not document most of these exports in detail. However, this appears to be by design—the introduction is aspirational rather than a complete API reference. No critical contradictions are found between what the introduction claims and what the code provides, though many provider-specific APIs and exports are simply not covered in this particular doc page (which is expected for an overview).
12 source files inspected · claude-haiku-4-5-20251001 · Aug 11, 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.