Compute Marketplaces

⚠ Disclaimer: This section may contain incomplete, out of date, or inaccurate entries. It is AI-maintained on a best-effort basis. Do not rely on it as a sole source — verify claims independently using the source materials listed in individual entries.

Overview

If inference compute is going to trade in an open, ad-hoc market — buyers and sellers who have never met, matched request-by-request across whichever provider can serve fastest or cheapest — three technical layers have to exist: a way for a buyer to discover who can serve a given request nearby or cheaply, a matchmaking/pricing mechanism that decides who actually gets the job, and a payment/settlement layer that lets machines pay machines per request without a human in the loop. This section tracks the state of each layer as of mid-2026.

None of the three layers has a dominant, standardized answer yet. Two production-scale marketplaces exist — OpenRouter (posted-price aggregation across 60+ inference providers) and Akash Network (on-chain reverse auction) — but neither routes on measured physical latency the way a CDN or a multiplayer game network does. That gap is the section’s organizing question, which is why latency-based matchmaking in multiplayer gaming — a problem the game industry solved decades ago for a similarly real-time, similarly ad-hoc matching problem — is documented here as the closest existing design comparable, alongside the decentralized libp2p/Kademlia DHT discovery stack used by peer-to-peer inference swarms, the emerging IETF AI discovery drafts, and x402, the leading candidate for the machine-payment layer.

This section is the coordination-layer counterpart to Distributed & Decentralized Compute, which covers where distributed inference hardware is physically sited and powered. This section covers how a buyer finds that hardware and pays for the tokens it produces.

A separate, non-blockchain lineage of this problem is emerging out of Kubernetes-native AI infrastructure. The Gateway API Inference Extension is an open, vendor-neutral Kubernetes SIG specification (GA as of v1.5.0, April 2026) for criteria-based inference routing — matching a request to a backend by model name, LoRA adapter, request priority, queue depth, and KV-cache locality — and llm-d is the CNCF-backed reference implementation built on top of it, adding KV-cache-aware and disaggregated prefill/decode routing. Neither has a discovery or payment layer of its own; both assume the operator already controls the fleet being routed across, which is the main way this pair differs from a cross-provider marketplace like OpenRouter or Akash. On the buyer-facing routing side, LiteLLM is the closest thing to a self-hosted, open-source OpenRouter — the same latency-/cost-aware provider routing logic, run as infrastructure the buyer deploys and controls rather than a third-party marketplace. On the discovery side, NANDA — MIT Media Lab’s proposed “Internet of AI Agents” index — offers a DNS-like, cryptographically (not blockchain) verified resolution layer for agent/service discovery, though it targets general agent interoperability rather than compute-marketplace matching specifically.

