Skip to content

Commit 6b40c22

Browse files
openrouter-docs-sync[bot]OpenRouter SDK Bot
andauthored
chore: update OpenAPI spec from monorepo (#859)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
1 parent ee16655 commit 6b40c22

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.speakeasy/in.openapi.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29111,6 +29111,10 @@ paths:
2911129111
- 'json'
2911229112
- 'verbose_json'
2911329113
type: 'string'
29114+
session_id:
29115+
description: 'A unique identifier for grouping related requests (e.g., a conversation or agent workflow). Used for observability grouping in Broadcast and private logging; never sent to the provider. If provided in both the request body and the x-session-id header, the body value takes precedence.'
29116+
maxLength: 256
29117+
type: 'string'
2911429118
temperature:
2911529119
description: 'The sampling temperature.'
2911629120
type: 'number'
@@ -29122,6 +29126,13 @@ paths:
2912229126
- 'segment'
2912329127
type: 'string'
2912429128
type: 'array'
29129+
trace:
29130+
description: 'JSON-encoded trace metadata object (trace_id, trace_name, span_name, generation_name, parent_span_id and custom keys) attached to the Broadcast trace. Must decode to a JSON object.'
29131+
type: 'string'
29132+
user:
29133+
description: 'A unique identifier representing your end-user. Forwarded to Broadcast and private logging as the end-user id; never sent to the provider.'
29134+
maxLength: 256
29135+
type: 'string'
2912529136
required:
2912629137
- 'file'
2912729138
- 'model'

0 commit comments

Comments
 (0)