Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DualMind Lab v2.0 is live! See what's new or try the demo
Admin vote management — list, view, delete votes, and get voting statistics per model.
page
limit
{ "success": true, "data": [ { "vote_id": "v1-uuid", "user_id": "u1-uuid", "comparison_id": "c1-uuid", "winner_model_id": "m1-uuid", "created_at": "2025-01-15T10:00:00Z" } ], "count": 50, "total": 8765, "page": 1, "limit": 50 }
{ "user_id": "u1-uuid", "comparison_id": "c1-uuid", "winner_model_id": "m1-uuid" }
{ "success": true, "data": { "Llama 3.3 70B": { "model_id": "m1-uuid", "model_name": "llama-3.3-70b-versatile", "wins": 245 }, "Mixtral 8x7B": { "model_id": "m2-uuid", "model_name": "mixtral-8x7b-32768", "wins": 189 } }, "total_votes": 8765 }
Was this page helpful?