You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .speakeasy/out.openapi.yaml
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3516,6 +3516,7 @@ components:
3516
3516
- Relace
3517
3517
- SambaNova
3518
3518
- SiliconFlow
3519
+
- Sourceful
3519
3520
- Stealth
3520
3521
- StreamLake
3521
3522
- Switchpoint
@@ -3816,6 +3817,11 @@ components:
3816
3817
maxLength: 128
3817
3818
description: >-
3818
3819
A unique identifier representing your end-user, which helps distinguish between different users of your app. This allows your app to identify specific users in case of abuse reports, preventing your entire app from being affected by the actions of individual users. Maximum of 128 characters.
3820
+
session_id:
3821
+
type: string
3822
+
maxLength: 128
3823
+
description: >-
3824
+
A unique identifier for grouping related requests (e.g., a conversation or agent workflow) for observability. If provided in both the request body and the x-session-id header, the body value takes precedence. Maximum of 128 characters.
3819
3825
description: Request schema for Responses endpoint
3820
3826
example:
3821
3827
model: anthropic/claude-4.5-sonnet-20250929
@@ -6242,6 +6248,11 @@ paths:
6242
6248
- object
6243
6249
- data
6244
6250
- model
6251
+
text/event-stream:
6252
+
schema:
6253
+
type: string
6254
+
description: Not used for embeddings - embeddings do not support streaming
6255
+
x-speakeasy-sse-sentinel: '[DONE]'
6245
6256
'400':
6246
6257
description: Bad Request - Invalid request parameters or malformed input
| `provider` | [OptionalNullable[components.Provider]](../components/provider.md) | :heavy_minus_sign: | When multiple model providers are available, optionally indicate your routing preference. | |
35
35
| `plugins` | List[[components.Plugin](../components/plugin.md)] | :heavy_minus_sign: | Plugins you want to enable for this request, including their settings. | |
36
-
| `user` | *Optional[str]* | :heavy_minus_sign: | A unique identifier representing your end-user, which helps distinguish between different users of your app. This allows your app to identify specific users in case of abuse reports, preventing your entire app from being affected by the actions of individual users. Maximum of 128 characters. | |
36
+
| `user` | *Optional[str]* | :heavy_minus_sign: | A unique identifier representing your end-user, which helps distinguish between different users of your app. This allows your app to identify specific users in case of abuse reports, preventing your entire app from being affected by the actions of individual users. Maximum of 128 characters. | |
37
+
| `session_id` | *Optional[str]* | :heavy_minus_sign: | A unique identifier for grouping related requests (e.g., a conversation or agent workflow) for observability. If provided in both the request body and the x-session-id header, the body value takes precedence. Maximum of 128 characters. | |
0 commit comments