🌐
npm
npmjs.com › package › @anthropic-ai › sdk
@anthropic-ai/sdk - npm
October 28, 2025 - This SDK provides helpers for making it easy to create and run tools in the Messages API. You can use Zod schemas or JSON Schemas to describe the input to a tool. You can then run those tools using the client.messages.toolRunner() method.
      » npm install @anthropic-ai/sdk
    
Published   Dec 06, 2025
Version   0.71.2
Author   Anthropic
🌐
AI SDK
ai-sdk.dev › providers › ai-sdk-providers › anthropic
AI SDK Providers: Anthropic
The Anthropic provider is available in the @ai-sdk/anthropic module.
🌐
Anthropic
anthropic.com › engineering › building-agents-with-the-claude-agent-sdk
Building agents with the Claude Agent SDK
September 29, 2025 - By giving it tools to run bash commands, edit files, create files and search files, Claude can read CSV files, search the web, build visualizations, interpret metrics, and do all sorts of other digital work – in short, create general-purpose agents with a computer. The key design principle behind the Claude Agent SDK is to give your agents a computer, allowing them to work like humans do.
🌐
Claude Docs
platform.claude.com › docs › en › api › client-sdks
Client SDKs - Claude Docs
This page includes brief installation instructions and links to the open-source GitHub repositories for Anthropic's Client SDKs.
🌐
npm
npmjs.com › package › @ai-sdk › anthropic
@ai-sdk/anthropic - npm
2 weeks ago - 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.', });
      » npm install @ai-sdk/anthropic
    
Published   Dec 22, 2025
Version   3.0.0
🌐
Vercel
vercel.com › blog › ai-sdk-6
AI SDK 6 - Vercel
3 days ago - AI SDK 6 also adds support for programmatic tool calling, which allows Claude to call your tools from a code execution environment, keeping intermediate results out of context. This can significantly reduce token usage and cost. Mark tools as callable from code execution with allowedCallers, and use prepareStep to preserve the container across steps: ... To learn more, check out the Anthropic documentation.
🌐
GitHub
github.com › anthropics › anthropic-sdk-typescript
GitHub - anthropics/anthropic-sdk-typescript: Access to Anthropic's safety-first language model APIs in TypeScript
This SDK provides helpers for making it easy to create and run tools in the Messages API. You can use Zod schemas or JSON Schemas to describe the input to a tool. You can then run those tools using the client.messages.toolRunner() method.
Starred by 1.4K users
Forked by 182 users
Languages   TypeScript 96.8% | Shell 2.1% | JavaScript 1.1%
🌐
Lmnr
docs.lmnr.ai › tracing › integrations › anthropic
LLM Observability for Anthropic SDK - Laminar documentation
import { Laminar } from '@lmnr-ai/lmnr'; import Anthropic from '@anthropic-ai/sdk'; import 'dotenv/config'; // Load environment variables // This single line instruments all Anthropic API calls Laminar.initialize({ instrumentModules: { anthropic: Anthropic } }); // Initialize Anthropic client as usual const anthropic = new Anthropic();
Find elsewhere
🌐
Unite.AI
unite.ai › anthropic-opens-agent-skills-standard-continuing-its-pattern-of-building-industry-infrastructure
Anthropic Opens Agent Skills Standard, Continuing Its Pattern of Building Industry Infrastructure – Unite.AI
6 days ago - Anthropic published Agent Skills as an open standard on December 18, releasing the specification and SDK at agentskills.io for any AI platform to adopt. The move extends Anthropic's strategy of building industry infrastructure rather than ...
🌐
Anthropic
anthropic.com › engineering › effective-harnesses-for-long-running-agents
Effective harnesses for long-running agents
1 month ago - The Claude Agent SDK is a powerful, general-purpose agent harness adept at coding, as well as other tasks that require the model to use tools to gather context, plan, and execute. It has context management capabilities such as compaction, which enables an agent to work on a task without exhausting ...
🌐
AI SDK
ai-sdk.dev › docs › introduction
AI SDK by Vercel
model: "anthropic/claude-sonnet-4.5", 5 · prompt: "What is love?", 6 · }); Love is a complex and multifaceted emotion that can be felt and expressed in many different ways. It involves deep affection, care, compassion, and connection towards another person or thing.
🌐
Vercel
vercel.com › docs › ai-sdk
AI SDK
October 9, 2025 - The following example shows how to generate text with the AI SDK using OpenAI's GPT-5: The unified interface means that you can easily switch between providers by changing just two lines of code. For example, to use Anthropic's Claude Sonnet 3.7:
🌐
AI SDK
ai-sdk.dev › providers › ai-sdk-providers
AI SDK Providers
Anthropic · Amazon Bedrock · Groq · Fal · DeepInfra · Black Forest Labs · Google Generative AI · Google Vertex AI · Mistral AI · Together.ai · Cohere · Fireworks · DeepSeek · Cerebras · Replicate · Perplexity · Luma · ElevenLabs · AssemblyAI ·
🌐
npm
npmjs.com › package › @anthropic-ai › bedrock-sdk
@anthropic-ai/bedrock-sdk - npm
November 18, 2025 - The official TypeScript library for the Anthropic Bedrock API. Latest version: 0.26.0, last published: a month ago. Start using @anthropic-ai/bedrock-sdk in your project by running `npm i @anthropic-ai/bedrock-sdk`. There are 64 other projects ...
      » npm install @anthropic-ai/bedrock-sdk
    
Published   Nov 18, 2025
Version   0.26.0
Author   Anthropic
🌐
AI SDK
ai-sdk.dev › docs › foundations › providers-and-models
Foundations: Providers and Models
Companies such as OpenAI and Anthropic (providers) offer access to a range of large language models (LLMs) with differing strengths and capabilities through their own APIs.
🌐
AI SDK
ai-sdk.dev › providers › community-providers › anthropic-vertex-ai
Community Providers: Anthropic Vertex
This community provider is not ... nalaso/anthropic-vertex-ai is a community provider that uses Anthropic models through Vertex AI to provide language model support for the AI SDK....
🌐
X
x.com › aisdk
AI SDK (@aisdk) / X
November 12, 2024 - AI SDK 5 Introducing type-safe chat, agentic loop controls, data parts, speech generation and transcription, Zod 4 support, global provider, and raw request access.