For buyers
Start with the model and the workload's Prompt, Cache read, Cache write, and Output mix. Then choose a term and an execution path.
Price the workload
Use POST /api/v1/calculator/quote for a workload-cost comparison. Use POST /api/v1/bundles/quote when you already have normalized bundle weights. A quote can be unavailable when no eligible endpoint prices every included leg.
POST /api/v1/bundles submits a priceable Spot bundle for an attributed venue decision. The request requires a reason, can carry an idempotency_key, and remains inactive while 409 product-approval-required is returned. A Forward bundle request returns 409 forward-listing-unavailable.
Choose spot or forward
| Spot | Forward | |
|---|---|---|
| Size | Whole-token size_tokens | Decimal-string size_mft |
| Quote unit | USD per MT | USD per MFT |
| Time term | No tenor | Tenor and delivery window |
Forward describes future-delivery capacity in the current market data and order model. See Spot and forward instruments for the boundaries of the participant API.
Choose an execution path
- Preview an order with
POST /api/v1/orders/preview, then submit it toPOST /api/v1/orderswhen the selected desk and instrument are enabled for new exposure. - Create an RFQ with
POST /api/v1/rfqswhen price discovery should be negotiated and the same authority checks pass. - Start a voice session when participants need a live negotiation workflow.
- Review existing algo records and their child history; pause or cancel records where the lifecycle state permits.
Review the fee preview and statement fields before submitting and Getting started for the account and control checks applied to new exposure.