Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

import { Modality } from "@openrouter/sdk/models";

let value: Modality = "audio";

// Open enum: unrecognized values are captured as Unrecognized<string>

Values

"text" | "image" | "audio" | Unrecognized<string>