I want to manage my tokens therefore want to get how many tokens i have.However seems doens’t provided this api,only you see usage object in every api call.
"usage": {
"prompt_tokens": 5,
"completion_tokens": 6,
"total_tokens": 11
}
How can i manage tokens without any information about how many tokens i have?