AI

Overview

Get started with AI integration in your TurboStarter project.

For AI integration, TurboStarter leverages the Vercel AI SDK, which provides a comprehensive set of tools and utilities to help you build AI applications more easily and efficiently.

Why Vercel AI SDK?

It's a simple yet powerful library that exposes a unified API for all major AI providers.

This allows you to build your AI application without worrying about the intricacies of each underlying provider's API.

You can learn more about the ai package in the official documentation.

Features

The starter comes with the most common AI features built-in, such as:

  • Chat: Build chat applications with ease.
  • Streaming responses: Stream responses from your AI provider in real-time.
  • Image generation: Generate images using AI technology.
  • Embeddings: Generate embeddings for your data.
  • Vector stores: Store and query your embeddings efficiently.

You can easily compose your application using these building blocks or extend them to suit your specific needs.

Providers

TurboStarter relies on the AI SDK to provide support for various AI providers.

This means you can easily switch between different AI providers without changing your code, as long as they are supported by the ai package.

You can find the list of supported providers in the official documentation.

Custom providers

There is also the possibility to add your own custom provider. It just needs to implement the common interface and provide all the necessary methods.

Read more about this in the official guide.

The configuration for each provider is straightforward and simple. We'll explore this in more detail in the Configuration section.

Last updated on

On this page

Ship your startup everywhere. In minutes.Get TurboStarter