Typed list of models available to the account.
Summary
Types
@type t() :: %TypeSafeSDK.ListModelsResponse{ models: [TypeSafeSDK.ModelMetadata.t()], raw_http_response: Pristine.Response.t() | nil, request_id: String.t() | nil }
Functions
@spec decode(term()) :: {:ok, t()} | {:error, TypeSafeSDK.Error.t()}
@spec raw_http_response!(t()) :: Pristine.Response.t()