▲ | pierre 5 days ago | |||||||
Main issue is that token are not equivalent across provider / models. With huge disparity inside provider beyond the tokenizer model: - An image will take 10x token on gpt-4o-mini vs gpt-4. - On gemini 2.5 pro output token are token except if you are using structure output, then all character are count as a token each for billing. - ... Having the price per token is nice, but what is really needed is to know how much a given query / answer will cost you, as not all token are equals. | ||||||||
▲ | alexellman 5 days ago | parent | next [-] | |||||||
yeah I am going to add an experiment that runs everyday and the cost of that will be a column on the table. It will be something like summarize this article in 200 words and every model gets the same prompt + article | ||||||||
| ||||||||
▲ | BonoboIO 5 days ago | parent | prev [-] | |||||||
On gemini 2.5 pro output token are token except if you are using structure output, then all character are count as a token each for billing. Can you elaborate this? I don’t quite understand the difference. | ||||||||
|