Get input token counts
Returns input token counts of the request.
Returns an object with object set to response.input_tokens and an input_tokens count.
post/responses/input_tokens?beta=true
Headers
openai-betastring[]
Optional beta features to enable for this request.
Request body
Response
Success
Example response
{
"object": "response.input_tokens",
"input_tokens": 123
}