Free Dedicated API Key
● Active & ReadyYour dedicated key is automatically attached to this user account in SQLite. Zero cost, no credit card required.
How to Attach Your API Key
Attach your API key to any HTTP request using any of the following standard methods:
X-API-Key: laya_...
http://187.52.117.2:8000/query?api_key=laya_...&text=...&question=...
{
"api_key": "laya_...",
"text": "The client requested an account cancellation.",
"question": "Is the user churning?",
"type": "noul"
}
Authenticated Decision Playground
Any decision run here is authenticated with your account and tracked automatically.
Result & Output
Execute a decision query above to view the live result...
Production Code Snippets
Your active API key is already inserted below. Copy and paste directly into your project.
Endpoint Reference
Direct API endpoints (http://187.52.117.2:8000).
| Method | Endpoint | Description | Authentication |
|---|---|---|---|
POST / GET |
/query |
Execute decision inference with custom context and question. | Header X-API-Key or Cookie |
GET |
/test |
In-memory fast predict health test. | Public |
GET |
/settings |
Fetch active context window and system settings. | Public |
System 1 Architecture & Specifications
Technical breakdown of Laya AI running on Hostinger KVM 2 VPS.
Unlike traditional LLMs (GPT-4, Claude) which suffer from 1-4 second token-by-token generation latency and potential generative hallucinations, Laya evaluates context and decision conditions in a single non-autoregressive forward pass.
All decisions, classifications, and probability distributions are calculated directly from representation logits, ensuring 100% deterministic outputs with zero hallucination.