Skip to content

Commit 966490f

Browse files
openrouter-docs-sync[bot]OpenRouter SDK Bot
andauthored
chore: update OpenAPI spec from monorepo (#902)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
1 parent 084e640 commit 966490f

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

‎.speakeasy/in.openapi.yaml‎

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42762,7 +42762,7 @@ paths:
4276242762
x-speakeasy-name-override: 'getSyncJob'
4276342763
/systemone:
4276442764
post:
42765-
description: 'TypeSafe SDK compatible alias for `POST /api/alpha/decisions`. Accepts the same request body and returns the same response. Bare TypeSafe model IDs such as `jev-1.13` and `jev-latest` are mapped onto the `typesafe/` namespace.'
42765+
description: 'Sends state and typed questions to a System One model such as Jev and returns its answers. Compatible with the TypeSafe SDKs. Bare System One model IDs such as `jev-1.13` and `jev-latest` are mapped onto the `typesafe/` namespace.'
4276642766
operationId: 'createSystemone'
4276742767
requestBody:
4276842768
content:
@@ -42955,10 +42955,10 @@ paths:
4295542955
schema:
4295642956
$ref: '#/components/schemas/ProviderOverloadedResponse'
4295742957
description: 'Provider Overloaded - Provider is temporarily overloaded'
42958-
summary: 'Submit a System One request (TypeSafe SDK compatible alias)'
42958+
summary: 'Submit a System One request'
4295942959
tags:
42960-
- 'alpha.decisions'
42961-
x-speakeasy-ignore: true
42960+
- 'SystemOne'
42961+
x-speakeasy-name-override: 'create'
4296242962
/vault/interns/{internId}/secrets:
4296342963
get:
4296442964
description: 'Lists secret metadata stored for one intern. Responses contain names, bound hosts, fingerprints and creation times, never secret values. Results are ordered by name and paginated with `limit` and `offset`. The scope is selected by the API key: workspace routes act on the key''s active workspace and intern routes act on one intern inside that workspace. There is no default workspace and no fallback to another scope. Every vault route, including reads, requires access to the Intern API programme and returns 404 outside it. Requests on regional hostnames such as `eu.openrouter.ai` are refused. [API key](/docs/api-reference/authentication) required.'
@@ -45861,6 +45861,9 @@ tags:
4586145861
- description: 'Speech-to-text endpoints'
4586245862
name: 'STT'
4586345863
x-displayName: 'Transcriptions'
45864+
- description: 'System One endpoints for models such as Jev, compatible with the TypeSafe SDKs. See https://openrouter.ai/docs/guides/community/typesafe-sdk.'
45865+
name: 'SystemOne'
45866+
x-displayName: 'System One'
4586445867
- description: 'Text-to-speech endpoints'
4586545868
name: 'TTS'
4586645869
x-displayName: 'Speech'

0 commit comments

Comments
 (0)