Example Usage
import { SupportedFrameImage } from "@openrouter/sdk/models";
let value: SupportedFrameImage = "last_frame";
// Open enum: unrecognized values are captured as Unrecognized<string>
Values
"first_frame" | "last_frame" | Unrecognized<string>