Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 7, 2025

SDK update

Versioning

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

Typescript SDK Changes Detected:

  • openrouter.generations.getGeneration(): response.data.numVideoPrompt Removed Breaking ⚠️
  • openrouter.models.listEmbeddings(): Added
  • openrouter.chat.send():
    • request.messages.[].[userMessage].content.[array].[].[inputVideo] Added
    • response.choices.[].message.content.[array].[].[inputVideo] Added
OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (6574:3)
│ └─┬/generation
│   └─┬GET
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └─┬Schema
│             └─┬data
│               ├──[-] required (6443:47)❌ 
│               └──[-] properties (6373:45)❌ 
└─┬Components
  ├──[+] schemas (4709:7)
  ├──[+] schemas (5004:7)
  ├──[-] schemas (4986:13)❌ 
  ├─┬ChatGenerationParams
  │ └─┬tools
  │   └─┬Schema
  │     └──[🔀] $ref (5004:13)❌ 
  └─┬ChatMessageContentItem
    ├──[+] oneOf (4709:7)
    └──Discriminator
Document Element Total Changes Breaking Changes
paths 3 2
components 6 2

TYPESCRIPT CHANGELOG

core: 3.26.3 - 2025-11-05

🐝 New Features

  • delete dead code - unused inbound/outbound schemas (configurable via alwaysIncludeInboundAndOutbound) (commit by @mfbx9da4)

core: 3.26.2 - 2025-11-05

🐝 New Features

  • support body field name configuration via requestBodyFieldName in gen.yaml (commit by @subomi)

core: 3.26.1 - 2025-11-04

🐛 Bug Fixes

  • delete deprecated zod code (configurable via gen.yaml exportZodModelNamespace) (commit by @mfbx9da4)

Based on Speakeasy CLI 1.650.0

* `openrouter.generations.getGeneration()`:  `response.data.numVideoPrompt` **Removed** **Breaking** ⚠️
* `openrouter.models.listEmbeddings()`: **Added**
* `openrouter.chat.send()`: 
  *  `request.messages.[].[userMessage].content.[array].[].[inputVideo]` **Added**
  *  `response.choices.[].message.content.[array].[].[inputVideo]` **Added**
@github-actions github-actions bot added the patch Patch version bump label Nov 7, 2025
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.

2 participants