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
+39Lines changed: 39 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8843,6 +8843,30 @@ components:
8843
8843
image_url:
8844
8844
url: 'https://example.com/image.png'
8845
8845
type: 'image_url'
8846
+
FreeModelDailyRequests:
8847
+
description: 'Free-model (`:free` variant) daily request quota for the account that owns the key. Reports the same counter and tier limit that free-model enforcement reads for accounts subject to the free-model limits; the counter resets at UTC midnight. Accounts and endpoints exempt from free-model limits, and BYOK requests, are not gated by it, so `remaining` is the tier policy rather than an enforced ceiling for them.'
8848
+
example:
8849
+
limit: 50
8850
+
remaining: 38
8851
+
used: 12
8852
+
properties:
8853
+
limit:
8854
+
description: 'Free-model requests the account may make per UTC day; the ceiling depends on total credits purchased and is independent of `is_free_tier`'
8855
+
example: 50
8856
+
type: 'integer'
8857
+
remaining:
8858
+
description: 'Free-model requests left in the current UTC day'
8859
+
example: 38
8860
+
type: 'integer'
8861
+
used:
8862
+
description: 'Free-model requests recorded for the account so far in the current UTC day'
0 commit comments