Billable - TypeScript SDK
Billable - TypeScript SDK
Billable type definition
Billable - TypeScript SDK
1 import { Billable } from "@openrouter/sdk/models"; 2 3 let value: Billable = "input_font"; 4 5 // Open enum: unrecognized values are captured as Unrecognized<string>
1 "output_image" | "input_image" | "input_font" | "input_reference" | "input_text" | Unrecognized<string>