# Instrument Specifications (latest)

On The Grid, every Instrument is defined by a specification: a set of measurable thresholds that all supplier models must meet or exceed. These thresholds cover intelligence (scored on the Artificial Analysis Intelligence Index), time to first token, streaming throughput, context window size, maximum output length, and reliability (uptime and error rate). The specification is what makes Units fungible across suppliers - any model that passes the bar can deliver the Instrument.

### Key metrics that define the Instrument

Every Instrument is defined by a set of metrics. At a high level:

* **Quality**

  A score on an independent benchmark such as an Artificial Analysis Intelligence Index that reflects ability to fulfill a buyers' requirements.
* **Throughput**

  Minimum tokens per second while streaming. This drives both UX smoothness and batch job completion times.
* **Latency (Time to First Token)**

  Maximum allowed time from request to first streamed token. This is critical for interactive UX.
* **Context Window**

  Minimum number of tokens the model can accept as input. This determines how much content you can pass in a single call.
* **Output Length**

  Minimum number of tokens the model can generate in a single response for that Instrument.

#### Current Specifications

As of March 2026, Text Max, Text Prime, and Text Standard are available and served as per below specification. These values may be updated over time.

<table data-view="cards"><thead><tr><th>Instrument</th><th>Unit</th><th>Quality Score</th><th>Throughput</th><th>Latency (Time to First Token)</th><th>Context Window</th><th>Output Length</th></tr></thead><tbody><tr><td>Text Max</td><td>1M tokens</td><td>≥53 <a href="https://artificialanalysis.ai/evaluations/artificial-analysis-intelligence-index">AA Intelligence Index</a></td><td>≥30 tokens/sec</td><td>≤3.50 sec</td><td>≥1M tokens</td><td>≥128K tokens</td></tr><tr><td>Text Prime</td><td>1M tokens</td><td>≥38 <a href="https://artificialanalysis.ai/evaluations/artificial-analysis-intelligence-index">AA Intelligence Index</a></td><td>≥40 tokens/sec</td><td>≤4.62 sec</td><td>≥128K tokens</td><td>≥30K tokens</td></tr><tr><td>Text Standard</td><td>1M tokens</td><td>≥18 <a href="https://artificialanalysis.ai/evaluations/artificial-analysis-intelligence-index">AA Intelligence Index</a></td><td>≥100 tokens/sec</td><td>≤1.32 sec</td><td>≥128K tokens</td><td>≥16K tokens</td></tr></tbody></table>

The list of qualifying models for each Instrument evolves constantly. In practice, The Grid maintains a rotating roster and regularly evaluates participating suppliers to ensure conformance.
