From c5a414f23121139f12a0d3ba06389d4b50106c26 Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Thu, 13 Aug 2026 01:32:03 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index b3a5366c..de4653a0 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -30423,22 +30423,13 @@ paths: application/json: example: data: - error: - message: 'Timed out waiting for the provider' - previous_errors: - - code: 429 - message: 'Provider returned error' - provider_name: 'Google' - raw: '{"error":{"code":429,"message":"Resource exhausted"}}' - provider_name: 'Vertex' - raw: '{"error":{"code":504,"message":"Deadline exceeded"}}' - status: 504 + error: null input: messages: - content: 'What is the meaning of life?' role: 'user' output: - completion: null + completion: 'The meaning of life is a philosophical question...' reasoning: null schema: $ref: '#/components/schemas/GenerationContentResponse'