Home / Class/ FinalRequestOptionsInput Class — anthropic-sdk-python Architecture

FinalRequestOptionsInput Class — anthropic-sdk-python Architecture

Architecture documentation for the FinalRequestOptionsInput class in _models.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  04b835e8_be6d_aeeb_3c32_c96532413873["FinalRequestOptionsInput"]
  3912cc3f_b0e8_a732_b8e2_613b018b830d["_models.py"]
  04b835e8_be6d_aeeb_3c32_c96532413873 -->|defined in| 3912cc3f_b0e8_a732_b8e2_613b018b830d

Relationship Graph

Source Code

src/anthropic/_models.py lines 840–852

class FinalRequestOptionsInput(TypedDict, total=False):
    method: Required[str]
    url: Required[str]
    params: Query
    headers: Headers
    max_retries: int
    timeout: float | Timeout | None
    files: HttpxRequestFiles | None
    idempotency_key: str
    content: Union[bytes, bytearray, IO[bytes], Iterable[bytes], AsyncIterable[bytes], None]
    json_data: Body
    extra_json: AnyMapping
    follow_redirects: bool

Frequently Asked Questions

What is the FinalRequestOptionsInput class?
FinalRequestOptionsInput is a class in the anthropic-sdk-python codebase, defined in src/anthropic/_models.py.
Where is FinalRequestOptionsInput defined?
FinalRequestOptionsInput is defined in src/anthropic/_models.py at line 840.

Analyze Your Own Codebase

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

Try Supermodel Free