> ## 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 ```python theme={null} from openrouter.operations import TaskType # Open enum: unrecognized values are captured as UnrecognizedStr value: TaskType = "coding" ``` ## Values This is an open enum. Unrecognized values will not fail type checks. * `"coding"` * `"intelligence"` * `"agentic"` * `"search"`