You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .speakeasy/in.openapi.yaml
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6871,6 +6871,10 @@ components:
6871
6871
type:
6872
6872
- 'array'
6873
6873
- 'null'
6874
+
include_byok_in_budgets:
6875
+
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.'
6876
+
example: false
6877
+
type: 'boolean'
6874
6878
limit_usd:
6875
6879
description: 'Spending limit in USD'
6876
6880
example: 50
@@ -6918,6 +6922,7 @@ components:
6918
6922
id: '550e8400-e29b-41d4-a716-446655440000'
6919
6923
ignored_models: null
6920
6924
ignored_providers: null
6925
+
include_byok_in_budgets: false
6921
6926
limit_usd: 50
6922
6927
name: 'My New Guardrail'
6923
6928
reset_interval: 'monthly'
@@ -9259,6 +9264,7 @@ components:
9259
9264
id: '550e8400-e29b-41d4-a716-446655440000'
9260
9265
ignored_models: null
9261
9266
ignored_providers: null
9267
+
include_byok_in_budgets: false
9262
9268
limit_usd: 100
9263
9269
name: 'Production Guardrail'
9264
9270
reset_interval: 'monthly'
@@ -9440,6 +9446,7 @@ components:
9440
9446
id: '550e8400-e29b-41d4-a716-446655440000'
9441
9447
ignored_models: null
9442
9448
ignored_providers: null
9449
+
include_byok_in_budgets: false
9443
9450
limit_usd: 100
9444
9451
name: 'Production Guardrail'
9445
9452
reset_interval: 'monthly'
@@ -9560,6 +9567,10 @@ components:
9560
9567
type:
9561
9568
- 'array'
9562
9569
- 'null'
9570
+
include_byok_in_budgets:
9571
+
description: 'Whether BYOK (bring-your-own-key) inference spend counts toward this guardrail''s limit_usd, in addition to OpenRouter credit spend.'
9572
+
example: false
9573
+
type: 'boolean'
9563
9574
limit_usd:
9564
9575
description: 'Spending limit in USD'
9565
9576
example: 100
@@ -9586,6 +9597,7 @@ components:
9586
9597
required:
9587
9598
- 'id'
9588
9599
- 'name'
9600
+
- 'include_byok_in_budgets'
9589
9601
- 'created_at'
9590
9602
- 'workspace_id'
9591
9603
type: 'object'
@@ -11243,6 +11255,7 @@ components:
11243
11255
id: '550e8400-e29b-41d4-a716-446655440000'
11244
11256
ignored_models: null
11245
11257
ignored_providers: null
11258
+
include_byok_in_budgets: false
11246
11259
limit_usd: 100
11247
11260
name: 'Production Guardrail'
11248
11261
reset_interval: 'monthly'
@@ -22873,6 +22886,10 @@ components:
22873
22886
type:
22874
22887
- 'array'
22875
22888
- 'null'
22889
+
include_byok_in_budgets:
22890
+
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.'
0 commit comments