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