Files
openrouter-python-sdk-retry…/docs/components/imagegenerationservertoolconfigunion.mdx
T

25 lines
282 B
Plaintext

---
title: "ImageGenerationServerToolConfigUnion"
---
## Supported Types
### `str`
```python
value: str = /* values here */
```
### `float`
```python
value: float = /* values here */
```
### `List[Nullable[Any]]`
```python
value: List[Nullable[Any]] = /* values here */
```