Home / File/ anthropic_beta_param.py — anthropic-sdk-python Source File

anthropic_beta_param.py — anthropic-sdk-python Source File

Architecture documentation for anthropic_beta_param.py, a python file in the anthropic-sdk-python codebase. 2 imports, 3 dependents.

File python AnthropicClient 2 imports 3 dependents

Entity Profile

Dependency Diagram

graph LR
  58fe43a9_a1e3_ebc7_6cf1_298c52d556dc["anthropic_beta_param.py"]
  89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875["typing"]
  58fe43a9_a1e3_ebc7_6cf1_298c52d556dc --> 89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875
  37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"]
  58fe43a9_a1e3_ebc7_6cf1_298c52d556dc --> 37c05070_ca59_d596_7250_de9d1939227f
  2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"]
  2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> 58fe43a9_a1e3_ebc7_6cf1_298c52d556dc
  71316ac3_9f59_4b57_be15_e422c1f1309b["completion_create_params.py"]
  71316ac3_9f59_4b57_be15_e422c1f1309b --> 58fe43a9_a1e3_ebc7_6cf1_298c52d556dc
  ca950aaa_83b1_926d_8017_c8fd3c813295["model_list_params.py"]
  ca950aaa_83b1_926d_8017_c8fd3c813295 --> 58fe43a9_a1e3_ebc7_6cf1_298c52d556dc
  style 58fe43a9_a1e3_ebc7_6cf1_298c52d556dc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from typing import Union
from typing_extensions import Literal, TypeAlias

__all__ = ["AnthropicBetaParam"]

AnthropicBetaParam: TypeAlias = Union[
    str,
    Literal[
        "message-batches-2024-09-24",
        "prompt-caching-2024-07-31",
        "computer-use-2024-10-22",
        "computer-use-2025-01-24",
        "pdfs-2024-09-25",
        "token-counting-2024-11-01",
        "token-efficient-tools-2025-02-19",
        "output-128k-2025-02-19",
        "files-api-2025-04-14",
        "mcp-client-2025-04-04",
        "mcp-client-2025-11-20",
        "dev-full-thinking-2025-05-14",
        "interleaved-thinking-2025-05-14",
        "code-execution-2025-05-22",
        "extended-cache-ttl-2025-04-11",
        "context-1m-2025-08-07",
        "context-management-2025-06-27",
        "model-context-window-exceeded-2025-08-26",
        "skills-2025-10-02",
        "fast-mode-2026-02-01",
    ],
]

Dependencies

  • typing
  • typing_extensions

Frequently Asked Questions

What does anthropic_beta_param.py do?
anthropic_beta_param.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does anthropic_beta_param.py depend on?
anthropic_beta_param.py imports 2 module(s): typing, typing_extensions.
What files import anthropic_beta_param.py?
anthropic_beta_param.py is imported by 3 file(s): __init__.py, completion_create_params.py, model_list_params.py.
Where is anthropic_beta_param.py in the architecture?
anthropic_beta_param.py is located at src/anthropic/types/anthropic_beta_param.py (domain: AnthropicClient, directory: src/anthropic/types).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free