> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Dimension

## Example Usage

```typescript theme={null}
import { Dimension } from "@openrouter/sdk/models/operations";

let value: Dimension = {
  displayLabel: "Model",
  name: "model",
};
```

## Fields

| Field          | Type     | Required             | Description                                 | Example |
| -------------- | -------- | -------------------- | ------------------------------------------- | ------- |
| `displayLabel` | *string* | :heavy\_check\_mark: | Human-readable label                        | Model   |
| `name`         | *string* | :heavy\_check\_mark: | Dimension identifier used in query requests | model   |
