You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nodejs/src/ingestion/ai/costs/providers/llm-costs.json, line 5895-5906 (link)
Suspicious default pricing for qwen3-235b-a22b-thinking-2507
The default completion_token cost dropped ~15× from 0.000001495 ($1.495/M) to 1e-7 ($0.10/M), and prompt, completion, and cache_read tokens are now all priced identically at 1e-7. OpenRouter's own pricing page currently shows $0.1495/M input and $1.495/M output for this model — the previous values. Having the same unit cost for prompt and completion tokens is unusual for any model, and particularly surprising for a dedicated thinking/reasoning variant that typically generates far more output tokens than input. If these values were pulled from an upstream API change, it would be worth cross-checking the OpenRouter page directly before merging, since an underpriced completion token could significantly skew cost attribution.
Prompt To Fix With AI
This is a comment left during a code review.
Path: nodejs/src/ingestion/ai/costs/providers/llm-costs.json
Line: 5895-5906
Comment:
**Suspicious default pricing for `qwen3-235b-a22b-thinking-2507`**
The `default` completion_token cost dropped ~15× from `0.000001495` ($1.495/M) to `1e-7` ($0.10/M), and prompt, completion, and cache_read tokens are now all priced identically at `1e-7`. OpenRouter's own pricing page currently shows $0.1495/M input and **$1.495/M output** for this model — the previous values. Having the same unit cost for prompt and completion tokens is unusual for any model, and particularly surprising for a dedicated thinking/reasoning variant that typically generates far more output tokens than input. If these values were pulled from an upstream API change, it would be worth cross-checking the OpenRouter page directly before merging, since an underpriced completion token could significantly skew cost attribution.
How can I resolve this? If you propose a fix, please make it concise.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Prompt To Fix All With AI
Fix 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:5895-5906
**Suspicious default pricing for `qwen3-235b-a22b-thinking-2507`**
The `default` completion_token cost dropped ~15× from `0.000001495` ($1.495/M) to `1e-7` ($0.10/M), and prompt, completion, and cache_read tokens are now all priced identically at `1e-7`. OpenRouter's own pricing page currently shows $0.1495/M input and **$1.495/M output** for this model — the previous values. Having the same unit cost for prompt and completion tokens is unusual for any model, and particularly surprising for a dedicated thinking/reasoning variant that typically generates far more output tokens than input. If these values were pulled from an upstream API change, it would be worth cross-checking the OpenRouter page directly before merging, since an underpriced completion token could significantly skew cost attribution.
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
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: