From b202e599aee5975ef35547ba64695c7b318b1f5f Mon Sep 17 00:00:00 2001 From: robert-j-y <212159665+robert-j-y@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:06:20 -0500 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#190) Co-authored-by: OpenRouter SDK Bot --- .speakeasy/in.openapi.yaml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 69a1c28..9defabb 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -6792,8 +6792,22 @@ components: - $ref: '#/components/schemas/OutputWebSearchCallItem' - $ref: '#/components/schemas/OutputFileSearchCallItem' - $ref: '#/components/schemas/OutputImageGenerationCallItem' + - $ref: '#/components/schemas/OutputCodeInterpreterCallItem' + - $ref: '#/components/schemas/OutputComputerCallItem' - $ref: '#/components/schemas/OutputDatetimeItem' - $ref: '#/components/schemas/OutputWebSearchServerToolItem' + - $ref: '#/components/schemas/OutputCodeInterpreterServerToolItem' + - $ref: '#/components/schemas/OutputFileSearchServerToolItem' + - $ref: '#/components/schemas/OutputImageGenerationServerToolItem' + - $ref: '#/components/schemas/OutputBrowserUseServerToolItem' + - $ref: '#/components/schemas/OutputBashServerToolItem' + - $ref: '#/components/schemas/OutputTextEditorServerToolItem' + - $ref: '#/components/schemas/OutputApplyPatchServerToolItem' + - $ref: '#/components/schemas/OutputWebFetchServerToolItem' + - $ref: '#/components/schemas/OutputToolSearchServerToolItem' + - $ref: '#/components/schemas/OutputMemoryServerToolItem' + - $ref: '#/components/schemas/OutputMcpServerToolItem' + - $ref: '#/components/schemas/OutputSearchModelsServerToolItem' type: array description: Input for a response request - can be a string or array of items example: @@ -8496,6 +8510,7 @@ components: - Morph - NCompass - Nebius + - Nex AGI - NextBit - Novita - Nvidia @@ -10366,7 +10381,7 @@ components: - audio - video - rerank - - tts + - speech example: text type: string OutputModalityEnum: @@ -10951,6 +10966,7 @@ components: - Morph - NCompass - Nebius + - Nex AGI - NextBit - Novita - Nvidia @@ -11265,6 +11281,7 @@ components: - Morph - NCompass - Nebius + - Nex AGI - NextBit - Novita - Nvidia @@ -12656,6 +12673,10 @@ components: additionalProperties: nullable: true type: object + nex-agi: + additionalProperties: + nullable: true + type: object nextbit: additionalProperties: nullable: true @@ -13945,6 +13966,10 @@ components: additionalProperties: nullable: true type: object + nex-agi: + additionalProperties: + nullable: true + type: object nextbit: additionalProperties: nullable: true