feat: regenerate SDK with updated OpenAPI spec

Speakeasy regeneration with latest schema changes including
type renames and new server tool models.
This commit is contained in:
OpenRouter SDK Bot
2026-03-27 15:18:14 -04:00
parent e72a84e82d
commit 5ab44f08f0
375 changed files with 36229 additions and 5480 deletions
+10 -10
View File
@@ -5,33 +5,33 @@ Response format configuration
## Supported Types
### `components.ResponseFormatText`
### `components.ChatFormatTextConfig`
```python
value: components.ResponseFormatText = /* values here */
value: components.ChatFormatTextConfig = /* values here */
```
### `components.ResponseFormatJSONObject`
### `components.FormatJSONObjectConfig`
```python
value: components.ResponseFormatJSONObject = /* values here */
value: components.FormatJSONObjectConfig = /* values here */
```
### `components.ResponseFormatJSONSchema`
### `components.ChatFormatJSONSchemaConfig`
```python
value: components.ResponseFormatJSONSchema = /* values here */
value: components.ChatFormatJSONSchemaConfig = /* values here */
```
### `components.ResponseFormatTextGrammar`
### `components.ChatFormatGrammarConfig`
```python
value: components.ResponseFormatTextGrammar = /* values here */
value: components.ChatFormatGrammarConfig = /* values here */
```
### `components.ResponseFormatTextPython`
### `components.ChatFormatPythonConfig`
```python
value: components.ResponseFormatTextPython = /* values here */
value: components.ChatFormatPythonConfig = /* values here */
```