From 98e6939c480990e2bbc95fdc0a9e44a054bb6611 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 7 May 2025 13:12:28 -0700 Subject: [PATCH] copy --- aider/website/_posts/2025-05-07-gemini-cost.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/aider/website/_posts/2025-05-07-gemini-cost.md b/aider/website/_posts/2025-05-07-gemini-cost.md index fde9956dc..995c726ef 100644 --- a/aider/website/_posts/2025-05-07-gemini-cost.md +++ b/aider/website/_posts/2025-05-07-gemini-cost.md @@ -35,10 +35,11 @@ So even though aider had correct per-token pricing, it did not have the correct used during the benchmark. This resulted in an underestimate of the benchmark costs. -Litellm fixed the token counting issue on April 21, 2025 in +Litellm began including reasoning tokens in the reported counts +on April 21, 2025 in commit [a7db0df](https://github.com/BerriAI/litellm/commit/a7db0df0434bfbac2b68ebe1c343b77955becb4b). -This fix was released in litellm v1.67.1. -Aider picked up this fix April 28, 2025 when it upgraded its litellm dependency +This change was released in litellm v1.67.1. +Aider picked up this change April 28, 2025 when it upgraded its litellm dependency from v1.65.7 to v1.67.4.post1 in commit [9351f37](https://github.com/Aider-AI/aider/commit/9351f37). That dependency change shipped on May 5, 2025 in aider v0.82.3.