v1
latestOpenAPI 3.0.42026-08-04342835917.6 KBBilling
Settings
Creates a global billing setting.
post/billing/settings
Request body
priorityinteger nullable
The priority of the setting. Defaults to the configured global default if not specified.
validFromstring date-time nullable
The start of the validity window.
validTostring date-time nullable
The end of the validity window.
costPerResponseFreeTextnumber double nullable
The cost per free text response.
costPerResponseImagenumber double nullable
The cost per image response.
costPerResponseMediaPerSecondnumber double nullable
The cost per second of media response.
costPerResponseMediaMinimumnumber double nullable
The minimum cost per media response.
costPerResponseTextPer50Charsnumber double nullable
The cost per 50 characters of text response.
costPerResponseContextTextPer50Charsnumber double nullable
The cost per 50 characters of context text.
costPerResponseContextTextMinimumnumber double nullable
The minimum cost per context text.
costPerResponseContextImagenumber double nullable
The cost per context image.
costPerResponseContextVideoPerSecondnumber double nullable
The cost per second of context video.
costPerResponseContextVideoMinimumnumber double nullable
The minimum cost per context video.
discountRationumber double nullable
The discount ratio (0-1, e.g. 0.10 = 10% off).
Response
No Content