> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# TaskType

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

## Example Usage

```typescript theme={null}
import { TaskType } from "@openrouter/sdk/models/operations";

let value: TaskType = "coding";

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

## Values

```typescript theme={null}
"coding" | "intelligence" | "agentic" | Unrecognized<string>
```
