TaskType - TypeScript SDK

TaskType type definition

Filter results by task type. For Artificial Analysis, maps to the corresponding index. For Design Arena, maps to the matching category.

Example Usage

1import { TaskType } from "@openrouter/sdk/models/operations";
2
3let value: TaskType = "coding";
4
5// Open enum: unrecognized values are captured as Unrecognized<string>

Values

1"coding" | "intelligence" | "agentic" | Unrecognized<string>