# Nebius — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Access data from nebius.com.

**Category:** Developer Tools | **Website:** [nebius.com/prices](https://nebius.com/prices) | **Docs:** [parse.bot/marketplace/bef544d0-6d22-4c65-a504-7d7fda5393f6/nebius-com-api](https://parse.bot/marketplace/bef544d0-6d22-4c65-a504-7d7fda5393f6/nebius-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-nebius-com-api-bef544d0/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_gpu_pricing

Returns every GPU offering listed on Nebius AI Cloud pricing page. Each GPU model produces two records: one for spot (preemptible) pricing and one for on-demand pricing. Prices are USD per single GPU-hour. Models without a published numeric price have price_per_hour as null with availability indicating the reason (unavailable or contact_us). No pagination; returns all offerings in one call.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-nebius-com-api-bef544d0/get_gpu_pricing \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
