{"name":"LLM Service API","version":"1.0.0","description":"Private LLM API service powered by Cloudflare Workers AI","endpoints":{"chat":"POST /api/v1/chat/completions","chat_history":"GET /api/v1/chat/history?userId=<user_id>","chat_history_clear":"DELETE /api/v1/chat/history?userId=<user_id>","vision":"POST /api/v1/vision/analyze","safety":"POST /api/v1/safety/analyze","machine":"POST /api/v1/machine/identify","models":"GET /api/v1/models","health":"GET /api/v1/health"},"documentation":"See COPILOT_INSTRUCTIONS.md for full API documentation"}