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
description: 'Number of images to generate (1-10). Providers that only support single-image generation reject n > 1.'
10478
+
description: 'Upper bound on the number of images to generate (1-10). Providers may return fewer images, and providers that only support single-image generation reject n > 1.'
10425
10479
example: 1
10426
10480
type: 'integer'
10427
10481
output_compression:
@@ -12756,22 +12810,6 @@ components:
12756
12810
- 'delta'
12757
12811
- 'usage'
12758
12812
type: 'object'
12759
-
MessagesErrorDetail:
12760
-
example:
12761
-
error_type: 'invalid_request'
12762
-
message: 'Invalid request parameters'
12763
-
type: 'invalid_request_error'
12764
-
properties:
12765
-
error_type:
12766
-
$ref: '#/components/schemas/ApiErrorType'
12767
-
message:
12768
-
type: 'string'
12769
-
type:
12770
-
type: 'string'
12771
-
required:
12772
-
- 'type'
12773
-
- 'message'
12774
-
type: 'object'
12775
12813
MessagesErrorEvent:
12776
12814
description: 'Error event in the stream'
12777
12815
example:
@@ -12803,23 +12841,6 @@ components:
12803
12841
- 'type'
12804
12842
- 'error'
12805
12843
type: 'object'
12806
-
MessagesErrorResponse:
12807
-
example:
12808
-
error:
12809
-
message: 'Invalid request parameters'
12810
-
type: 'invalid_request_error'
12811
-
type: 'error'
12812
-
properties:
12813
-
error:
12814
-
$ref: '#/components/schemas/MessagesErrorDetail'
12815
-
type:
12816
-
enum:
12817
-
- 'error'
12818
-
type: 'string'
12819
-
required:
12820
-
- 'type'
12821
-
- 'error'
12822
-
type: 'object'
12823
12844
MessagesFallbackParam:
12824
12845
additionalProperties: {}
12825
12846
description: 'Fallback model to try when the primary model fails or refuses. Only the `model` field is supported; per-attempt overrides are rejected.'
message: 'Only management keys can perform this operation'
34031
+
type: 'permission_error'
34032
+
request_id: null
34033
+
type: 'error'
34031
34034
schema:
34032
-
$ref: '#/components/schemas/ForbiddenResponse'
34033
-
description: 'Forbidden - Authentication successful but insufficient permissions, or a guardrail blocked the request. When guardrails block and the `X-OpenRouter-Metadata: enabled` header is present, the response includes `openrouter_metadata` with full routing context and a `pipeline` array containing guardrail stage details.'
0 commit comments