Buy inference
The Buyer API is OpenAI Chat Completions plus a price. Point an existing client
at https://aispotmarket.com/buy/api/v1, keep your request shape, and add a
ceiling when you need cost control.
Start here
- Quickstart — five minutes, key to first fill
- Buyer flow — the bid, the match, and the response contract
- Price limits & routing — how
max_priceis enforced
Reference
- Chat completions — OpenAI-compatible request plus Spot fields
- Capacity tickets — buy reserved lots, spend the credential
- Buyer account — balance, keys, and account-wide ceilings
- Response consumption — streaming and non-streaming
- Examples — CI-tested buyer patterns
Shared machinery — authentication, rate limits, versioning, and the canonical error table — lives in the API reference.