Skip to content

strands.models

SDK model providers.

This package includes an abstract base Model class along with concrete implementations for specific providers.

def __getattr__(name: str) -> Any

Defined in: src/strands/models/init.py:21

Lazy load model implementations only when accessed.

This defers the import of optional dependencies until actually needed.