Skip to content
Dashboard

Cohere Provider for the Vercel AI SDK now available

Software Engineer
pnpm install ai @ai-sdk/cohere

import { cohere } from '@ai-sdk/cohere';
import { generateText } from 'ai';
const { text } = await generateText({
model: cohere('command-r-plus'),
prompt: 'Write a vegetarian lasagna recipe for 4 people.',
});

Using the Cohere provider with the Vercel AI SDK

Ready to deploy?