> ## 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. # Links Pagination links ## Example Usage ```typescript theme={null} import { Links } from "@openrouter/sdk/models"; let value: Links = { next: "/api/v1/models?offset=500&limit=500", }; ``` ## Fields | Field | Type | Required | Description | Example | | ------ | -------- | -------------------- | ------------------------------------------------------------------ | ------------------------------------ | | `next` | *string* | :heavy\_check\_mark: | URL for the next page of results, or null if this is the last page | /api/v1/models?offset=500\&limit=500 |