aj-mini-api / README_HUGGINGFACE.md
tomo14151
Deploy AJ Mini API to Hugging Face Spaces - Created by AJ STUDIOZ
9d79680
metadata
title: AJ Mini API
emoji: πŸ€–
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
license: mit

AJ - AI Assistant API

Created by AJ STUDIOZ

A powerful AI assistant API powered by the AJ Mini model.

Features

  • πŸš€ Fast inference
  • πŸ’¬ Natural conversation
  • 🌐 RESTful API
  • πŸ”’ CORS enabled
  • πŸ“Š Health monitoring

API Endpoints

  • GET / - API information
  • POST /api/chat - Chat with AJ
  • GET /api/info - Model details
  • GET /health - Health check

Usage

curl -X POST "https://YOUR-SPACE-URL/api/chat" \
  -H "Content-Type: application/json" \
  -d '{"message":"Hello AJ"}'

Website

🌐 ajstudioz.co.in


Making AI accessible to everyone!