Unit - TypeScript SDK
Unit - TypeScript SDK
Unit type definition
Unit - TypeScript SDK
1 import { Unit } from "@openrouter/sdk/models"; 2 3 let value: Unit = "token"; 4 5 // Open enum: unrecognized values are captured as Unrecognized<string>
1 "image" | "megapixel" | "token" | Unrecognized<string>