The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { VideoGenerationResponseStatus } from "@openrouter/sdk/models";
let value: VideoGenerationResponseStatus = "cancelled";
// Open enum: unrecognized values are captured as Unrecognized<string>
Values
"pending" | "in_progress" | "completed" | "failed" | "cancelled" | "expired" | Unrecognized<string>