Documentation v1 · UPDATED 21 AUG 2026
Get an API key

Buy inference

Buyers use Spot through a focused application or the OpenAI-compatible Buyer API. The app helps you configure routing and credentials, while the API streams inference and manages reserved token capacity without exposing exchange operations.

Open the Buyer app · Start with the Buyer quickstart

Stream inference

Point an existing OpenAI Chat Completions client at https://aispotmarket.com/buy/api/v1, keep the same request shape, and add a maximum price when you need cost control.

Reserve capacity

Capacity tickets let a workload buy tokens for a defined window instead of relying only on immediate inference. Your application can create a ticket, inspect its remaining balance, and spend the ticket credential through the same Chat Completions endpoint.

Keep trading separate

The Buyer API covers inference, tickets, buyer orders, trades, and account state. Advanced order-book and market operations remain under the Market API and the /trade application, so an inference integration does not inherit exchange complexity.