Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { Upstream } from "@openrouter/sdk/models";
let value: Upstream = {
provider: "OpenAI",
status: "deleted",
};
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
provider | string | :heavy_check_mark: | The provider name stored on the batch. | OpenAI |
status | models.BatchDeletionOutcome | :heavy_check_mark: | Outcome for one deletion target: deleted (removed), unsupported (the provider has no batch-delete API; supported file cleanup still runs), or not_applicable (the batch never reached that target). | deleted |