feat: add cloud GPU cost calculator with provider pricing#11
Open
stmatengss wants to merge 1 commit into
Open
Conversation
Add cost estimation card to the web calculator that shows: - Monthly cloud GPU costs for AWS, GCP, and Azure - Per-provider pricing table with best-price highlighting - Cost per 1,000 concurrent agents per month - Savings from KV caching vs. running without cache - Pricing data for H100, H200, A100, L40S and variants - Cost estimate in the guided wizard Step 4 results - Graceful fallback for GPUs without cloud pricing (H20, A800, L20) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
GPU_PRICINGdata table with realistic on-demand $/hr pricing for 9 GPU types (H100, H100-NVL, H200, A100-80, A100-40, A800, H20, L40S, L20)Details
Cost Estimation Card
The new card appears between the Recommendation panel and Summary Metrics. It shows:
Pricing Data
Uses approximate 2024-2025 on-demand pricing:
H20, A800, and L20 show "Pricing not available" since they are primarily available in China.
Test plan
node tests/validate_js_parity.mjspasses all 178 checks (no regressions)Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com