Skip to content

Commit 3d21ee7

Browse files
committed
newest speakeasy
1 parent ecaf9c7 commit 3d21ee7

File tree

24 files changed

+3799
-792
lines changed

24 files changed

+3799
-792
lines changed

.speakeasy/gen.lock

Lines changed: 3763 additions & 758 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ generation:
2525
schemas:
2626
allOfMergeStrategy: shallowMerge
2727
requestBodyFieldName: ""
28+
persistentEdits: {}
2829
tests:
2930
generateTests: false
3031
generateNewTests: true
3132
skipResponseBodyAssertions: false
3233
preApplyUnionDiscriminators: true
3334
typescript:
34-
version: 0.3.1
35+
version: 0.3.2
3536
acceptHeaderEnum: false
3637
additionalDependencies:
3738
dependencies: {}

.speakeasy/out.openapi.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6211,7 +6211,22 @@ components:
62116211
- model
62126212
- choices
62136213
additionalProperties: false
6214-
parameters: {AppIdentifier: {name: HTTP-Referer, in: header, schema: {type: string}, description: "The app identifier should be your app's URL and is used as the primary identifier for rankings.\nThis is used to track API usage per application.\n"}, AppDisplayName: {name: X-Title, in: header, schema: {type: string}, description: "The app display name allows you to customize how your app appears in OpenRouter's dashboard.\n"}}
6214+
parameters:
6215+
AppIdentifier:
6216+
name: HTTP-Referer
6217+
in: header
6218+
schema:
6219+
type: string
6220+
description: |
6221+
The app identifier should be your app's URL and is used as the primary identifier for rankings.
6222+
This is used to track API usage per application.
6223+
AppDisplayName:
6224+
name: X-Title
6225+
in: header
6226+
schema:
6227+
type: string
6228+
description: |
6229+
The app display name allows you to customize how your app appears in OpenRouter's dashboard.
62156230
securitySchemes:
62166231
apiKey:
62176232
type: http

.speakeasy/workflow.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
speakeasyVersion: 1.666.0
1+
speakeasyVersion: 1.680.0
22
sources:
33
OpenRouter API:
44
sourceNamespace: open-router-chat-completions-api
5-
sourceRevisionDigest: sha256:92f6f1568ba089ae8e52bd55d859a97e446ae232c4c9ca9302ea64705313c7a0
6-
sourceBlobDigest: sha256:6bbf6ab7123261f7e0604f1c640e32b5fc8fb6bb503b1bc8b12d0d78ed19fefc
5+
sourceRevisionDigest: sha256:9825a9d9dd018739535efcfcd22e5cad96efd1ce991aeaa4b4e7fe5b9d40f0fa
6+
sourceBlobDigest: sha256:6f9ef0c822dc240348641c51d5824e49681a2e3ac0132d2c19cd2abb3bcfdd03
77
tags:
88
- latest
9-
- matt-fix-reasoning-and-types
109
- 1.0.0
1110
targets:
1211
openrouter:
1312
source: OpenRouter API
1413
sourceNamespace: open-router-chat-completions-api
15-
sourceRevisionDigest: sha256:92f6f1568ba089ae8e52bd55d859a97e446ae232c4c9ca9302ea64705313c7a0
16-
sourceBlobDigest: sha256:6bbf6ab7123261f7e0604f1c640e32b5fc8fb6bb503b1bc8b12d0d78ed19fefc
14+
sourceRevisionDigest: sha256:9825a9d9dd018739535efcfcd22e5cad96efd1ce991aeaa4b4e7fe5b9d40f0fa
15+
sourceBlobDigest: sha256:6f9ef0c822dc240348641c51d5824e49681a2e3ac0132d2c19cd2abb3bcfdd03
1716
codeSamplesNamespace: open-router-chat-completions-api-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:7f5011aa123855cc92e9b1975ea54d834113df9dc07c7974b41ef8d49a2d4cfc
17+
codeSamplesRevisionDigest: sha256:4ce44ce842fb432db3bc01ef54b2728d4120c57a8dfc887399297d53dd79a774
1918
workflow:
2019
workflowVersion: 1.0.0
21-
speakeasyVersion: 1.666.0
20+
speakeasyVersion: 1.680.0
2221
sources:
2322
OpenRouter API:
2423
inputs:

.speakeasy/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
workflowVersion: 1.0.0
2-
speakeasyVersion: 1.666.0
2+
speakeasyVersion: 1.680.0
33
sources:
44
OpenRouter API:
55
inputs:

docs/sdks/analytics/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Analytics
2-
(*analytics*)
32

43
## Overview
54

docs/sdks/apikeys/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# APIKeys
2-
(*apiKeys*)
32

43
## Overview
54

docs/sdks/chat/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Chat
2-
(*chat*)
32

43
## Overview
54

docs/sdks/completions/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Completions
2-
(*completions*)
32

43
## Overview
54

docs/sdks/credits/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Credits
2-
(*credits*)
32

43
## Overview
54

0 commit comments

Comments
 (0)