mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "VideoGenerationResponse"
|
||||
---
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
|
||||
| `error` | *Optional[str]* | :heavy_minus_sign: | N/A | |
|
||||
| `generation_id` | *Optional[str]* | :heavy_minus_sign: | The generation ID associated with this video generation job. Available once the job has been processed. | |
|
||||
| `id` | *str* | :heavy_check_mark: | N/A | |
|
||||
| `polling_url` | *str* | :heavy_check_mark: | N/A | |
|
||||
| `status` | [components.VideoGenerationResponseStatus](../components/videogenerationresponsestatus.mdx) | :heavy_check_mark: | N/A | |
|
||||
| `unsigned_urls` | List[*str*] | :heavy_minus_sign: | N/A | |
|
||||
| `usage` | [Optional[components.VideoGenerationUsage]](../components/videogenerationusage.mdx) | :heavy_minus_sign: | Usage and cost information for the video generation. Available once the job has completed. | \{<br/>"cost": 0.5,<br/>"is_byok": false<br/>} |
|
||||
Reference in New Issue
Block a user