Fix Groq gpt-oss and Bedrock Claude 3.5 Sonnet v2 pricing to match provider pages#5709
Open
kimyoohan wants to merge 1 commit into
Open
Fix Groq gpt-oss and Bedrock Claude 3.5 Sonnet v2 pricing to match provider pages#5709kimyoohan wants to merge 1 commit into
kimyoohan wants to merge 1 commit into
Conversation
…ovider pages Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
|
@kimyoohan is attempting to deploy a commit to the Helicone Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
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.
Updates 5 price values in the cost package that have drifted from the providers' current published prices (both verified 2026-07-04).
packages/cost/models/authors/openai/oss/endpoints.ts— vs https://groq.com/pricing:gpt-oss-120b:groqgpt-oss-20b:groqgpt-oss-20b:groqpackages/cost/models/authors/anthropic/claude-3.5-sonnet-v2/endpoints.ts— vs https://aws.amazon.com/bedrock/pricing/:claude-3.5-sonnet-v2:bedrockclaude-3.5-sonnet-v2:bedrockAWS moved Claude 3.5 Sonnet v2 to "Public Extended Access" pricing effective December 1, 2025 — the Bedrock pricing page now lists "$6.00 / $30.00" per million tokens (cache write $7.50, cache read $0.60 — the existing
cacheMultipliersof 1.25 / 0.1 remain exactly right against the new base, so they are untouched). The Anthropic-direct and Vertex endpoints in the same file are intentionally left as-is.Found while cross-auditing community cost datasets against primary sources for FactQuire (https://factquire.com), a source-verified facts feed for LLM APIs — every entry carries a verbatim provider quote (e.g. https://factquire.com/models/groq/openai_gpt-oss-20b.html) if useful for review.
🤖 Generated with Claude Code