Quick Start
Prerequisites
Installation
pip install maniacBasic Setup
1. Import and Initialize
from maniac import Maniac
# Simple initialization - Maniac handles all providers automatically
client = Maniac(api_key="your-maniac-api-key")2. Using the Chat Completions API
3. Using the Responses API
Key Features
Task Labeling
Available Models (Provider routing automatic)
Batch Processing
Example: Building a Customer Support Agent
Troubleshooting
Common Issues
Support
Last updated