Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Filter models by use case category

Example Usage

import { Category } from "@openrouter/sdk/models/operations";

let value: Category = "programming";

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

Values

"programming" | "roleplay" | "marketing" | "marketing/seo" | "technology" | "science" | "translation" | "legal" | "finance" | "health" | "trivia" | "academia" | Unrecognized<string>