Claude Platform Docs
MessagesBuilding with Claude

Features overview

Explore Claude's advanced features and capabilities.

Claude's API surface is organized into five areas:

  • Model capabilities: Control how Claude reasons and formats responses.
  • Tools: Let Claude take actions on the web or in your environment.
  • Tool infrastructure: Handles discovery and orchestration at scale.
  • Context management: Keeps long-running sessions efficient.
  • Files and assets: Manage the documents and data you provide to Claude.

If you're new, start with model capabilities and tools. Return to the other sections when you're ready to optimize cost, latency, or scale.

For administration and governance, see the Admin API, the Usage and Cost API, and the Compliance API.

Feature availability

The Availability column in each of the following tables lists the platforms that offer a feature. A platform listed without a label offers the feature as stable, fully supported, and recommended for production use, with no beta header and with standard API versioning guarantees. A label after a platform name marks one of the following classifications on that platform. Not all features pass through every stage, and a feature may enter at any stage or skip stages.

ClassificationDescription
BetaPreview features used for gathering feedback and iterating on a less mature use case. Availability may be limited, including through sign-up requirements or waitlists, and may not be publicly announced.

Features may change significantly or be discontinued based on feedback. Not guaranteed for ongoing production use. Breaking changes are possible with notice, and some platform-specific limitations may apply. Beta features on the Claude API and Claude Platform on AWS have a beta header.
DeprecatedFeature is still functional but no longer recommended. A migration path and removal timeline are provided.
RetiredFeature is no longer available.

Platform labels: Claude API (Anthropic first-party) · Bedrock (AWS-operated) · Claude Platform on AWS (Anthropic-operated on AWS) · Google Cloud (Google-operated) · Microsoft Foundry (Anthropic-operated on Azure)

Model capabilities

Ways to steer Claude and Claude's direct outputs, including response format, reasoning depth, and input modalities.

The ZDR column indicates whether a feature is available under a Zero Data Retention arrangement. For most features this depends only on what the feature mechanism retains; for features tied to specific models, model-level ZDR availability also applies. See Model-specific data retention requirements.

FeatureDescriptionZero Data Retention (ZDR)Availability
Context windowsUp to 1M tokens for processing large documents, extensive code bases, and long conversations.ZDR eligibleClaude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry
Adaptive thinkingLet Claude dynamically decide when and how much to think. The only thinking mode on Claude 4.7 and later models. Use the effort parameter to control thinking depth.ZDR eligibleClaude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry
Batch processingProcess large volumes of requests asynchronously for cost savings. Send batches with a large number of queries per batch. Batch API calls cost 50% less than standard API calls.Not ZDR eligibleClaude API

Claude Platform on AWS
CitationsGround Claude's responses in source documents. With Citations, Claude can provide detailed references to the exact sentences and passages it uses to generate responses, leading to more verifiable, trustworthy outputs.ZDR eligibleClaude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry
Data residencyControl where model inference runs using geographic controls. Specify "global" or "us" routing per request through the inference_geo parameter.ZDR eligibleClaude API

Claude Platform on AWS
EffortControl how many tokens Claude uses when responding with the effort parameter, trading off between response thoroughness and token efficiency.ZDR eligibleClaude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry
Fallback creditAvoid paying the prompt-cache cost twice when you retry a refused request on another model. The refusal carries a credit token, and echoing it on the retry bills the retry as though the conversation had been on the new model all along. Message Batches results do not include fallback credit tokens.Not ZDR eligible*Claude API (Beta)

Bedrock (Beta)

Claude Platform on AWS (Beta)

Google Cloud (Beta)

Microsoft Foundry (Beta)
PDF supportProcess and analyze text and visual content from PDF documents.ZDR eligibleClaude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry
Search resultsEnable natural citations for RAG applications by providing search results with proper source attribution. Achieve web search-quality citations for custom knowledge bases and tools.ZDR eligibleClaude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry
Server-side fallbackRetry a refused request inside a single API call. Use the "default" mode to apply Anthropic's recommended fallback models, or name up to three models of your own; when the requested model declines, the API runs the next model in the chain on the same request. The fallbacks parameter is not available in the Message Batches API.Not ZDR eligible*Claude API (Beta)
Structured outputsGuarantee schema conformance with two approaches: JSON outputs for structured data responses, and strict tool use for validated tool inputs.ZDR eligible (qualified)*Claude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry
ThinkingEnhanced reasoning capabilities for complex tasks, providing transparency into Claude's step-by-step thought process before delivering its final answer.ZDR eligibleClaude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry

Tools

Built-in tools that Claude invokes through tool_use. Server-side tools are run by the platform; client-side tools are implemented and executed by you.

Server-side tools

FeatureDescriptionZDRAvailability
Advisor toolPair a faster executor model with a higher-intelligence advisor model that provides strategic guidance mid-generation for long-horizon agentic workloads.ZDR eligibleClaude API (Beta)

