Spaces:
Sleeping
Sleeping
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 userPOST /auth/login- Login user
AI Operations
POST /ai/chat- AI chat interfacePOST /ai/generate- Generic AI generationGET /models/list- List all models
Status
GET /health- Health checkGET /cloudflare/status- Cloudflare services status
Frontend
Architecture
This backend uses HuggingFace Inference API (no local GPU needed). All AI models run on HuggingFace's infrastructure.