--- title: LLM API Tutorial Beyond CLI Tools with NexaAPI emoji: 🤖 colorFrom: blue colorTo: purple sdk: gradio sdk_version: 4.0.0 app_file: app.py pinned: false license: mit --- # LLM API Tutorial: Beyond CLI Tools with NexaAPI This Space demonstrates how to use [NexaAPI](https://nexa-api.com) as a programmatic alternative to CLI LLM tools like [kpihx-ai](https://pypi.org/project/kpihx-ai/). ## What This Demo Shows - Chat with 56+ LLM models via NexaAPI - Batch processing capabilities - OpenAI-compatible API interface ## Links - 🌐 **NexaAPI**: [nexa-api.com](https://nexa-api.com) - 🔌 **RapidAPI**: [rapidapi.com/user/nexaquency](https://rapidapi.com/user/nexaquency) - 🐍 **PyPI**: `pip install nexaapi` | [pypi.org/project/nexaapi/](https://pypi.org/project/nexaapi/) - 📦 **npm**: `npm install nexaapi` | [npmjs.com/package/nexaapi](https://www.npmjs.com/package/nexaapi) - 🔧 **kpihx-ai**: [pypi.org/project/kpihx-ai/](https://pypi.org/project/kpihx-ai/)