> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-5b6e02fd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# VideoGenerationResponse - Python SDK

> VideoGenerationResponse method reference

<Warning>
  The Python SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/python-sdk/issues).
</Warning>

## 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](/client-sdks/python/api-reference/components/videogenerationresponsestatus) | :heavy\_check\_mark: | N/A                                                                                                     |                                  |
| `unsigned_urls` | List\[*str*]                                                                                                           | :heavy\_minus\_sign: | N/A                                                                                                     |                                  |
| `usage`         | [Optional\[components.VideoGenerationUsage\]](../components/videogenerationusage.md)                                   | :heavy\_minus\_sign: | Usage and cost information for the video generation. Available once the job has completed.              | `{"cost": 0.5,"is_byok": false}` |
