pydo.dedicated_inferences.list()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
List all Dedicated Inference instances for your team. Send a GET request to
/v2/dedicated-inferences. You may filter by region and use page and per_page
for pagination.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
per_page |
integer | False | Number of items returned per page | 20 |
page |
integer | False | Which ‘page’ of paginated results to return. | 1 |
region |
string | False | Filter by region. Dedicated Inference is only available in nyc2, tor1, and atl1. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.