> ## 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. `search` returns OpenRouter search benchmark results only. ## Example Usage ```typescript theme={null} import { TaskType } from "@openrouter/sdk/models/operations"; let value: TaskType = "coding"; // Open enum: unrecognized values are captured as Unrecognized ``` ## Values ```typescript theme={null} "coding" | "intelligence" | "agentic" | "search" | Unrecognized ```