HTTP Server
TinyLoop ships a FastAPI server at server/app.py exposing three endpoint families sharing one engine.
- Setup & Architecture — running, config, environment variables, Docker
- Endpoints — OpenAI
/v1/*, LM Studio/api/v0/*, TinyLoop-native/generate* - Streaming & Clients — SSE format, curl/Python examples, smoke test