Dimension - TypeScript SDK
Dimension - TypeScript SDK
Dimension type definition
Dimension - TypeScript SDK
1 import { Dimension } from "@openrouter/sdk/models/operations"; 2 3 let value: Dimension = { 4 displayLabel: "Model", 5 name: "model", 6 };
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
displayLabel | string | ✔️ | Human-readable label | Model |
name | string | ✔️ | Dimension identifier used in query requests | model |