🧠 Mini LLM Council

Compare responses from multiple AI models — Smarter decisions together

Suggestion / Refinement

Aggregated Final Decision

Combines the best insights from all models into a single comprehensive answer.

API Endpoints for External Systems

POST /api/ask - { "question": "...", "taskType": "general|ux|brochure" } POST /api/suggest - { "question": "...", "originalResponses": [...], "aspect": "..." } POST /api/aggregate - { "question": "...", "responses": [...] } GET /api/models - Returns list of available models
Ready