> ## 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.

# VideoModel - Python SDK

> VideoModel 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                                                                                    |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------- | -------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| `allowed_passthrough_parameters` | List\[*str*]                                                                                                | :heavy\_check\_mark: | List of parameters that are allowed to be passed through to the provider |                                                                                            |
| `canonical_slug`                 | *str*                                                                                                       | :heavy\_check\_mark: | Canonical slug for the model                                             | openai/gpt-4                                                                               |
| `created`                        | *int*                                                                                                       | :heavy\_check\_mark: | Unix timestamp of when the model was created                             | 1692901234                                                                                 |
| `description`                    | *Optional\[str]*                                                                                            | :heavy\_minus\_sign: | Description of the model                                                 | GPT-4 is a large multimodal model that can solve difficult problems with greater accuracy. |
| `generate_audio`                 | *Nullable\[bool]*                                                                                           | :heavy\_check\_mark: | Whether the model supports generating audio alongside video              |                                                                                            |
| `hugging_face_id`                | *OptionalNullable\[str]*                                                                                    | :heavy\_minus\_sign: | Hugging Face model identifier, if applicable                             | microsoft/DialoGPT-medium                                                                  |
| `id`                             | *str*                                                                                                       | :heavy\_check\_mark: | Unique identifier for the model                                          | openai/gpt-4                                                                               |
| `name`                           | *str*                                                                                                       | :heavy\_check\_mark: | Display name of the model                                                | GPT-4                                                                                      |
| `pricing_skus`                   | Dict\[str, *str*]                                                                                           | :heavy\_minus\_sign: | Pricing SKUs with provider prefix stripped, values as strings            |                                                                                            |
| `seed`                           | *Nullable\[bool]*                                                                                           | :heavy\_check\_mark: | Whether the model supports deterministic generation via seed parameter   |                                                                                            |
| `supported_aspect_ratios`        | List\[[components.SupportedAspectRatio](/client-sdks/python/api-reference/components/supportedaspectratio)] | :heavy\_check\_mark: | Supported output aspect ratios                                           |                                                                                            |
| `supported_durations`            | List\[*int*]                                                                                                | :heavy\_check\_mark: | Supported video durations in seconds                                     |                                                                                            |
| `supported_frame_images`         | List\[[components.SupportedFrameImage](/client-sdks/python/api-reference/components/supportedframeimage)]   | :heavy\_check\_mark: | Supported frame image types (e.g. first\_frame, last\_frame)             |                                                                                            |
| `supported_resolutions`          | List\[[components.SupportedResolution](/client-sdks/python/api-reference/components/supportedresolution)]   | :heavy\_check\_mark: | Supported output resolutions                                             |                                                                                            |
| `supported_sizes`                | List\[[components.SupportedSize](/client-sdks/python/api-reference/components/supportedsize)]               | :heavy\_check\_mark: | Supported output sizes (width x height)                                  |                                                                                            |
