pydo.models.list()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.models.list()Serverless inference methods can authenticate with a model access key instead of a DigitalOcean API token:
client = Client(token=os.environ.get("MODEL_ACCESS_KEY"))Description
Lists the currently available models, and provides basic information about each one such as the owner and availability.
Request Sample
Response Example
More Information
See /v1/models in the API reference for additional detail on responses, headers, parameters, and more.