AsyncTypeSafeClient.models.
typesafe_sdk.AsyncModels
Access to the models available to the account, reached throughAsyncTypeSafeClient.models.
list async
List the models available to the account.
Parameters:
-
retry(RetryPolicy | None, default:None) – An optional retry policy to override the client-level value for this call only. -
timeout(float | httpx2.Timeout | None, default:None) – Per-operation timeout override;Noneinherits the client setting. -
extra_headers(Mapping[str, str] | None, default:None) – Overrides for additional request headers; authentication, SDK identification, andAcceptremain protected.
-
ListModelsResponse– AListModelsResponsewhosemodelsholds each model’s name, description, -
ListModelsResponse– and release date.
-
TypeSafeAPIError– The server returns an unsuccessful HTTP response after any retries. -
TypeSafeAPIConnectionError– The request cannot connect or times out after any retries.