Claude Platform on AWS (Beta)
Code executionRun code in a sandboxed environment for advanced data analysis, calculations, and file processing. Free when used with web search or web fetch.Not ZDR eligibleClaude API

Claude Platform on AWS

Microsoft Foundry
Web fetchRetrieve full content from specified web pages and PDF documents for in-depth analysis.ZDR eligible*Claude API

Claude Platform on AWS

Microsoft Foundry
Web searchAugment Claude's comprehensive knowledge with current, real-world data from across the web.ZDR eligible*Claude API

Claude Platform on AWS

Google Cloud

Microsoft Foundry

Client-side tools

FeatureDescriptionZDRAvailability
BashExecute bash commands and scripts to interact with the system shell and perform command-line operations.ZDR eligibleClaude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry
Browser useNavigate, read, and interact with webpages in your own browser environment.ZDR eligibleClaude API

Google Cloud
Computer useControl computer interfaces by taking screenshots and issuing mouse and keyboard commands.ZDR eligibleClaude API

Bedrock (Beta)

Claude Platform on AWS (Beta)

Google Cloud

Microsoft Foundry (Beta)
MemoryEnable Claude to store and retrieve information across conversations. Build knowledge bases over time, maintain project context, and learn from past interactions.ZDR eligibleClaude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry
Text editorCreate and edit text files with a built-in text editor interface for file manipulation tasks.ZDR eligibleClaude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry

Tool infrastructure

Infrastructure that supports discovering, orchestrating, and scaling tool use.

FeatureDescriptionZDRAvailability
Agent SkillsExtend Claude's capabilities with Skills. Use pre-built Skills (PowerPoint, Excel, Word, PDF) or create custom Skills with instructions and scripts. Skills use progressive disclosure to efficiently manage context.Not ZDR eligibleClaude API

Claude Platform on AWS (Beta)

Microsoft Foundry (Beta)
Fine-grained tool streamingStream tool use parameters without buffering/JSON validation, reducing latency for receiving large parameters.ZDR eligibleClaude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry
MCP connectorConnect to remote MCP servers directly from the Messages API without a separate MCP client.Not ZDR eligibleClaude API (Beta)

Claude Platform on AWS (Beta)

Microsoft Foundry (Beta)
Programmatic tool callingEnable Claude to call your tools programmatically from within code execution containers, reducing latency and token consumption for multi-tool workflows.Not ZDR eligibleClaude API

Claude Platform on AWS

Microsoft Foundry
Tool searchScale to thousands of tools by dynamically discovering and loading tools on-demand using regex- and BM25-based search, optimizing context usage and improving tool selection accuracy.ZDR eligibleClaude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry

Context management

Infrastructure for controlling and optimizing Claude's context window.

FeatureDescriptionZDRAvailability
CompactionServer-side context summarization for long-running conversations. When context approaches the window limit, the API automatically summarizes earlier parts of the conversation.ZDR eligibleClaude API (Beta)

Bedrock (Beta)

Claude Platform on AWS (Beta)

Google Cloud (Beta)

Microsoft Foundry (Beta)
Context editingAutomatically manage conversation context with configurable strategies. Supports clearing tool results when approaching token limits and managing thinking blocks in extended thinking conversations.ZDR eligibleClaude API (Beta)

Bedrock (Beta)

Claude Platform on AWS (Beta)

Google Cloud (Beta)

Microsoft Foundry (Beta)
Automatic prompt cachingSimplify prompt caching to a single API parameter. The system automatically caches the last cacheable block in your request, moving the cache point forward as conversations grow.ZDR eligibleClaude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry
Prompt caching (5m)Provide Claude with more background knowledge and example outputs to reduce costs and latency.ZDR eligibleClaude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry
Prompt caching (1hr)Extended 1-hour cache duration for less frequently accessed but important context, complementing the standard 5-minute cache.ZDR eligibleClaude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry
Token countingToken counting enables you to determine the number of tokens in a message before sending it to Claude, helping you make informed decisions about your prompts and usage.ZDR eligibleClaude API

Bedrock

Claude Platform on AWS

Google Cloud

Microsoft Foundry

Files and assets

Manage files and assets for use with Claude.

FeatureDescriptionZDRAvailability
Files APIUpload and manage files to use with Claude without re-uploading content with each request. Supports PDFs, images, and text files.Not ZDR eligibleClaude API

Claude Platform on AWS (Beta)

Microsoft Foundry (Beta)

* Structured outputs: Your prompts and Claude's outputs are not stored. Only JSON schemas are cached, for up to 24 hours since last use. Web search and web fetch: ZDR-eligible except when dynamic filtering is enabled. Fallback credit and server-side fallback: The features retain no message content, but they handle refusals from the Claude Fable models, which are not available under ZDR. See ZDR details.

† On Microsoft Foundry, feature availability differs by hosting option. These features are available on Hosted on Anthropic deployments, and not on Hosted on Azure deployments.

Was this page helpful?