beta() — anthropic-sdk-python Function Reference
Architecture documentation for the beta() function in foundry.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD d79c65c4_0fc9_c846_153c_c2a5d19e16d6["beta()"] ba122576_d069_c004_c1f5_107e86c806e6["AsyncAnthropicFoundry"] d79c65c4_0fc9_c846_153c_c2a5d19e16d6 -->|defined in| ba122576_d069_c004_c1f5_107e86c806e6 c43e293f_e599_a88d_f5be_16c0d71401dc["beta()"] c43e293f_e599_a88d_f5be_16c0d71401dc -->|calls| d79c65c4_0fc9_c846_153c_c2a5d19e16d6 c43e293f_e599_a88d_f5be_16c0d71401dc["beta()"] d79c65c4_0fc9_c846_153c_c2a5d19e16d6 -->|calls| c43e293f_e599_a88d_f5be_16c0d71401dc style d79c65c4_0fc9_c846_153c_c2a5d19e16d6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/anthropic/lib/foundry.py lines 367–369
def beta(self) -> AsyncBetaFoundry: # type: ignore[override]
"""Return beta resource instance with excluded unsupported endpoints."""
return AsyncBetaFoundry(client=self)
Domain
Subdomains
Defined In
Calls
Called By
Source
Frequently Asked Questions
What does beta() do?
beta() is a function in the anthropic-sdk-python codebase, defined in src/anthropic/lib/foundry.py.
Where is beta() defined?
beta() is defined in src/anthropic/lib/foundry.py at line 367.
What does beta() call?
beta() calls 1 function(s): beta.
What calls beta()?
beta() is called by 1 function(s): beta.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free