From c4843278fd6efb9ff399d477f2b0ffffc732a727 Mon Sep 17 00:00:00 2001 From: robert-j-y <212159665+robert-j-y@users.noreply.github.com> Date: Tue, 9 Jun 2026 17:13:15 -0700 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#295) Co-authored-by: OpenRouter SDK Bot --- .speakeasy/in.openapi.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index c8b11fc..4147c9d 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -8025,6 +8025,13 @@ components: description: ISO 8601 timestamp of when the generation was created example: '2024-07-15T23:33:19.433273+00:00' type: string + data_region: + description: The data region this generation was routed through. 'europe' for EU-routed requests, 'global' otherwise. + enum: + - global + - europe + example: global + type: string external_user: description: External user identifier example: user-123 @@ -8253,6 +8260,7 @@ components: - provider_responses - user_agent - http_referer + - data_region type: object required: - data