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
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36048,7 +36048,7 @@ paths:
36048
36048
- $ref: "#/components/parameters/AppCategories"
36049
36049
/models/user:
36050
36050
get:
36051
-
description: 'List models filtered by user provider preferences, [privacy settings](https://openrouter.ai/docs/guides/privacy/provider-logging), and [guardrails](https://openrouter.ai/docs/guides/features/guardrails). If requesting through a regional hostname, the results will be filtered to models that satisfy in-region routing for that region.'
36051
+
description: 'List models filtered by user provider preferences, [privacy settings](https://openrouter.ai/docs/guides/privacy/provider-logging), and [guardrails](https://openrouter.ai/docs/guides/features/guardrails). Returns text-output models by default; pass `output_modalities` (e.g. `image,audio,embeddings` or `all`) to include other modalities. If requesting through a regional hostname, the results will be filtered to models that satisfy in-region routing for that region.'
36052
36052
operationId: 'listModelsUser'
36053
36053
parameters:
36054
36054
- description: 'Number of records to skip for pagination. When both offset and limit are omitted, the full list is returned'
@@ -36075,6 +36075,14 @@ paths:
36075
36075
maximum: 1000
36076
36076
minimum: 1
36077
36077
type: 'integer'
36078
+
- description: 'Filter models by output modality. Accepts a comma-separated list of modalities (text, image, audio, embeddings) or "all" to include all models. Defaults to "text".'
36079
+
in: 'query'
36080
+
name: 'output_modalities'
36081
+
required: false
36082
+
schema:
36083
+
description: 'Filter models by output modality. Accepts a comma-separated list of modalities (text, image, audio, embeddings) or "all" to include all models. Defaults to "text".'
0 commit comments