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

# DecisionsResponse

## Fields

| Field      | Type                                                                          | Required             | Description |
| ---------- | ----------------------------------------------------------------------------- | -------------------- | ----------- |
| `answers`  | Dict\[str, [components.Answers](../components/answers.mdx)]                   | :heavy\_check\_mark: | N/A         |
| `id`       | *Optional\[str]*                                                              | :heavy\_minus\_sign: | N/A         |
| `model`    | *str*                                                                         | :heavy\_check\_mark: | N/A         |
| `provider` | *Optional\[str]*                                                              | :heavy\_minus\_sign: | N/A         |
| `usage`    | [components.DecisionsResponseUsage](../components/decisionsresponseusage.mdx) | :heavy\_check\_mark: | N/A         |
