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

# Advanced inference backends

> Capabilities detect करें और experimental multi-GPU profiles की योजना बनाएँ।

```bash theme={null}
arka backend capabilities vllm
arka backend capabilities exo --json
arka backend profile vllm --model my-model --gpus 2 --flash-attention
arka backend profile exo --model my-model --gpus 4 --row-split --co-engine ds4
```

Profiles केवल preview के लिए हैं। Launch करने हेतु `--run` का उपयोग करें। Arka
capability assumptions रिपोर्ट करता है और किसी process को शुरू करने से पहले
असमर्थित combinations अस्वीकार करता है। Backend flags experimental हैं और इन्हें
installed runtime version और hardware के विरुद्ध validate किया जाना चाहिए।


## Related topics

- [Stock intelligence](/hi/guides/stocks.md)
- [Arka CLI command और flag reference](/hi/guides/cli.md)
- [3D बनाएं](/hi/guides/compose-3d.md)
- [Wake word, STT, और TTS के साथ voice control](/hi/guides/voice.md)
- [वेब डैशबोर्ड](/hi/guides/web-dashboard.md)
