The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ContainerAuto } from "@openrouter/sdk/models";
let value: ContainerAuto = {
type: "auto",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
fileIds | string[] | :heavy_minus_sign: | N/A |
memoryLimit | models.MemoryLimit | :heavy_minus_sign: | N/A |
type | models.ContainerType | :heavy_check_mark: | N/A |