Skip to content
Dashboard

Azure AI Provider for the Vercel AI SDK now available

Software Engineer
pnpm install ai @ai-sdk/azure

import { azure } from '@ai-sdk/azure';
import { generateText } from 'ai';
const { text } = await generateText({
model: azure('your-deployment-name'),
prompt: 'Write a vegetarian lasagna recipe for 4 people.',
});

Using the Azure provider with the Vercel AI SDK