AI SDK Integration

AI Providers

A list of providers supported by the Nuxt AI module.

Providers

This module supports all providers available in the Vercel AI SDK, including:

  • OpenAI
  • Anthropic
  • Google AI (including Gemini)
  • Mistral
  • Amazon Bedrock
  • And many more...

Available Providers

For a complete and up-to-date list of supported providers, please refer to the Vercel AI SDK Providers documentation.

💡 Note: The provider capabilities (such as image input, tool usage, etc.) vary depending on the specific model you choose. Check the provider documentation for detailed feature support.

Configuration

To use a specific provider, ensure you have the necessary API keys configured in your Nuxt configuration. See the Configuration section for more details on setting up provider credentials.

Vercel AI SDK

The Vercel AI SDK is a powerful tool for building AI applications. It is a client-side SDK that allows you to connect to the Vercel AI API.