Skip to main content
The Ornn marketplace is your starting point for finding GPU capacity. Every listing shows the GPU model, quantity, operator and site, availability window, term length, and indicative price per GPU-hour so you can evaluate options before committing.
The marketplace is only accessible after your tenant account has been approved. If you see a pending-approval screen after signing in, your application is still under review.

Tabs

The marketplace surfaces two tabs:
  • Available: primary listings from approved operators plus other tenants’ resale listings, ready to be browsed and purchased.
  • Your Listings: resale listings created by your tenant.
Listings are populated from live inventory. Provider and site names (for example, the labels visible on individual rows) come directly from each listing and may change over time.
Members can browse the marketplace freely. Purchasing a listing and creating or managing Your Listings are admin-gated actions; only organization admins can perform them. Ask an admin on your team to act on a listing you’ve found.

Filters

The Available tab supports the following filters in the filter bar:
FilterTypeWhat it narrows
GPU modelMulti-selectGPU model (for example, H100 SXM, A100 80GB, H200, B200)
QuantityRangeNumber of GPUs available in the listing
OperatorMulti-selectOperator and site label as shown on the listing
Term lengthRangeReservation term length
MonthSelectionEarliest availability month
LocationMulti-selectSite region or location
PriceRangePrice per GPU-hour, in USD
All active filters apply together; a count badge appears on each filter chip when values are selected. Use Clear filters to reset everything at once.
1

Open a filter

Click any filter chip in the filter bar to open its menu.
2

Select values or adjust the range

Choose options for categorical filters, or drag the range sliders for numeric filters.
3

Sort the results

Use the sort control at the right of the filter bar to change the result order.
The Available table shows 7 listings per page. Use the pagination controls at the bottom to move between pages.

Viewing listing details

Click any row in the listings table, or click the View button on the right of a row, to open the listing detail panel. The panel slides in from the right and shows the full listing breakdown: GPU model, quantity, operator and site, term, availability, and price.
Press Escape at any time to close the detail panel and return to browsing.

Starting checkout from a listing

From the detail panel, an admin can click Go to checkout. This action sends you to /checkout to confirm billing details and create the down-payment invoice that backs the order. See Completing your Ornn reservation checkout for what happens next.
The marketplace Go to checkout path is for buying a listing at its fixed price. To submit a bid with a custom price and a minimum GPU count, use the Reserve flow instead, which opens the deployment-scoped bid form at /reserve/[deploymentId].

Browse from the CLI

The same inventory is available through the Ornn Compute CLI:
ornn availability list
ornn availability list --gpu-type H100 --facility CHI-1
ornn availability list --operator coreweave --json
ornn availability show <listing-id>
ornn availability show <listing-id> --open
--open launches the listing’s web detail panel in your browser. --json returns structured output for scripting. See the Ornn Compute CLI for installation and authentication.

What’s next

reserve-compute

Reserving GPU capacity

Pick dates, set a bid price, and submit your reservation.
checkout

Completing checkout

Confirm billing details and pay the down-payment to move your order forward.