chore(llma): Update LLM costs#60487
Merged
Merged
Conversation
richardsolomou
approved these changes
May 28, 2026
Contributor
Prompt To Fix All With AIFix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
nodejs/src/ingestion/ai/costs/providers/llm-costs.json:660-676
**`claude-opus-4.8-fast` pricing is likely 3× too low**
Anthropic's documented fast mode pricing is 6× the standard rate ($30/MTok input, $150/MTok output), and OpenRouter prices `anthropic/claude-opus-4.7-fast` at exactly $30/$150 MTok. The values added here for `claude-opus-4.8-fast` — $10/MTok input and $50/MTok output — are only 2× standard, inconsistent with every other fast-mode variant. If this propagates to cost tracking, fast-mode usage on Opus 4.8 would be billed at one-third of its actual cost.
Reviews (1): Last reviewed commit: "chore(llma): update LLM costs" | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automated PR to update LLM pricing models.
Reviewer checklist
Please verify that there aren't any odd changes in the pricing by checking against the official pricing pages:
Supersedes #60486.