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
14 changes: 14 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20571,6 +20571,20 @@ components:
prompt:
description: 'Overridden price in USD per token for prompt (input) processing'
type: 'string'
utc_days:
description: 'Condition: UTC weekdays the entry applies on, evaluated at the request instant. Scopes the utc_start/utc_end window (or, without a window, the whole UTC day) to the listed days. Absent means every day.'
items:
enum:
- 'monday'
- 'tuesday'
- 'wednesday'
- 'thursday'
- 'friday'
- 'saturday'
- 'sunday'
type: 'string'
minItems: 1
type: 'array'
utc_end:
description: 'Condition: exclusive end of a daily UTC time window as an HHMM clock number (e.g. 400 = 04:00)'
format: 'double'
Expand Down
Loading