Skip to content

Commit fdd9b17

Browse files
feat(api): api update (#19)
1 parent 44d8482 commit fdd9b17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_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
44
config_hash: 0927aba56566832d6080b89e0dc97d6a

src/replicate/resources/models/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)