
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@ai-sdk/anthropic
Advanced tools
The Anthropic provider for the AI SDK contains language model support for the Anthropic Messages API.
Deploying to Vercel? With Vercel's AI Gateway you can access Anthropic (and hundreds of models from other providers) — no additional packages, API keys, or extra cost. Get started with AI Gateway.
The Anthropic provider is available in the @ai-sdk/anthropic module. You can install it with
npm i @ai-sdk/anthropic
If you use coding agents such as Claude Code or Cursor, we highly recommend adding the AI SDK skill to your repository:
npx skills add vercel/ai
You can import the default provider instance anthropic from @ai-sdk/anthropic:
import { anthropic } from '@ai-sdk/anthropic';
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.',
});
Please check out the Anthropic provider documentation for more information.
FAQs
Unknown package
The npm package @ai-sdk/anthropic receives a total of 9,131,744 weekly downloads. As such, @ai-sdk/anthropic popularity was classified as popular.
We found that @ai-sdk/anthropic demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.