Ask a panel
Send oneinput to several models. With the default summary resolution, a consolidation model merges their answers into a single data.
Response
Vote on a choice
For classification or voting, setresolution to multiple_choice and pass the options in choices. Each model picks one and the result is the consolidated winner.
Compare without consolidating
To read each model’s answer yourself with no consolidation step, setresolution to fast. data comes back null and you use model_results directly.