finalizing and cancelling are not accepted because stored jobs collapse those phases into in_progress.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
finalizing and cancelling are not accepted because stored jobs collapse those phases into in_progress.
import { BatchListStatus } from "@openrouter/sdk/models";
let value: BatchListStatus = "completed";
// Open enum: unrecognized values are captured as Unrecognized<string>
"validating" | "in_progress" | "completed" | "failed" | "expired" | "cancelled" | Unrecognized<string>