# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://thegrid.ai/docs/introduction/instruments-and-specifications/instrument-specifications-latest.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
