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.
- Chat Completions API explains streaming requests, pricing fields, and responses.
- Authentication covers Buyer bearer keys and ticket credentials.
- Official clients shows Python, TypeScript, Rust, CLI, and OpenAI drop-in examples.
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.
- Ticket and order contracts describes the reservation lifecycle.
- Buyer OpenAPI provides the complete wire contract.
- Estimate savings compares representative on-demand and deferred workloads.
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.