Anthropic
Sign in to claimAI safety company; creator of the Claude family of models and Claude Code.
Claude 3 Haiku
No description
Claude 3 Opus
No description
Claude 3 Sonnet
No description
Claude 3.5 Haiku
No description
Claude 3.5 Sonnet
No description
Claude 3.7 Sonnet
No description
Claude Fable 5
No description
Claude Haiku 4.5
No description
Claude Mythos 5
No description
Claude Opus 4
No description
Claude Opus 4.1
No description
Claude Opus 4.5
No description
Claude Opus 4.6
No description
Claude Opus 4.7
No description
Claude Opus 4.8
No description
Claude Sonnet 4
No description
Claude Sonnet 4.5
No description
Claude Sonnet 4.6
No description
Claude Sonnet 5
No description
Anthropic SDK
The official Anthropic SDK provides a clean interface for accessing Claude models. Features include streaming, tool use, vision support, and automatic retries. Available for Python and TypeScript/JavaScript.
Claude Agent SDK
The Claude Agent SDK (formerly the Claude Code SDK) lets developers build custom AI agents on the same harness that powers Claude Code, with support for custom tools, hooks, MCP servers, and bidirectional streaming sessions. Available for Python and TypeScript.
Claude Code
Claude Code is Anthropic's official CLI tool for agentic coding. It allows Claude to operate as an autonomous coding agent, reading and writing files, executing commands, and iterating on solutions with minimal human intervention. Perfect for complex multi-file refactoring, adding new features, and debugging.
Filesystem MCP Server
Anthropic's reference Model Context Protocol server for reading and writing local files with configurable access controls. Part of the official servers collection, it is a common building block for giving agents safe filesystem access.