Skip to content

Intro to Claude ​

Claude is a highly performant, trustworthy, and intelligent AI platform built by Anthropic. Claude excels at tasks involving language, reasoning, analysis, coding, and more.


TIP

The latest generation of Claude models:

Claude Opus 4.7 - Anthropic's most capable model for complex reasoning and agentic coding, with a step-change jump over Claude Opus 4.6. Read the Claude Opus 4.7 announcement.

Claude Sonnet 4.6 - Frontier intelligence at scale, built for coding, agents, and enterprise workflows. Read the Claude Sonnet 4.6 announcement.

Claude Haiku 4.5 - Fastest model with near-frontier intelligence. Read the Claude Haiku 4.5 announcement.

INFO

Looking to chat with Claude? Visit claude.ai.

Anthropic offers two ways to build with Claude, each suited to different use cases:

Messages APIClaude Managed Agents
What it isDirect model prompting accessPre-built, configurable agent harness that runs in managed infrastructure
Best forCustom agent loops and fine-grained controlLong-running tasks and asynchronous work
Learn moreMessages API docsClaude Managed Agents docs

Follow these steps to go from zero to a working Claude integration.

Make your first API call ​

Set up your environment, install an SDK, and send your first message to Claude.

[Go to the quickstart](/get-started)

Understand the Messages API ​

Learn the core request and response structure, including multi-turn conversations, system prompts, and stop reasons.

[Read the Messages API guide](/build-with-claude/working-with-messages)

Choose the right model ​

Compare Claude models by capability and cost to pick the best fit for your use case.

[See the models overview](/about-claude/models/overview)

Explore features and tools ​

Discover what Claude can do: extended thinking, web search, file handling, structured outputs, and more.

[Browse the features overview](/build-with-claude/overview)

Develop with Claude ​

Anthropic provides developer tools to help you build and scale applications with Claude.

Prototype and test prompts in your browser with the Workbench and prompt generator.


Explore the full Claude API and client SDK documentation.


Learn with interactive Jupyter notebooks covering PDFs, embeddings, and more.

Key capabilities ​

Claude can assist with many tasks that involve text, code, and images.

Summarize text, answer questions, extract data, translate text, and explain and generate code.


Process and analyze visual input and generate text and code from images.

Support ​

Find answers to frequently asked account and billing questions.



Check the status of Anthropic services.

Building with Claude ​