ai
Version:
AI SDK by Vercel - build apps like ChatGPT, Claude, Gemini, and more with a single interface for any model using the Vercel AI Gateway or go direct to OpenAI, Anthropic, Google, or any other model provider.
29 lines (26 loc) • 657 B
text/mdx
title: Reference
description: Reference documentation for the AI SDK
# API Reference
<IndexCards
cards={[
{
title: 'AI SDK Core',
description: 'Switch between model providers without changing your code.',
href: '/docs/reference/ai-sdk-core',
},
{
title: 'AI SDK RSC',
description:
'Use React Server Components to stream user interfaces to the client.',
href: '/docs/reference/ai-sdk-rsc',
},
{
title: 'AI SDK UI',
description:
'Use hooks to integrate user interfaces that interact with language models.',
href: '/docs/reference/ai-sdk-ui',
},
]}
/>