Your files. Your AI. Zero hallucination.
Upload knowledge, get a personal API — query answers that come only from your data.
POST https://api.ailm.primeloopx.xyz/api/query
Content-Type: application/json
{
"api_key": "plx_your_key_here",
"query": "WHO ARE YOU"
}
→ "We are PrimeLoopX, building AI for innovators..."
Not generic AI. Your data. Your answers. Your edge.
Monitor every query, usage count, and monthly reset date from your dashboard — always in sync with your subscription.
Qwen only reads your indexed files. No internet. No guessing. Every answer is grounded in data you uploaded.
Your files stay isolated per user. API keys are SHA-256 hashed and shown exactly once. The AI engine is never public-facing.
Simple, powerful, secure — live in minutes
Create your account. Contact admin to activate your subscription plan (Basic, Standard, or Advanced).
Upload .txt files — product docs, FAQs, lore, policies. Each is indexed using FAISS vector search.
Generate your personal API key — shown once, stored as SHA-256 hash. Use it in any app or script.
POST your question with your API key. The Two-Stage Brain picks the right file and chunk, then answers.
Most RAG systems retrieve then answer. PLX-AILM adds two reasoning stages before the final response — eliminating wrong-file and wrong-chunk errors.
Before reading anything, Qwen receives your query and just the list of your filenames. It ranks each file by semantic relevance (0.0–1.0) — so FAISS searches the right file first, not a random match.
Example: "Who are you?" → about_us.txt scores 0.95, pricing.txt scores 0.10
FAISS returns multiple similar chunks. Qwen reads each chunk and picks the one that matches the intent of your query — not just the similarity score. No more contextually wrong answers.
Example: Two chunks both mention "who we are" — Qwen picks the one describing identity, not product features.
All plans activated by admin. No payment gateway — direct activation.
Perfect for individuals exploring private AI on their own knowledge base.
Get Started ↗For teams and developers integrating private AI into production apps.
Get Started ↗For companies deploying AI at scale with high query volume and priority support.
Get Started ↗localhost:8001 — it is never exposed to the internet. Your API key is stored only as a SHA-256 hash, never in plain text.403 with a clear message. Your limit resets automatically 30 days from your activation date — no manual intervention needed. You can track remaining queries live in your dashboard.POST JSON endpoint — usable from Python, Node.js, PHP, cURL, Postman, or any HTTP client. As long as you pass your api_key and query fields, you'll get an answer back.Register now, upload your first knowledge file, and make your first query — in under 5 minutes.
Create Free Account ↗Questions? Email us at admin@primeloopx.xyz