Files
openrouter-python-sdk-retry…/docs/components/imageinputmodality.mdx
T
github-actions[bot]GitHubspeakeasybotspeakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
7010ca5c2e chore: 🐝 Update SDK - Generate (spec change merged) 0.11.24 (#436)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
2026-07-13 17:59:18 +00:00

24 lines
364 B
Plaintext

---
title: "ImageInputModality"
---
## Example Usage
```python
from openrouter.components import ImageInputModality
# Open enum: unrecognized values are captured as UnrecognizedStr
value: ImageInputModality = "text"
```
## Values
This is an open enum. Unrecognized values will not fail type checks.
- `"text"`
- `"image"`
- `"file"`
- `"audio"`
- `"video"`