Skip to content

feat(calc): expand cloud-availability with neocloud providers (Together, Nebius)#152

Open
thinkingfish wants to merge 1 commit into
mainfrom
feat/cloud-availability-expansion
Open

feat(calc): expand cloud-availability with neocloud providers (Together, Nebius)#152
thinkingfish wants to merge 1 commit into
mainfrom
feat/cloud-availability-expansion

Conversation

@thinkingfish

Copy link
Copy Markdown
Member

Summary

  • Extends the `CloudProvider` union with two new neocloud providers: Together AI and Nebius.
  • Backfills 8 verified system × provider pairings across the four NVIDIA HGX baseboard systems (HGX H100, HGX H200, HGX B200, GB200 NVL72) — both providers explicitly list these baseboard products on their pricing/cluster pages.

Sourcing

Each addition was verified via WebFetch against the provider's own pricing or cluster page (together.ai/gpu-clusters, nebius.com/prices). The provider lists the specific accelerator product (e.g., "NVIDIA HGX H200", "GB200 NVL72") as a named SKU — not just per-GPU rentals.

Dropped candidates

  • `modal`, `fireworks` — single-GPU container slots; don't expose baseboard-level products.
  • `runpod`, `vast` — per-GPU rental marketplaces.
  • `ovh` — max 4 GPUs per instance; doesn't expose 8-GPU baseboards.
  • `scaleway` — H100 SXM listed but no confirmed 8-GPU baseboard product.
  • `tensordock` — only per-GPU pricing.
  • `replicate` — 8×H100 listed but no NVLink-baseboard confirmation.

Dropped rather than fabricate. Worth re-evaluating in a follow-up PR if/when we extend the data model to separate per-GPU rentals from baseboard products.

Test plan

  • `npm test` — 393/393 passing (no test changes; existing schema validation passes with the expanded union).
  • `npm run check` — 0 errors, 0 warnings.
  • `npm run build` — clean.

🤖 Generated with Claude Code

Add `together` and `nebius` to the CloudProvider union; update the four NVIDIA
systems (HGX H100/H200/B200, GB200 NVL72) where both providers publicly list
HGX/NVL72-named cluster products on their pricing pages (together.ai/gpu-clusters,
nebius.com/prices, verified 2026-06-15).

Dropped candidates: modal/fireworks (single-GPU container slots, not baseboard
units), runpod/vast (per-GPU rental marketplace), ovh (1-4 GPU max, not 8-GPU
baseboard), scaleway/tensordock/replicate (couldn't confirm baseboard-level
product offering from public pages).
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
llm-calc 197a4a6 Commit Preview URL Jun 15 2026, 08:33 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant