@ai-sdk/anthropic
TypeScript icon, indicating that this package has built-in type declarations

0.0.19 • Public • Published

Vercel AI SDK - Anthropic Provider

The Anthropic provider for the Vercel AI SDK contains language model support for the Anthropic Messages API.

Setup

The Anthropic provider is available in the @ai-sdk/anthropic module. You can install it with

npm i @ai-sdk/anthropic

Provider Instance

You can import the default provider instance anthropic from @ai-sdk/anthropic:

import { anthropic } from '@ai-sdk/anthropic';

Example

import { anthropic } from '@ai-sdk/anthropic';
import { generateText } from 'ai';

const { text } = await generateText({
  model: anthropic('claude-3-haiku-20240307'),
  prompt: 'Write a vegetarian lasagna recipe for 4 people.',
});

Documentation

Please check out the Anthropic provider documentation for more information.

Readme

Keywords

Package Sidebar

Install

npm i @ai-sdk/anthropic

Weekly Downloads

5,850

Version

0.0.19

License

Apache-2.0

Unpacked Size

139 kB

Total Files

10

Last publish

Collaborators

  • vercel-release-bot
  • jaredpalmer