Hi!
I’m using gpt-4o-mini API and I’m trying to understand my token usage and cost.
I sent 100 requests to the API and records the prompt_tokens, which add up to 288k and should cost 0.288*$0.15 = $0.0432. But when I check the dashboard, it shows I used 8m input tokens and cost me $1.2.
I wonder why the input tokens shown in the dashboard are 30 times the prompt_tokens in the response. My request includes images, I also tested and the prompt tokens already include the images.
Thanks for your help!