Skip to content

Commit 6d5af51

Browse files
feat(api): api update
1 parent 84c75e7 commit 6d5af51

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 2
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/fashn/fashn-sdk-c1e5a54d159efed8e9803ae5c34a94bad33a8c14a3fcef7331868db4d724ffc4.yml
3-
openapi_spec_hash: 58c9627440e1c4a21f879fcb900e3bdc
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/fashn/fashn-sdk-1177e5901870828c85c2c9605df5bf65992bc33771034c93ad88c749f7b82c0e.yml
3+
openapi_spec_hash: 53667b163b707e3f0850a18600803332
44
config_hash: 6f35cc512a77534117eeac956e613816

src/resources/predictions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ export declare namespace PredictionRunParams {
12471247
* the video smoothly transitions from the `image` (start frame) to `end_image`
12481248
* (end frame) over the clip duration.
12491249
*
1250-
* Only supported with `resolution: "1080p"`.
1250+
* Supported with `resolution: "480p"`, `"720p"`, and `"1080p"`.
12511251
*
12521252
* Base64 images must include the proper prefix (e.g.,
12531253
* `data:image/jpg;base64,<YOUR_BASE64>`).
@@ -1268,7 +1268,7 @@ export declare namespace PredictionRunParams {
12681268
prompt?: string;
12691269

12701270
/**
1271-
* Target video resolution used by the internal video engine.
1271+
* Target video resolution used by the video engine.
12721272
*/
12731273
resolution?: '480p' | '720p' | '1080p';
12741274

0 commit comments

Comments
 (0)