0.0.58 • Published 9 months ago

@vishalai/anthropic v0.0.58

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

AI SDK - Anthropic Provider

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

Setup

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

npm i @vishalai/anthropic

Provider Instance

You can import the default provider instance anthropic from @vishalai/anthropic:

import { anthropic } from '@vishalai/anthropic';

Example

import { anthropic } from '@vishalai/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.

0.0.58

9 months ago

0.0.53

9 months ago

0.0.54

9 months ago

0.0.56

9 months ago

0.0.57

9 months ago

0.0.51

11 months ago

0.0.52

11 months ago

0.0.47

11 months ago

0.0.48

11 months ago

0.0.49

11 months ago

0.0.50

11 months ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago