OpenAI Text To Speech - Get number of tokens used in response

Is it possible to get the number of tokens used in the response?

response = client.audio.speech.create()

I tried tiktoken, but it’s just an estimate, and there’s a big difference between the number of tokens estimated by tiktoken and the number of tokens actually used.