Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { Progress } from "@openrouter/sdk/models";
let value: Progress = {
stepLabel: "<value>",
stepNumber: 641278,
totalSteps: 340252,
};
| Field | Type | Required | Description |
|---|---|---|---|
stepLabel | string | :heavy_check_mark: | Human-readable label of the active provisioning step. |
stepNumber | number | :heavy_check_mark: | One-based index of the active step. |
totalSteps | number | :heavy_check_mark: | Number of provisioning steps. |