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
+6 -6
View File
@@ -9,21 +9,21 @@
value: str = /* values here */
```
### `components.ResponseInputText`
### `components.InputText`
```python
value: components.ResponseInputText = /* values here */
value: components.InputText = /* values here */
```
### `components.ResponseInputImage`
### `components.InputImage`
```python
value: components.ResponseInputImage = /* values here */
value: components.InputImage = /* values here */
```
### `components.ResponseInputFile`
### `components.InputFile`
```python
value: components.ResponseInputFile = /* values here */
value: components.InputFile = /* values here */
```