File size: 958 Bytes
e4b3d6c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---

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.