Get Started
Core Concepts
Utilities
Integrations
Vercel AI SDK provides a modern, React-friendly way to integrate with Interfaze's AI capabilities. It offers excellent support for streaming responses and is optimized for building real-time AI applications with React and Next.js.
Important Note: If you're using AI SDK v5, you need to use
.chat()
method when specifying the model. For example:openai.chat('interfaze-alpha')
instead ofopenai('interfaze-alpha')
.
v4
v5
v4
v5
v4
v5