Introduction
A quick orientation to The Grid: what it does, what you get out of it, and how it fits into your stack.
The Grid is a Spot Market for AI Inference
You pick an instrument. For most workloads, that means picking a task type and a quality tier. We route your request to a qualifying supplier at the lowest live price for that combination.
Task types describe the workload:
Text for general-purpose chat and reasoning.
Code for code generation, editing, and review.
Agent for tool use, function calling, and multi-step workflows.
Quality tiers describe how strong the underlying model has to be:
Standard for everyday tasks where speed and cost matter most.
Prime for production workloads that need consistent, capable output.
Max for the hardest tasks where you want frontier-class quality.
Each task type and tier maps to an instrument, a published spec like text-prime or code-max. Suppliers compete on every order. Any model that drifts below spec is removed from the eligible set, so you get the price of competition without giving up the quality bar.
The Grid also offers lab latest markets such as gpt-sol-latest and claude-opus-latest. Use these when you want continuity with a model family or lab while still consuming it through a Grid instrument instead of a fixed upstream model endpoint.
We're compatible with both OpenAI Chat Completions and Anthropic Messages formats. See the API reference for base URLs, auth headers, and request shape.
What this means for you
Lower price for the quality you need. Suppliers bid against each other on your order. Pricing tracks live supply and demand, not a published rate card.
One API, no SDK rewrite. Keep your OpenAI or Anthropic client. Swap in an instrument string as the model name and ship.
No vendor lock-in. You aren't tied to one model house. If a better-priced model qualifies, we route to it without you changing code.
Buying isn't a one-way decision. Users who enable Advanced Mode can opt to hold their purchased tokens in their Trading account before consuming them. Tokens held in your Trading account can be resold on the order book, which gives you room to experiment with how much you buy. See Reselling tokens.
Where to go next
Quickstart: make your first call in under five minutes.
Choose an instrument: pick the task type, quality tier, or lab latest market for your workload.
Current instruments: see the live specs and what each one is benchmarked against.
Benefits: what you gain by consuming inference at market prices.
Last updated
Was this helpful?