InferXgate Documentation

Learn how to install, configure, and use InferXgate to manage your LLM infrastructure.

Getting Started

The fastest way to get started with InferXgate is using Docker:

# Clone the repository
git clone https://github.com/jasmedia/inferxgate.git
cd inferxgate

# Copy environment file and add your API keys
cp .env.example .env

# Start with Docker Compose
docker-compose up -d

See the Quick Start guide for detailed instructions.

Popular Topics