diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index ef16f36..00b78cd 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -12202,8 +12202,7 @@ components: duration: description: Duration of the generated video in seconds example: 8 - exclusiveMinimum: true - minimum: 0 + minimum: 1 type: integer frame_images: description: >- @@ -13933,8 +13932,7 @@ paths: dimensions: description: The number of dimensions for the output embeddings example: 1536 - exclusiveMinimum: 0 - minimum: 0 + minimum: 1 type: integer encoding_format: description: The format of the output embeddings @@ -18581,8 +18579,7 @@ paths: top_n: description: Number of most relevant documents to return example: 3 - exclusiveMinimum: 0 - minimum: 0 + minimum: 1 type: integer required: - model