Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { BatchListResponse } from "@openrouter/sdk/models";
let value: BatchListResponse = {
data: [],
firstId: null,
hasMore: false,
lastId: null,
object: "list",
};
| Field | Type | Required | Description |
|---|---|---|---|
data | models.BatchListItem[] | :heavy_check_mark: | N/A |
firstId | string | :heavy_check_mark: | N/A |
hasMore | boolean | :heavy_check_mark: | N/A |
lastId | string | :heavy_check_mark: | N/A |
object | models.BatchListResponseObject | :heavy_check_mark: | N/A |