Files
openrouter-python-sdk-retry…/docs/components/videogenerationresponse.mdx
T

15 lines
4.7 KiB
Plaintext

---
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/>} |