{"name":"Lucy Personal LLM","version":"2.0.0","description":"OpenAI-compatible personal AI with memory and specialized knowledge","endpoints":{"/v1/chat/completions":"POST - OpenAI-compatible chat endpoint (NEW!)","/search":"POST - Query knowledge graph for responses","/train":"POST - Research topic and populate knowledge graph (queued)","/ingest":"POST - Directly ingest your own data into knowledge graph","/queue":"GET - View training queue status","/health":"GET - Health check"},"models":{"fast":"x-ai/grok-4-fast:free - Simple queries (FREE!)","balanced":"x-ai/grok-4-fast:free - Most queries (FREE!)","powerful":"qwen/qwen3-235b-a22b-2507:nitro - Complex reasoning (235B!)"},"usage":{"openai":"Use with any OpenAI SDK by setting baseURL to this endpoint + /v1","example":"const lucy = new OpenAI({ baseURL: \"https://lucy-llm.magick.ai/v1\" })"}}