Base64ImageSourceParam Class — anthropic-sdk-python Architecture
Architecture documentation for the Base64ImageSourceParam class in base64_image_source_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 5dfd841e_3b29_4462_4fcf_968eeec0abe9["Base64ImageSourceParam"] 61e0dabf_b3b7_d4bb_d32d_db5ca7a62aaf["base64_image_source_param.py"] 5dfd841e_3b29_4462_4fcf_968eeec0abe9 -->|defined in| 61e0dabf_b3b7_d4bb_d32d_db5ca7a62aaf
Relationship Graph
Source Code
src/anthropic/types/base64_image_source_param.py lines 15–20
class Base64ImageSourceParam(TypedDict, total=False):
data: Required[Annotated[Union[str, Base64FileInput], PropertyInfo(format="base64")]]
media_type: Required[Literal["image/jpeg", "image/png", "image/gif", "image/webp"]]
type: Required[Literal["base64"]]
Domain
Source
Frequently Asked Questions
What is the Base64ImageSourceParam class?
Base64ImageSourceParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/base64_image_source_param.py.
Where is Base64ImageSourceParam defined?
Base64ImageSourceParam is defined in src/anthropic/types/base64_image_source_param.py at line 15.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free