# Coreweave — 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 cloud pricing from CoreWeave across all regions, comparing on-demand, spot, and inference rates to find the best costs for your compute needs. Quickly access current pricing data to make informed decisions about where and how to deploy your GPU workloads.

**Category:** Developer Tools | **Website:** [www.coreweave.com/pricing](https://www.coreweave.com/pricing) | **Docs:** [parse.bot/marketplace/1042c38b-18f5-4de6-812a-7536f30f7ac7/coreweave-com-api](https://parse.bot/marketplace/1042c38b-18f5-4de6-812a-7536f30f7ac7/coreweave-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-coreweave-com-api-1042c38b/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_gpu_pricing

Returns all GPU offerings from the CoreWeave pricing page. Each offering includes the GPU model, price per hour, GPU count per instance, pricing tenor (on-demand, spot, or inference), and region. Prices shown as 'Contact sales' indicate the offering requires a sales inquiry. The inference tenor represents single-GPU pricing available only in North America. Makes a single request to the pricing page.

**Estimated cost:** Metered

_No parameters required._

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