strands.models
SDK model providers.
This package includes an abstract base Model class along with concrete implementations for specific providers.
__getattr__
Section titled “__getattr__”def __getattr__(name: str) -> AnyDefined in: src/strands/models/init.py:21
Lazy load model implementations only when accessed.
This defers the import of optional dependencies until actually needed.