From 753dc3abfd18f5f73fdc9dd9e5865371086316c4 Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Thu, 9 Jul 2026 10:07:25 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 403a536..25399a2 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -18932,6 +18932,15 @@ components: - FakeProvider example: OpenAI type: string + routed_service_tier: + description: >- + The service tier this request was routed to (e.g. flex, priority). The tier actually applied and billed is + determined by the provider response and may differ. + enum: + - flex + - priority + example: priority + type: string status: description: HTTP status code from the provider example: 200