Skip to main content
Roundtable is in beta. Its request and response shapes may change without the usual deprecation window.

Ask a panel

Send one input 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, set resolution 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, set resolution to fast. data comes back null and you use model_results directly.
Add an output_schema to constrain every model — and the consolidation — to the same JSON Schema, and pass instructions as a system prompt shared across the panel. Set stream: true to receive per-model deltas over SSE. See the overview and API reference.