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

# BaseInputsPhaseUnion - TypeScript SDK

> BaseInputsPhaseUnion type definition

<Warning>
  The TypeScript SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/typescript-sdk/issues).
</Warning>

## Supported Types

### `models.BaseInputsPhaseCommentary`

```typescript lines theme={null}
const value: models.BaseInputsPhaseCommentary = "commentary";
```

### `models.BaseInputsPhaseFinalAnswer`

```typescript lines theme={null}
const value: models.BaseInputsPhaseFinalAnswer = "final_answer";
```

### `any`

```typescript lines theme={null}
const value: any = "<value>";
```
