orynxml-api / README.md
Speedofmastery's picture
Upload folder using huggingface_hub
e4b3d6c verified
metadata
title: ORYNXML REST API Backend
emoji: πŸš€
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false

ORYNXML REST API Backend

FastAPI-based REST API backend for ORYNXML AI Platform.

Features

  • User Authentication (Mobile + Password)
  • 211 AI Models via HuggingFace Inference API
  • Cloudflare Integration (R2, D1, KV, Durable Objects)
  • CORS enabled for frontend access

API Endpoints

Authentication

  • POST /auth/signup - Register new user
  • POST /auth/login - Login user

AI Operations

  • POST /ai/chat - AI chat interface
  • POST /ai/generate - Generic AI generation
  • GET /models/list - List all models

Status

  • GET /health - Health check
  • GET /cloudflare/status - Cloudflare services status

Frontend

https://orynxml-ai.pages.dev

Architecture

This backend uses HuggingFace Inference API (no local GPU needed). All AI models run on HuggingFace's infrastructure.