{"name":"LLM Output Evaluator API","version":"1.1.0","description":"Evaluate LLM output quality, detect hallucinations, compare models, and measure sampling consistency. Deterministic — no external dependencies.","endpoints":{"health":"GET /health","version":"GET /version","openapi":"GET /openapi.json","evaluate_quality":"POST /api/v1/evaluate_output_quality","compare_models":"POST /api/v1/compare_model_performance","detect_hallucination":"POST /api/v1/detect_hallucination","generate_report":"POST /api/v1/generate_score_report","check_consistency":"POST /api/v1/check_consistency","mcp":"GET|POST /mcp (JSON-RPC 2.0)"}}