Files
openrouter-python-sdk-retry…/docs/components/responseformat.md
T
OpenRouter SDK Bot 5ab44f08f0 feat: regenerate SDK with updated OpenAPI spec
Speakeasy regeneration with latest schema changes including
type renames and new server tool models.
2026-03-27 15:18:14 -04:00

38 lines
661 B
Markdown

# ResponseFormat
Response format configuration
## Supported Types
### `components.ChatFormatTextConfig`
```python
value: components.ChatFormatTextConfig = /* values here */
```
### `components.FormatJSONObjectConfig`
```python
value: components.FormatJSONObjectConfig = /* values here */
```
### `components.ChatFormatJSONSchemaConfig`
```python
value: components.ChatFormatJSONSchemaConfig = /* values here */
```
### `components.ChatFormatGrammarConfig`
```python
value: components.ChatFormatGrammarConfig = /* values here */
```
### `components.ChatFormatPythonConfig`
```python
value: components.ChatFormatPythonConfig = /* values here */
```