TypeScript SDKAPI ReferenceModelsVideoGenerationResponse - TypeScript SDKCopy pageVideoGenerationResponse type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { VideoGenerationResponse } from "@openrouter/sdk/models";23let value: VideoGenerationResponse = {4 id: "job-abc123",5 pollingUrl: "/api/v1/videos/job-abc123",6 status: "pending",7}; Fields FieldTypeRequiredDescriptionExampleerrorstring➖N/AgenerationIdstring➖The generation ID associated with this video generation job. Available once the job has been processed.idstring✔️N/ApollingUrlstring✔️N/Astatusmodels.VideoGenerationResponseStatus✔️N/AunsignedUrlsstring[]➖N/Ausagemodels.VideoGenerationUsage➖Usage and cost information for the video generation. Available once the job has completed.{"cost": 0.5,"is_byok": false}