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

# TaskBudget

Task budget for an agentic turn. The model sees a countdown of remaining tokens and uses it to prioritize work and wind down gracefully. Advisory — does not enforce a hard cap.

## Fields

| Field       | Type                                                  | Required             | Description |
| ----------- | ----------------------------------------------------- | -------------------- | ----------- |
| `remaining` | *OptionalNullable\[int]*                              | :heavy\_minus\_sign: | N/A         |
| `total`     | *int*                                                 | :heavy\_check\_mark: | N/A         |
| `type`      | [components.TypeTokens](../components/typetokens.mdx) | :heavy\_check\_mark: | N/A         |
