If I use Anthropic via Amazon do I get to see token usage in Anthropic as well?

 title: 'Get Anthropic Claude Amazon Bedrock token counts'

Yes, if you use the Anthropic models through Amazon Bedrock, you can see token usage metrics. Amazon Bedrock provides mechanisms to track token usage via AWS CloudWatch, which automatically sends usage metrics including input and output token counts[3].

Additionally, when invoking models like Anthropic Claude directly via Bedrock’s API, token counts can be included in the response headers, allowing for programmatic logging of token usage for individual requests[3][5].

Follow Up Recommendations

Related Content From The Pandipedia