# Together — 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 together.ai.

**Category:** Developer Tools | **Website:** [www.together.ai/pricing](https://www.together.ai/pricing) | **Docs:** [parse.bot/marketplace/4a6d710e-da83-4705-abbc-5fd9bb9aa689/together-ai-api](https://parse.bot/marketplace/4a6d710e-da83-4705-abbc-5fd9bb9aa689/together-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-together-ai-api-4a6d710e/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_gpu_pricing

Returns every GPU offering from Together AI's pricing page, covering both Dedicated Inference and GPU Clusters sections. Each row represents one GPU model at one pricing tenor. Prices are per GPU per hour in USD. Makes a single request to the pricing page and parses all GPU hardware tables.

**Estimated cost:** Metered

_No parameters required._

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