> ## 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).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Multi-LLM विकल्प

> एक ही request को कई configured मॉडलों के माध्यम से चलाएँ और outputs की तुलना करें।

एक ही request को कई configured मॉडलों के ज़रिये चलाएँ और 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
```

Comma से अलग किए गए `provider/model` entries का उपयोग करें। असफल मॉडल की सूचना दी
जाती है बिना सफल विकल्पों को त्यागे। “इस landing page के लिए मुझे कई मॉडल विकल्प
दो” जैसी प्राकृतिक भाषा स्वतः रूट होती है।


## Related topics

- [multi-provider failover के साथ LLM orchestration](/hi/concepts/llm.md)
- [Quickstart: Arka इंस्टॉल करें और अपना पहला कमांड चलाएँ](/hi/quickstart.md)
- [Arka के साथ कोड कैसे लिखें](/hi/guides/code-with-arka.md)
- [Sakana Fugu orchestrator](/hi/guides/fugu.md)
- [Agent Teams](/hi/guides/agent-teams.md)
