The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { MemoryLimit } from "@openrouter/sdk/models";
let value: MemoryLimit = "16g";
// Open enum: unrecognized values are captured as Unrecognized<string>
Values
"1g" | "4g" | "16g" | "64g" | Unrecognized<string>