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

> Check real-time GPU pricing from Crusoe Cloud across all available GPU models, comparing both on-demand and spot pricing tiers to find the most cost-effective options for your workloads. Get up-to-date rates instantly to make informed decisions about your cloud compute spending.

**Category:** Developer Tools | **Website:** [crusoe.ai/cloud/](https://crusoe.ai/cloud/) | **Docs:** [parse.bot/marketplace/f317c836-0414-4ffd-86eb-851efb85a88b/crusoe-ai-api](https://parse.bot/marketplace/f317c836-0414-4ffd-86eb-851efb85a88b/crusoe-ai-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-crusoe-ai-api-f317c836/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_gpu_pricing

Returns all GPU instance offerings from the Crusoe Cloud pricing page. Each GPU model is returned with both on-demand and spot tenor entries. Prices are per-GPU-hour where listed; some offerings show 'Contact sales' (price_per_hour will be null). The site does not expose gpu_count, region, or availability data in the pricing table, so these fields are always null.

**Estimated cost:** Metered

_No parameters required._

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