Files
openrouter-python-sdk-retry…/docs/operations/input.md
T
2025-11-13 14:21:27 -05:00

314 B

Input

Supported Types

str

value: str = /* values here */

List[str]

value: List[str] = /* values here */

List[float]

value: List[float] = /* values here */

List[List[float]]

value: List[List[float]] = /* values here */