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

# Granularity

## Example Usage

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

let value: Granularity = {
  displayLabel: "Day",
  name: "day",
};
```

## Fields

| Field          | Type                                                                      | Required             | Description            | Example |
| -------------- | ------------------------------------------------------------------------- | -------------------- | ---------------------- | ------- |
| `displayLabel` | *string*                                                                  | :heavy\_check\_mark: | Human-readable label   | Day     |
| `name`         | [operations.GranularityName](../../models/operations/granularityname.mdx) | :heavy\_check\_mark: | Granularity identifier | day     |
