> ## 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. # InputsUnion Input for a response request - can be a string or array of items ## Supported Types ### `str` ```python theme={null} value: str = /* values here */ ``` ### `List[components.InputsUnion1]` ```python theme={null} value: List[components.InputsUnion1] = /* values here */ ```