Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5302,7 +5302,7 @@ components:
trace:
$ref: '#/components/schemas/TraceConfig'
user:
description: 'Unique user identifier'
description: 'Per-end-user identifier for abuse isolation. Use a stable ID, hash, or pseudonym. When a provider requires a user identity, OpenRouter folds it into the hashed identity sent upstream and never forwards it raw. If omitted, requests use an account-level identity, so provider policy blocks can affect the whole account.'
example: 'user-123'
type: 'string'
required:
Expand Down Expand Up @@ -20590,6 +20590,8 @@ components:
route:
$ref: '#/components/schemas/DeprecatedRoute'
safety_identifier:
description: 'Recommended per-end-user identifier for abuse isolation. Use a stable ID, hash, or pseudonym. When a provider requires a user identity, OpenRouter folds it into the hashed identity sent upstream and never forwards it raw. If omitted, requests use an account-level identity, so provider policy blocks can affect the whole account.'
example: 'user-123'
type:
- 'string'
- 'null'
Expand Down
Loading