mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
chore: update OpenAPI spec from monorepo (#132)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
co-authored by
OpenRouter SDK Bot
parent
6006c3a84f
commit
0503928934
@@ -5932,12 +5932,12 @@ components:
|
||||
quality, size, background, output_format, output_compression, moderation, etc.) plus a model field.
|
||||
example:
|
||||
aspect_ratio: '16:9'
|
||||
model: openai/gpt-image-1
|
||||
model: openai/gpt-5-image
|
||||
quality: high
|
||||
properties:
|
||||
model:
|
||||
description: Which image generation model to use (e.g. "openai/gpt-image-1"). Defaults to "openai/gpt-image-1".
|
||||
example: openai/gpt-image-1
|
||||
description: Which image generation model to use (e.g. "openai/gpt-5-image"). Defaults to "openai/gpt-5-image".
|
||||
example: openai/gpt-5-image
|
||||
type: string
|
||||
type: object
|
||||
ImageGenerationStatus:
|
||||
@@ -9253,6 +9253,7 @@ components:
|
||||
example:
|
||||
id: ig_tmp_abc123
|
||||
imageUrl: https://example.com/image.png
|
||||
result: https://example.com/image.png
|
||||
status: completed
|
||||
type: openrouter:image_generation
|
||||
properties:
|
||||
@@ -9262,6 +9263,10 @@ components:
|
||||
type: string
|
||||
imageUrl:
|
||||
type: string
|
||||
result:
|
||||
description: The generated image as a base64-encoded string or URL, matching OpenAI image_generation_call format
|
||||
nullable: true
|
||||
type: string
|
||||
revisedPrompt:
|
||||
type: string
|
||||
status:
|
||||
|
||||
Reference in New Issue
Block a user