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

# BatchObject

## Fields

| Field               | Type                                                                                    | Required             | Description |
| ------------------- | --------------------------------------------------------------------------------------- | -------------------- | ----------- |
| `completion_window` | [components.BatchObjectCompletionWindow](../components/batchobjectcompletionwindow.mdx) | :heavy\_check\_mark: | N/A         |
| `created_at`        | *int*                                                                                   | :heavy\_check\_mark: | N/A         |
| `endpoint`          | *str*                                                                                   | :heavy\_check\_mark: | N/A         |
| `error`             | [Nullable\[components.BatchObjectError\]](../components/batchobjecterror.mdx)           | :heavy\_check\_mark: | N/A         |
| `finalized_at`      | *Nullable\[int]*                                                                        | :heavy\_check\_mark: | N/A         |
| `id`                | *str*                                                                                   | :heavy\_check\_mark: | N/A         |
| `model`             | *str*                                                                                   | :heavy\_check\_mark: | N/A         |
| `object`            | [components.BatchObjectObjectBatch](../components/batchobjectobjectbatch.mdx)           | :heavy\_check\_mark: | N/A         |
| `request_counts`    | [components.BatchObjectRequestCounts](../components/batchobjectrequestcounts.mdx)       | :heavy\_check\_mark: | N/A         |
| `results`           | List\[[components.Result](../components/result.mdx)]                                    | :heavy\_check\_mark: | N/A         |
| `status`            | [components.BatchObjectStatus](../components/batchobjectstatus.mdx)                     | :heavy\_check\_mark: | N/A         |
| `usage`             | [Nullable\[components.BatchObjectUsage\]](../components/batchobjectusage.mdx)           | :heavy\_check\_mark: | N/A         |
