mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
22 lines
314 B
Plaintext
22 lines
314 B
Plaintext
---
|
|
title: "Document"
|
|
---
|
|
|
|
A document to rerank. Either a plain string, or a structured object with optional `text` and/or `image`.
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `str`
|
|
|
|
```python
|
|
value: str = /* values here */
|
|
```
|
|
|
|
### `operations.DocumentRequest`
|
|
|
|
```python
|
|
value: operations.DocumentRequest = /* values here */
|
|
```
|
|
|