responses
Responses Input Tokens
Count the input tokens of a Responses API request without calling the model.
Follows the OpenAI Responses API spec: https://platform.openai.com/docs/api-reference/responses/input-tokens
curl -X POST http://localhost:4000/v1/responses/input_tokens -H "Content-Type: application/json" -H "Authorization: Bearer sk-1234" -d '{
"model": "gpt-4o",
"input": "Hello, how are you?"
}'
Returns: {"object": "response.input_tokens", "input_tokens": <count>}
post/openai/v1/responses/input_tokens
Response
Successful Response
{"stackTrail":"paths:/openai/v1/responses/input_tokens:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}