> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ornn.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Browsing the GPU compute marketplace on Ornn

> Explore available GPU clusters on the Ornn marketplace, filter by GPU model, location, and price, inspect listing details, and start the checkout flow.

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.

<Info>
  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.
</Info>

## 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.

<Note>
  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.
</Note>

## Filters

The Available tab supports the following filters in the filter bar:

| Filter          | Type         | What it narrows                                          |
| --------------- | ------------ | -------------------------------------------------------- |
| **GPU model**   | Multi-select | GPU model (for example, H100 SXM, A100 80GB, H200, B200) |
| **Quantity**    | Range        | Number of GPUs available in the listing                  |
| **Operator**    | Multi-select | Operator and site label as shown on the listing          |
| **Term length** | Range        | Reservation term length                                  |
| **Month**       | Selection    | Earliest availability month                              |
| **Location**    | Multi-select | Site region or location                                  |
| **Price**       | Range        | Price 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.

<Steps>
  <Step title="Open a filter">
    Click any filter chip in the filter bar to open its menu.
  </Step>

  <Step title="Select values or adjust the range">
    Choose options for categorical filters, or drag the range sliders for numeric filters.
  </Step>

  <Step title="Sort the results">
    Use the sort control at the right of the filter bar to change the result order.
  </Step>
</Steps>

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.

<Tip>
  Press **Escape** at any time to close the detail panel and return to browsing.
</Tip>

## 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](/guides/checkout) for what happens next.

<Note>
  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](/guides/reserving-compute) instead, which opens the deployment-scoped bid form at `/reserve/[deploymentId]`.
</Note>

## Browse from the CLI

The same inventory is available through the Ornn Compute CLI:

```bash theme={null}
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](/cli) for installation and authentication.

## What's next

<CardGroup cols={2}>
  <Card title="Reserving GPU capacity" img="https://mintcdn.com/ornn/fNQRwmmR9H-yzza5/images/banners/reserve-compute.jpg?fit=max&auto=format&n=fNQRwmmR9H-yzza5&q=85&s=513b9e38bdcdc18f6f96ddf559a86ec3" href="/guides/reserving-compute" width="1200" height="800" data-path="images/banners/reserve-compute.jpg">
    Pick dates, set a bid price, and submit your reservation.
  </Card>

  <Card title="Completing checkout" img="https://mintcdn.com/ornn/fNQRwmmR9H-yzza5/images/banners/checkout.jpg?fit=max&auto=format&n=fNQRwmmR9H-yzza5&q=85&s=34b04e114a261e5e8b4c426cf19ac64f" href="/guides/checkout" width="1200" height="800" data-path="images/banners/checkout.jpg">
    Confirm billing details and pay the down-payment to move your order forward.
  </Card>
</CardGroup>