Key Themes

  • Two working price-discovery models exist in production — posted-price aggregation (OpenRouter) and on-chain reverse auction (Akash) — but “route to the physically nearest/lowest-latency provider” is still mostly borrowed CDN practice (anycast, GeoDNS, client-measured RTT) rather than a purpose-built inference-marketplace protocol
  • Kubernetes-native standardization is furthest along on the routing/matchmaking layer specifically, and it is entirely non-blockchain: the Gateway API Inference Extension (Kubernetes SIG, Apache-2.0, GA as of v1.5.0/April 2026) defines vendor-neutral primitives (InferencePool, endpoint picker) for routing by model, LoRA adapter, queue depth, and KV-cache locality; llm-d (CNCF sandbox, backed by Red Hat, Google Cloud, IBM Research, CoreWeave, NVIDIA, and others) is the most mature reference implementation, reporting up to 3x time-to-first-token improvement and roughly double throughput under SLO constraints in its own (unaudited) benchmarks
  • Self-hosted, open-source routers are a non-blockchain alternative to a hosted marketplace: LiteLLM (BerriAI, YC W23) implements the same latency-, cost-, and least-busy routing logic as OpenRouter’s provider-selection algorithm across 100+ providers, but as infrastructure the buyer deploys and controls — worth flagging that LiteLLM suffered a real supply-chain compromise of its official PyPI package in March 2026 (credential-harvesting malware live for roughly 40 minutes before quarantine, followed by litigation), a concrete illustration of the trust/security burden that shifts to the buyer under a self-hosted model
  • Discovery standardization now has a concrete, non-blockchain running pilot beyond the IETF’s individual drafts: NANDA (MIT Media Lab) proposes a DNS-like “Index” plus cryptographically verifiable “AgentFacts” records for agent/service discovery at internet scale — explicitly not blockchain-dependent — though as of mid-2026 it targets general AI-agent interoperability rather than compute/inference-marketplace matching specifically, and remains an early research deployment (~15 partner institutions, ~1,000 registered agents via its pilot registry)
  • The multiplayer gaming industry solved a structurally similar problem — real-time, latency-sensitive matching of ad-hoc clients to the best available server — starting with ping-sorted server browsers in 1996 and maturing into relay networks (Valve’s Steam Datagram Relay) that separate generic latency-measurement/relay transport from game-specific matchmaking policy; that split is a direct design analogy for a compute marketplace, and is echoed in how the Gateway API Inference Extension separates gateway/proxy transport from pluggable routing-policy logic
  • Peer-to-peer inference swarms (Petals/Hivemind and derivatives) use a libp2p + Kademlia DHT stack for node discovery — a mechanism borrowed wholesale from BitTorrent/IPFs-style file sharing, distinct from and not interoperable with OpenRouter’s, Akash’s, or the Kubernetes-native routing stack’s coordination models
  • Standards work is nascent: IETF has multiple individual (non-working-group) drafts proposing AI/agent discovery mechanisms as of early-to-mid 2026, none adopted
  • Machine-to-machine micropayment rails (x402, built on the revived HTTP 402 status code) are the leading candidate for a settlement layer that lets an AI agent pay per inference call without an account or human approval step — live in production since mid-2025 with meaningful but still small transaction volume as of early 2026
  • Unsolved marketplace problem common to every posted-price aggregator: quality/fraud verification (a provider silently serving a more heavily quantized model than advertised) has no standard countermeasure yet

Companies

Startups & Development Partners

Company HQ Stage Mission
OpenRouter New York, US Series B (~$1.3B valuation, May 2026) Posted-price, multi-provider LLM inference routing gateway/marketplace — 400+ models, 60+ providers.
Akash Network Distributed/DAO (Overclock Labs, San Francisco) Live mainnet, token-governed On-chain reverse-auction marketplace for GPU/CPU compute; see full entry in Distributed & Decentralized Compute.
LiteLLM (BerriAI) US Seed ($1.6M, YC W23) Open-source, self-hosted LLM gateway with latency-/cost-/least-busy-based routing across 100+ providers — the non-blockchain, self-hosted counterpart to OpenRouter’s hosted router.

Public Companies

Ticker Company Mission
COIN Coinbase Developer of x402, the leading HTTP-402-based machine-payment protocol used for per-request AI agent payments.

Incumbents

Company Relevance
Valve Corporation Operates Steam Datagram Relay, the most mature production example of latency-measured relay routing for real-time, ad-hoc client-to-server matching — the closest existing design comparable for latency-aware compute-marketplace routing. Privately held; no public ticker.

Update all tables whenever a new entry is added that introduces a new company.


