mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-01 12:40:23 +08:00
38 lines
900 B
Markdown
38 lines
900 B
Markdown
# ChatCompletionCreateParamsResponseFormatUnion
|
|
|
|
Response format configuration
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `models.ChatCompletionCreateParamsResponseFormatText`
|
|
|
|
```python
|
|
value: models.ChatCompletionCreateParamsResponseFormatText = /* values here */
|
|
```
|
|
|
|
### `models.ChatCompletionCreateParamsResponseFormatJSONObject`
|
|
|
|
```python
|
|
value: models.ChatCompletionCreateParamsResponseFormatJSONObject = /* values here */
|
|
```
|
|
|
|
### `models.ChatCompletionCreateParamsResponseFormatJSONSchema`
|
|
|
|
```python
|
|
value: models.ChatCompletionCreateParamsResponseFormatJSONSchema = /* values here */
|
|
```
|
|
|
|
### `models.ChatCompletionCreateParamsResponseFormatGrammar`
|
|
|
|
```python
|
|
value: models.ChatCompletionCreateParamsResponseFormatGrammar = /* values here */
|
|
```
|
|
|
|
### `models.ChatCompletionCreateParamsResponseFormatPython`
|
|
|
|
```python
|
|
value: models.ChatCompletionCreateParamsResponseFormatPython = /* values here */
|
|
```
|
|
|