From 12dcc56d12a808f91afd577a411ae6ced9bfca2b Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Wed, 16 Sep 2026 14:41:33 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 5e9005f4..6e7a9397 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -34434,6 +34434,10 @@ paths: application/json: example: data: + allowed_data_regions: + - 'global' + - 'europe' + - 'us' byok_usage: 17.38 byok_usage_daily: 17.38 byok_usage_monthly: 17.38 @@ -34463,6 +34467,10 @@ paths: schema: example: data: + allowed_data_regions: + - 'global' + - 'europe' + - 'us' byok_usage: 17.38 byok_usage_daily: 17.38 byok_usage_monthly: 17.38 @@ -34493,6 +34501,10 @@ paths: data: description: 'Current API key information' example: + allowed_data_regions: + - 'global' + - 'europe' + - 'us' byok_usage: 17.38 byok_usage_daily: 17.38 byok_usage_monthly: 17.38 @@ -34520,6 +34532,19 @@ paths: usage_monthly: 25.5 usage_weekly: 25.5 properties: + allowed_data_regions: + description: 'Data regions permitted for this API key by the guardrail policies on the key and the account regional-routing entitlement. Empty when no region is permitted. Reflects region policy only: other key restrictions, such as management keys being blocked from inference, still apply.' + example: + - 'global' + - 'europe' + - 'us' + items: + enum: + - 'global' + - 'europe' + - 'us' + type: 'string' + type: 'array' byok_usage: description: 'Total external BYOK usage (in USD) for the API key' example: 17.38 @@ -34659,6 +34684,7 @@ paths: - 'limit_reset' - 'include_byok_in_limit' - 'creator_user_id' + - 'allowed_data_regions' - 'free_model_daily_requests' - 'rate_limit' type: 'object'