> ## 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 - Go SDK

> VideoGenerationResponse type definition

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

## Fields

| Field          | Type                                                                                                           | Required             | Description                                                                                             | Example                          |
| -------------- | -------------------------------------------------------------------------------------------------------------- | -------------------- | ------------------------------------------------------------------------------------------------------- | -------------------------------- |
| `Error`        | `*string`                                                                                                      | :heavy\_minus\_sign: | N/A                                                                                                     |                                  |
| `GenerationID` | `*string`                                                                                                      | :heavy\_minus\_sign: | The generation ID associated with this video generation job. Available once the job has been processed. |                                  |
| `ID`           | `string`                                                                                                       | :heavy\_check\_mark: | N/A                                                                                                     |                                  |
| `PollingURL`   | `string`                                                                                                       | :heavy\_check\_mark: | N/A                                                                                                     |                                  |
| `Status`       | [components.VideoGenerationResponseStatus](/client-sdks/go/api-reference/models/videogenerationresponsestatus) | :heavy\_check\_mark: | N/A                                                                                                     |                                  |
| `UnsignedUrls` | \[]`string`                                                                                                    | :heavy\_minus\_sign: | N/A                                                                                                     |                                  |
| `Usage`        | [\*components.VideoGenerationUsage](/client-sdks/go/api-reference/models/videogenerationusage)                 | :heavy\_minus\_sign: | Usage and cost information for the video generation. Available once the job has completed.              | `{"cost": 0.5,"is_byok": false}` |
