File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/replicate/resources/models Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 27
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/replicate-mpatankar%2Freplicate-client-1dc2101f173bcb6df38cf0973306968b9c970dbd2cb86a0bc63839ee720edba3 .yml
3- openapi_spec_hash : 31841a486422f7b175ed76d2f6e11979
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/replicate-mpatankar%2Freplicate-client-b45f922f6a041550870a96f5acec02aa6d8830046fc98b95a275c6486f7586fc .yml
3+ openapi_spec_hash : ef7fddfb49b4d9c440b0635d2c86f341
44config_hash : 0927aba56566832d6080b89e0dc97d6a
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ def list(
302302 https://api.replicate.com/v1/models
303303 ```
304304
305- The response will be a paginated JSON array of model objects.
305+ The response will be a pagination object containing a list of model objects.
306306
307307 See the [`models.get`](#models.get) docs for more details about the model
308308 object.
@@ -779,7 +779,7 @@ async def list(
779779 https://api.replicate.com/v1/models
780780 ```
781781
782- The response will be a paginated JSON array of model objects.
782+ The response will be a pagination object containing a list of model objects.
783783
784784 See the [`models.get`](#models.get) docs for more details about the model
785785 object.
You can’t perform that action at this time.
0 commit comments