Hello!
I'm trying to figure out how tokens are counted in the new assistants API.
For example, as for the initial instructions that I give to the assistant, are they counted as input tokens every time I send a new message? How about the message history, are tokens in previous messages also counted whenever I send a new message?
Is it possible to get the usage data for every request, like we can do with the chat API?
Alternatively, some documentation on how tokens are counted would also be very helpful.
Thanks!