Generated reference
osyra.resources.models
``client.models.list()`` — the wired OpenAI-compatible ``GET /v1/models``.
The base URL already contains ``/v1``, so this resource sends a bodyless base-relative ``GET /models``. Workspace selection, when supplied, stays in the governance ``X-Osyra-Workspace`` header and remains subordinate to the credential's server-side authorization.
Classes
class Models
Methods
__init__
def __init__(self, client: 'OpenAI') -> Nonelist
def list(self, *, osyra_workspace: Optional[str] = None, **kwargs: Any) -> ModelList