You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see we have a way to count tokens that we send to Gemini using gemini.countTokens(), but we need a way to see the tokens that we are recieving too. Looking at the Gemini docs, this is done through usageMetadata. Could we get access to this so we can get an accurate token count?