> ## 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.

# Multi-LLM alternatives

> Run the same request through several configured models and compare outputs.

Run the same request through several configured models and compare labeled
outputs:

```bash theme={null}
export ARKA_MULTI_LLM_MODELS="openai/gpt-4o-mini,anthropic/claude-3-5-haiku"
arka multi-llm "propose three names for this product"
arka multi-llm "write a concise API design" --json
```

Use `provider/model` entries separated by commas. A failed model is reported
without discarding successful alternatives. Natural language such as “give me
several model alternatives for this landing page” is routed automatically.


## Related topics

- [LLM orchestration with multi-provider failover](/concepts/llm.md)
- [Sakana Fugu orchestrator](/guides/fugu.md)
- [Arka — AI terminal agent documentation](/index.md)
- [Quickstart: install Arka and run your first command](/quickstart.md)
- [Skills catalog: 70+ built-in Arka commands](/guides/skills.md)
