Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down
Loading