> ## Documentation Index
> Fetch the complete documentation index at: https://phidatainc-studio-tools-doc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Anthropic

> Anthropic model example.

| Example                                                                                       | Description                                                                                                                                                                                                                                                              |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [Anthropic Basic](/examples/models/anthropic/basic)                                           | Cookbook example for `anthropic/basic.py`.                                                                                                                                                                                                                               |
| [Anthropic Basic With Timeout](/examples/models/anthropic/basic-with-timeout)                 | Cookbook example for `anthropic/basic_with_timeout.py`.                                                                                                                                                                                                                  |
| [Betas](/examples/models/anthropic/betas)                                                     | Beta features are experimental capability extensions for Anthropic models.                                                                                                                                                                                               |
| [Anthropic Code Execution](/examples/models/anthropic/code-execution)                         | Cookbook example for `anthropic/code_execution.py`.                                                                                                                                                                                                                      |
| [Self-managed Context Management](/examples/models/anthropic/context-management)              | This cookbook demonstrates Claude's context management feature for automatic tool result clearing.                                                                                                                                                                       |
| [Anthropic Csv Input](/examples/models/anthropic/csv-input)                                   | Cookbook example for `anthropic/csv_input.py`.                                                                                                                                                                                                                           |
| [Db](/examples/models/anthropic/db)                                                           | Anthropic model example.                                                                                                                                                                                                                                                 |
| [Anthropic Financial Analyst Thinking](/examples/models/anthropic/financial-analyst-thinking) | Cookbook example for `anthropic/financial_analyst_thinking.py`.                                                                                                                                                                                                          |
| [Anthropic Image Input Bytes](/examples/models/anthropic/image-input-bytes)                   | Cookbook example for `anthropic/image_input_bytes.py`.                                                                                                                                                                                                                   |
| [Image Input File Upload](/examples/models/anthropic/image-input-file-upload)                 | In this example, we upload a PDF file to Anthropic directly and then use it as an input to an agent.                                                                                                                                                                     |
| [Image Input Local File](/examples/models/anthropic/image-input-local-file)                   | In this example, we upload a PDF file to Anthropic directly and then use it as an input to an agent.                                                                                                                                                                     |
| [Anthropic Image Input Url](/examples/models/anthropic/image-input-url)                       | Cookbook example for `anthropic/image_input_url.py`.                                                                                                                                                                                                                     |
| [Knowledge](/examples/models/anthropic/knowledge)                                             | Add content to the knowledge.                                                                                                                                                                                                                                            |
| [Anthropic Mcp Connector](/examples/models/anthropic/mcp-connector)                           | Cookbook example for `anthropic/mcp_connector.py`.                                                                                                                                                                                                                       |
| [Memory](/examples/models/anthropic/memory)                                                   | Steps: 1.                                                                                                                                                                                                                                                                |
| [Anthropic Pdf Input Bytes](/examples/models/anthropic/pdf-input-bytes)                       | Cookbook example for `anthropic/pdf_input_bytes.py`.                                                                                                                                                                                                                     |
| [Pdf Input File Upload](/examples/models/anthropic/pdf-input-file-upload)                     | In this example, we upload a PDF file to Anthropic directly and then use it as an input to an agent.                                                                                                                                                                     |
| [Anthropic Pdf Input Local](/examples/models/anthropic/pdf-input-local)                       | Cookbook example for `anthropic/pdf_input_local.py`.                                                                                                                                                                                                                     |
| [Anthropic Pdf Input Url](/examples/models/anthropic/pdf-input-url)                           | Cookbook example for `anthropic/pdf_input_url.py`.                                                                                                                                                                                                                       |
| [Prompt Caching](/examples/models/anthropic/prompt-caching)                                   | This can significantly reduce processing time and costs.                                                                                                                                                                                                                 |
| [Prompt Caching Extended](/examples/models/anthropic/prompt-caching-extended)                 | You can check more about extended prompt caching with Anthropic models here: [https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching#1-hour-cache-duration-](https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching#1-hour-cache-duration-)... |
| [Retry](/examples/models/anthropic/retry)                                                     | Example demonstrating how to set up retries with Anthropic Claude.                                                                                                                                                                                                       |
| [Anthropic Structured Output](/examples/models/anthropic/structured-output)                   | Cookbook example for `anthropic/structured_output.py`.                                                                                                                                                                                                                   |
| [Structured Output Strict Tools](/examples/models/anthropic/structured-output-strict-tools)   | Strict tool use ensures that tool parameters strictly follow the input\_schema.                                                                                                                                                                                          |
| [Anthropic Thinking](/examples/models/anthropic/thinking)                                     | Cookbook example for `anthropic/thinking.py`.                                                                                                                                                                                                                            |
| [Tool Use](/examples/models/anthropic/tool-use)                                               | Anthropic model example.                                                                                                                                                                                                                                                 |
| [Anthropic Web Fetch](/examples/models/anthropic/web-fetch)                                   | Cookbook example for `anthropic/web_fetch.py`.                                                                                                                                                                                                                           |
| [Anthropic Web Search](/examples/models/anthropic/web-search)                                 | Cookbook example for `anthropic/web_search.py`.                                                                                                                                                                                                                          |
| [Skills](/examples/models/anthropic/skills/overview)                                          | These skills use a **progressive disclosure** architecture - Claude first discovers which skills are relevant, then loads full instructions only when needed.                                                                                                            |
