InferXgate Documentation
Learn how to install, configure, and use InferXgate to manage your LLM infrastructure.
Quick Start
Get up and running with InferXgate in 5 minutes
Installation
Different ways to install and deploy InferXgate
API Reference
Complete API documentation with examples
Provider Setup
Configure Anthropic, OpenAI, Gemini, and more
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.