Get Evaluation Configuration
Retrieve the current evaluation arena configuration. Admin only. The evaluation arena allows users to compare models side-by-side and provide feedback on which performs better for specific tasks.Response
boolean
Whether the evaluation arena feature is enabled
array
Array of model configurations available in the evaluation arena
Update Evaluation Configuration
Update the evaluation arena configuration. Admin only. Use this endpoint to enable/disable the arena feature or modify the list of models available for comparison.Request Body
boolean
Enable or disable the evaluation arena feature
array
Array of model configurations to make available in the arena
Response
Returns the updated configuration with the same structure as the GET endpoint.Configuration Notes
Arena Feature
The evaluation arena enables users to:- Compare multiple models side-by-side on the same prompt
- Rate which model performed better (creating feedback entries)
- Tag evaluations with topic keywords (e.g., “coding”, “creative writing”)
- Contribute to the overall leaderboard rankings
Model Selection
When configuringEVALUATION_ARENA_MODELS:
- Model IDs must correspond to models available in your Open WebUI instance
- Include a diverse set of models to enable meaningful comparisons
- Consider organizing models by capability (e.g., general chat, coding, reasoning)
- The
infoobject can include any metadata useful for your use case