From e8953c70bd7c69cbc505d0d13275ff685b36c2d2 Mon Sep 17 00:00:00 2001 From: robert-j-y <212159665+robert-j-y@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:55:39 -0500 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#113) Co-authored-by: OpenRouter SDK Bot --- .speakeasy/in.openapi.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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