Install
Installation
GenXAI is a Python framework. Install from PyPI in one command.
Install from PyPI
Python
pip install genxai-framework Optional extras
Enable common integrations (LLM providers, tools, and API helpers).
Install with extras
Python
pip install "genxai-framework[llm,tools,api]" Next: follow the Getting Started guide.