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