Entries

  • Bittensor — Decentralized protocol (TAO token) organized into independent 'subnets,' each an incentive market where validators automatically score miners' work and reweight rewards accordingly — the closest existing production system to fully automated, quality-based routing across a peer-to-peer AI compute network. Its inference-focused Chutes subnet is the largest concrete example, routing a meaningful share of its traffic through OpenRouter.
  • Gateway API Inference Extension — Open, vendor-neutral Kubernetes SIG specification (WG-Serving/SIG-Network) that extends the standard Gateway API with criteria-based routing for self-hosted LLM inference — matching requests to backend model servers by model name, LoRA adapter, request priority, queue depth, and KV-cache locality. GA as of v1.5.0 (April 2026); the closest thing in this section to a standardized, non-blockchain protocol for the matchmaking/routing layer of an inference marketplace.
  • IETF AI Service Discovery Drafts — A fragmented, fast-moving set of individual (non-working-group) IETF Internet-Drafts proposing standards for how AI agents, models, and resource providers discover each other — including a well-known-endpoint capability descriptor and a layered discovery-transport architecture — none yet adopted, none interoperable with each other.
  • io.net — Solana-based decentralized GPU network (DePIN) that aggregates idle GPU capacity from data centers, crypto miners, and individual owners into on-demand clusters, verified by hourly proof-of-work checks and settled in the IO token — the largest token-incentivized example of automated supplier discovery and clustering for AI compute.
  • Latency-Based Matchmaking in Multiplayer Gaming — Ping-sorted server browsers (id Software's QuakeWorld/QuakeSpy, 1996) and relay-network routing (Valve's Steam Datagram Relay) — the multiplayer gaming industry's decades-old solution to real-time, ad-hoc latency-aware matching, and the closest existing design comparable for an inference-compute marketplace.
  • LiteLLM — Open-source LLM gateway/SDK (BerriAI, YC W23) that gives a buyer a unified, OpenAI-compatible interface to 100+ inference providers with built-in latency-, cost-, and least-busy-based routing and automatic failover — functionally the self-hosted, non-blockchain equivalent of OpenRouter's provider-routing algorithm, run as infrastructure the buyer controls rather than a third-party marketplace.
  • llm-d — CNCF sandbox project — founded by Red Hat, Google Cloud, IBM Research, CoreWeave, and NVIDIA — providing a production-grade, open-source distributed inference serving stack for Kubernetes, built on vLLM and the Gateway API Inference Extension. Its KV-cache-aware routing and disaggregated prefill/decode scheduling are the most mature non-blockchain reference implementation in this section of the 'route each inference request to whichever backend can serve it fastest' matchmaking problem.
  • NANDA (Networked Agents and Decentralized AI) — MIT Media Lab research project proposing the 'NANDA Index' — a DNS-like, cryptographically (not blockchain) verified discovery and resolution layer for AI agents and services at internet scale, plus 'AgentFacts' capability records. General-purpose agent-discovery infrastructure rather than a compute-marketplace product, but the most concrete non-blockchain discovery-layer proposal documented in this section beyond the IETF's individual drafts.
  • OpenRouter — New York-based posted-price aggregation marketplace and routing gateway for LLM inference — 400+ models across 60+ providers, ~100 trillion tokens/month, $1.3B valuation as of a May 2026 Series B — the largest production example of price/latency-weighted provider selection for inference.
  • P2P Discovery for Inference: libp2p + Kademlia DHT Swarms — The libp2p/Kademlia distributed-hash-table peer-discovery stack — borrowed from BitTorrent/IPFS — used by Hivemind, Petals, and derivative projects (e.g. KwaaiNet) to let volunteer GPU/CPU nodes find each other and jointly serve large models; distinct from and not interoperable with Akash's blockchain-based marketplace matching.
  • Salad — Utah-based consumer-GPU marketplace (SaladCloud) that pays gamers and other 'everyday' PC owners for idle GPU cycles via a desktop client, then auto-schedules AI inference and batch workloads onto that residential hardware using a proprietary trust-rating system — the most literal 'local AI compute' marketplace in this section, sourcing supply from individual home machines rather than data centers or professional miners.
  • x402: Machine-to-Machine Payments — Coinbase's x402 protocol — reviving the unused HTTP 402 'Payment Required' status code to let AI agents pay per API call in stablecoins with no account or human approval step — is the leading candidate settlement layer for an ad-hoc inference-compute marketplace, live since mid-2025 and past 100 million on-chain transactions on Base by mid-2026.