mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
chore: update OpenAPI spec from monorepo (#371)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
co-authored by
OpenRouter SDK Bot
parent
eeb0373033
commit
32dd522d5a
@@ -9315,6 +9315,12 @@ components:
|
|||||||
created:
|
created:
|
||||||
description: Unix timestamp (seconds) when the image was generated
|
description: Unix timestamp (seconds) when the image was generated
|
||||||
type: integer
|
type: integer
|
||||||
|
media_type:
|
||||||
|
description: >-
|
||||||
|
Media type (MIME type) of the image. Omitted when the output is a standard raster format (PNG). Present for
|
||||||
|
non-raster outputs such as SVG (`image/svg+xml`).
|
||||||
|
example: image/svg+xml
|
||||||
|
type: string
|
||||||
type:
|
type:
|
||||||
description: The event type
|
description: The event type
|
||||||
enum:
|
enum:
|
||||||
@@ -9474,6 +9480,12 @@ components:
|
|||||||
b64_json:
|
b64_json:
|
||||||
description: Base64-encoded image bytes
|
description: Base64-encoded image bytes
|
||||||
type: string
|
type: string
|
||||||
|
media_type:
|
||||||
|
description: >-
|
||||||
|
Media type (MIME type) of the image. Omitted when the output is a standard raster format (PNG).
|
||||||
|
Present for non-raster outputs such as SVG (`image/svg+xml`).
|
||||||
|
example: image/svg+xml
|
||||||
|
type: string
|
||||||
required:
|
required:
|
||||||
- b64_json
|
- b64_json
|
||||||
type: object
|
type: object
|
||||||
|
|||||||
Reference in New Issue
Block a user