Model Update: 5 new models on YunWu AI
YunWu AI added 5 new models (now 478 total).
ComputeUnion
We continuously fix price data errors, add new platforms, and document every change transparently. Price accuracy is the backbone of this project.
Deep Infra added 19 new models (now 31 total).
OpenRouter added 213 new models (now 312 total).
YunWu AI added 276 new models (now 473 total).
Together AI added 86 new models (now 114 total).
SambaNova added 6 new models (now 10 total).
Mistral AI added 7 new models (now 14 total).
Together AI added 106 new models (now 114 total).
Added QiZhi AI (qizhi.lk666.ai), a Chinese AI API relay platform with 39 models tracked.
Genesis Cloud scraper lacked H200/B200 keyword mappings, creating new fragment models on every run. Prices were scattered and could not be aggregated. Fixed; H200 now aggregates 8 platforms, B200 aggregates 5 platforms.
Genesis Cloud uses Webflow static rendering with pricing embedded in plain text. The old scraper searched for table rows and found nothing. Fixed with regex extraction; H100 $1.60/hr, H200 $2.80/hr, B200 $2.80/hr, RTX 4090 $0.55/hr now live.
Paperspace redesigned their pricing page to div cards. The old scraper searched for table rows and found nothing, falling back to static prices. Rewrote the parser; 11 GPU models (H100, A6000, V100, etc.) now update live.
Hyperstack moved their pricing page from /gpu-cloud-pricing to /pricing. The old URL returned 404, so the scraper was using stale 2024 static prices. Fixed URL and rewrote parser; prices are now live.
Verda pricing lists cluster prices (e.g. 8x B300 = $60/hr). The scraper stored the total cluster price instead of per-GPU price. B300 correct price is $7.50/hr but was stored as $60/hr (8x error). Fixed by detecting Nx prefix and dividing by N.
Shadeform API returns hourly_price in cents for the entire machine. Old logic only divided by 100 when price >200, causing 199 cents to be stored as $199/hr. Fixed to always divide by 100 and by num_gpus.
The Replicate pricing page lists both 1x and 8x GPU configs. The scraper stored the 8xH100 cluster price ($43.92/hr) as a single-GPU price. Fixed by filtering multi-GPU rows; H100 now correctly shows $5.49/hr.