Liara_Chat_Completion_Proxy

🚀 Universal AI Proxy

Professional AI Model Proxy Gateway with support for 100+ models, multi-provider load balancing, secure user management, and detailed usage tracking.

✨ Key Features

🚀 Quick Start

  1. Install Dependencies:
    pip install -r requirements.txt
    
  2. Environment Setup: Create a .env file:
    DATABASE_URL=sqlite:///./sql_app.db
    SECRET_KEY=your_secure_random_key
    
  3. Run the Server:
    uvicorn main:app --host 0.0.0.0 --port 8100
    
  4. Access the Dashboard: Open http://localhost:8100 in your browser. (The first registered user becomes Admin).

🛠 Admin Capabilities

🤖 API Usage (OpenAI Compatible)

curl http://localhost:8100/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_SECURE_KEY" \
  -d '{
    "model": "openai/gpt-4o",
    "messages": [{"role": "user", "content": "Hello world"}]
  }'

📜 Development & Contributions

Please see CONTRIBUTING.md and CHANGELOG.md for details.


Developed by MovtiGroup