Skip to content

chore: 🐝 Update SDK - Generate (spec change merged) 1.1.114 - #781

Merged
openrouter-docs-sync[bot] merged 2 commits into
mainfrom
speakeasy-sdk-regen-1788364831
Sep 2, 2026
Merged

openrouter-docs-sync[bot] merged 2 commits into
mainfrom
speakeasy-sdk-regen-1788364831

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • open_router.tts.create_speech(): error.status[403] Added
  • open_router.stt.create_transcription(): error.status[403] Added
  • open_router.stt.create_transcription_multipart(): error.status[403] Added
  • open_router.chat.send():
    • request.messages[].union(assistant).content.union(Array<ChatContentItems>)[] Changed
    • response.choices[].message.content.union(Array<ChatContentItems>)[] Changed
  • open_router.embeddings.generate(): error.status[403] Added
  • open_router.presets.create_presets_chat_completions():
    • request.messages[].union(assistant).content.union(Array<ChatContentItems>)[] Changed
  • open_router.presets.create_presets_responses():
    • request.input.union(Array<>)[].union(InputMessageItem).content[].union(input_video).processing Added
  • open_router.rerank.rerank(): error.status[403] Added
  • open_router.responses.send():
    • request.input.union(Array<>)[].union(InputMessageItem).content[].union(input_video).processing Added
  • open_router.beta.responses.send():
    • request.input.union(Array<>)[].union(InputMessageItem).content[].union(input_video).processing Added
  • open_router.video_generation.generate(): error.status[403] Added
  • open_router.video_generation.get_generation(): error.status[403] Added
  • open_router.video_generation.get_video_content(): error.status[403] Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/videos
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (39644:11)
│ ├─┬/videos/{jobId}/content
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (39829:11)
│ ├─┬/audio/transcriptions
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (28387:11)
│ ├─┬/audio/speech
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (28187:11)
│ ├─┬/videos/{jobId}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (39740:11)
│ ├─┬/rerank
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (38785:11)
│ └─┬/embeddings
│   └─┬POST
│     └─┬Responses
│       └──[+] codes (31161:11)
└─┬Components
  ├─┬ChatContentVideoInput
  │ ├──[+] properties (5049:9)
  │ └─┬url
  │   ├──[+] enum (5052:15)
  │   ├──[+] enum (5053:15)
  │   ├──[🔀] description (5050:24)
  │   ├──[+] example (5054:20)
  │   └─┬Extensions
  │     └──[+] x-speakeasy-unknown-values (5056:39)
  ├─┬Legacy_ChatContentVideoInput
  │ ├──[+] properties (11937:9)
  │ └─┬url
  │   ├──[+] enum (11940:15)
  │   ├──[+] enum (11941:15)
  │   ├──[🔀] description (11938:24)
  │   ├──[+] example (11942:20)
  │   └─┬Extensions
  │     └──[+] x-speakeasy-unknown-values (11944:39)
  └─┬InputVideo
    ├──[+] properties (11757:9)
    ├─┬video_url
    │ ├──[+] enum (11767:15)
    │ └──[-] description (11754:24)
    └─┬type
      ├──[+] enum (11760:15)
      ├──[+] enum (11761:15)
      ├──[-] enum (11751:15)❌ 
      ├──[+] description (11758:24)
      ├──[+] example (11762:20)
      └─┬Extensions
        └──[+] x-speakeasy-unknown-values (11764:39)
Document Element Total Changes Breaking Changes
paths 7 0
components 21 1

View full report

Linting Report 0 errors, 6 warnings, 9 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.787.0

Last updated by Speakeasy workflow

* `open_router.tts.create_speech()`:  `error.status[403]` **Added**
* `open_router.stt.create_transcription()`:  `error.status[403]` **Added**
* `open_router.stt.create_transcription_multipart()`:  `error.status[403]` **Added**
* `open_router.chat.send()`: 
  *  `request.messages[].union(assistant).content.union(Array<ChatContentItems>)[]` **Changed**
  *  `response.choices[].message.content.union(Array<ChatContentItems>)[]` **Changed**
* `open_router.embeddings.generate()`:  `error.status[403]` **Added**
* `open_router.presets.create_presets_chat_completions()`: 
  *  `request.messages[].union(assistant).content.union(Array<ChatContentItems>)[]` **Changed**
* `open_router.presets.create_presets_responses()`: 
  *  `request.input.union(Array<>)[].union(InputMessageItem).content[].union(input_video).processing` **Added**
* `open_router.rerank.rerank()`:  `error.status[403]` **Added**
* `open_router.responses.send()`: 
  *  `request.input.union(Array<>)[].union(InputMessageItem).content[].union(input_video).processing` **Added**
* `open_router.beta.responses.send()`: 
  *  `request.input.union(Array<>)[].union(InputMessageItem).content[].union(input_video).processing` **Added**
* `open_router.video_generation.generate()`:  `error.status[403]` **Added**
* `open_router.video_generation.get_generation()`:  `error.status[403]` **Added**
* `open_router.video_generation.get_video_content()`:  `error.status[403]` **Added**
@github-actions github-actions Bot added the patch Patch version bump label Sep 2, 2026
@openrouter-docs-sync
openrouter-docs-sync Bot merged commit 3aa6be6 into main Sep 2, 2026
2 checks passed
@openrouter-docs-sync
openrouter-docs-sync Bot deleted the speakeasy-sdk-regen-1788364831 branch September 2, 2026 16:04
@mintlify

mintlify Bot commented Sep 2, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
openrouter-production 🔴 Failed Sep 2, 2026, 4:17 PM

@mintlify

mintlify Bot commented Sep 2, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
openrouter-staging 🔴 Failed Sep 2, 2026, 4:17 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant