Example Usage
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 |