> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.
# VideoGenerationRequestProvider
Provider-specific passthrough configuration
## Example Usage
```typescript theme={null}
import { VideoGenerationRequestProvider } from "@openrouter/sdk/models";
let value: VideoGenerationRequestProvider = {};
```
## Fields
| Field | Type | Required | Description | Example |
| --------- | ----------------------------------------------------------------------------------- | -------------------- | ----------- | ----------------------------------------------------------------------------------------------- |
| `options` | [models.VideoGenerationRequestOptions](../models/videogenerationrequestoptions.mdx) | :heavy\_minus\_sign: | N/A | \{
"google-vertex": \{
"output\_config": \{
"effort": "low"
}
}
} |