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
22 changes: 22 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6871,6 +6871,10 @@ components:
type:
- 'array'
- 'null'
include_byok_in_budgets:
description: 'Whether BYOK (bring-your-own-key) inference spend counts toward this guardrail''s limit_usd, in addition to OpenRouter credit spend. Defaults to false.'
example: false
type: 'boolean'
limit_usd:
description: 'Spending limit in USD'
example: 50
Expand Down Expand Up @@ -6918,6 +6922,7 @@ components:
id: '550e8400-e29b-41d4-a716-446655440000'
ignored_models: null
ignored_providers: null
include_byok_in_budgets: false
limit_usd: 50
name: 'My New Guardrail'
reset_interval: 'monthly'
Expand Down Expand Up @@ -9259,6 +9264,7 @@ components:
id: '550e8400-e29b-41d4-a716-446655440000'
ignored_models: null
ignored_providers: null
include_byok_in_budgets: false
limit_usd: 100
name: 'Production Guardrail'
reset_interval: 'monthly'
Expand Down Expand Up @@ -9440,6 +9446,7 @@ components:
id: '550e8400-e29b-41d4-a716-446655440000'
ignored_models: null
ignored_providers: null
include_byok_in_budgets: false
limit_usd: 100
name: 'Production Guardrail'
reset_interval: 'monthly'
Expand Down Expand Up @@ -9560,6 +9567,10 @@ components:
type:
- 'array'
- 'null'
include_byok_in_budgets:
description: 'Whether BYOK (bring-your-own-key) inference spend counts toward this guardrail''s limit_usd, in addition to OpenRouter credit spend.'
example: false
type: 'boolean'
limit_usd:
description: 'Spending limit in USD'
example: 100
Expand All @@ -9586,6 +9597,7 @@ components:
required:
- 'id'
- 'name'
- 'include_byok_in_budgets'
- 'created_at'
- 'workspace_id'
type: 'object'
Expand Down Expand Up @@ -11243,6 +11255,7 @@ components:
id: '550e8400-e29b-41d4-a716-446655440000'
ignored_models: null
ignored_providers: null
include_byok_in_budgets: false
limit_usd: 100
name: 'Production Guardrail'
reset_interval: 'monthly'
Expand Down Expand Up @@ -22873,6 +22886,10 @@ components:
type:
- 'array'
- 'null'
include_byok_in_budgets:
description: 'Whether BYOK (bring-your-own-key) inference spend counts toward this guardrail''s limit_usd, in addition to OpenRouter credit spend. Omit to leave unchanged.'
example: true
type: 'boolean'
limit_usd:
description: 'New spending limit in USD'
example: 75
Expand Down Expand Up @@ -22911,6 +22928,7 @@ components:
id: '550e8400-e29b-41d4-a716-446655440000'
ignored_models: null
ignored_providers: null
include_byok_in_budgets: true
limit_usd: 75
name: 'Updated Guardrail Name'
reset_interval: 'weekly'
Expand Down Expand Up @@ -28126,6 +28144,7 @@ paths:
id: '550e8400-e29b-41d4-a716-446655440000'
ignored_models: null
ignored_providers: null
include_byok_in_budgets: false
limit_usd: 100
name: 'Production Guardrail'
reset_interval: 'monthly'
Expand Down Expand Up @@ -28228,6 +28247,7 @@ paths:
id: '550e8400-e29b-41d4-a716-446655440000'
ignored_models: null
ignored_providers: null
include_byok_in_budgets: false
limit_usd: 50
name: 'My New Guardrail'
reset_interval: 'monthly'
Expand Down Expand Up @@ -28367,6 +28387,7 @@ paths:
id: '550e8400-e29b-41d4-a716-446655440000'
ignored_models: null
ignored_providers: null
include_byok_in_budgets: false
limit_usd: 100
name: 'Production Guardrail'
reset_interval: 'monthly'
Expand Down Expand Up @@ -28453,6 +28474,7 @@ paths:
id: '550e8400-e29b-41d4-a716-446655440000'
ignored_models: null
ignored_providers: null
include_byok_in_budgets: true
limit_usd: 75
name: 'Updated Guardrail Name'
reset_interval: 'weekly'
Expand Down
Loading