Compare commits

..
Author SHA1 Message Date
speakeasy-github[bot] c544e743ee empty commit to trigger [run-tests] workflow 2026-06-22 15:04:31 +00:00
speakeasybot 61c7dc71a5 ## Python SDK Changes:
* `open_router.benchmarks.get_benchmarks()`: **Added**
* `open_router.datasets.get_benchmarks_artificial_analysis()`: **Deleted** **Breaking** ⚠️
* `open_router.datasets.get_benchmarks_design_arena()`: **Deleted** **Breaking** ⚠️
* `open_router.chat.send()`:  `response` **Changed**
* `open_router.embeddings.generate()`:  `response.usage` **Changed**
* `open_router.embeddings.list_models()`:  `response.data.[].reasoning` **Added**
* `open_router.models.get()`:  `response.data.reasoning` **Added**
* `open_router.models.list()`:  `response.data.[].reasoning` **Added**
* `open_router.models.list_for_user()`:  `response.data.[].reasoning` **Added**
2026-06-22 15:04:15 +00:00
4 changed files with 7 additions and 13 deletions
@@ -5,7 +5,7 @@ name: Auto-merge Speakeasy PR
on:
pull_request:
types: [labeled, opened]
types: [labeled]
permissions:
contents: write
@@ -22,13 +22,7 @@ jobs:
github.event.pull_request.user.login == 'github-actions[bot]' &&
startsWith(github.event.pull_request.head.ref, 'speakeasy-sdk-regen-') &&
contains(github.event.pull_request.title, '🐝 Update SDK') &&
(
(github.event.action == 'labeled' && contains(fromJSON('["patch", "minor", "major"]'), github.event.label.name)) ||
(github.event.action == 'opened' &&
(contains(github.event.pull_request.labels.*.name, 'patch') ||
contains(github.event.pull_request.labels.*.name, 'minor') ||
contains(github.event.pull_request.labels.*.name, 'major')))
)
contains(fromJSON('["patch", "minor", "major"]'), github.event.label.name)
runs-on: ubuntu-latest
steps:
- name: Close superseded Speakeasy PRs
+2 -2
View File
@@ -11,8 +11,8 @@ management:
installationURL: https://github.com/OpenRouterTeam/python-sdk.git
published: true
persistentEdits:
generation_id: abb906fe-f1e6-4836-ab0d-65a3aa53024c
pristine_commit_hash: d8b83213f131c51b08d343960443188822f7e43d
generation_id: 9f80097d-b2ce-45b1-8e4b-34af0bf2d89e
pristine_commit_hash: 5243ab021a0b08a7b72ceba1aecfd435ab792359
pristine_tree_hash: efb6e09e141797febaca6535c4612226426a8e8c
features:
python:
+2 -2
View File
@@ -6,7 +6,7 @@ sources:
sourceBlobDigest: sha256:e0cae9ca4d8bd6326bf2af1bc0b1444b9819a634698e848acf6831bcd7391c36
tags:
- latest
- speakeasy-sdk-regen-1782146304
- speakeasy-sdk-regen-1782140573
- 1.0.0
targets:
open-router:
@@ -15,7 +15,7 @@ targets:
sourceRevisionDigest: sha256:e723fd6d93d1675f10180ae0294e31a5f58f3492260b2afb840c9d21afe73fa5
sourceBlobDigest: sha256:e0cae9ca4d8bd6326bf2af1bc0b1444b9819a634698e848acf6831bcd7391c36
codeSamplesNamespace: open-router-python-code-samples
codeSamplesRevisionDigest: sha256:18d9a2a331754321fc8bb0067e344794777799ec325b28bdd67548c0d0f3bbe1
codeSamplesRevisionDigest: sha256:aa5c49b9c407a6f784ebf730fb155389272098e14ee468d7de24dd01d98b5f73
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.680.0
+1 -1
View File
@@ -30,7 +30,7 @@ Based on:
### Releases
- [PyPI v0.10.0] https://pypi.org/project/openrouter/0.10.0 - .
## 2026-06-22 16:46:58
## 2026-06-22 15:02:31
### Changes
Based on:
- OpenAPI Doc