> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Agentic race

> Run competing models on one task and have a judge select the strongest answer.

Run multiple configured models concurrently:

```bash theme={null}
arka race "design a test plan for this API" \
  --models openrouter/model-a,ollama/qwen3:8b,groq/llama-3.3-70b-versatile \
  --judge openrouter/model-a --json
```

Each contestant is bound to its declared provider/model. The judge receives
only the task and contestant outputs and scores correctness, completeness,
testability, and safety. Failed contestants are retained in the report, and a
judge failure is explicit rather than silently selecting an answer.

Natural language works: “race several agents on a coding task.” Use the result
as a recommendation; Arka does not write, deploy, register, or submit anything
automatically from a race winner.


## Related topics

- [Use every Arka skill through MCP](/guides/mcp-all-skills.md)
