FastRouter Blend: Multi-Model Deliberation
Multi-model deliberation — ask a panel of models the same prompt in parallel, then have a judge model compare their answers into a structured analysis.
Overview
Two ways to use Blend
Method
How to trigger
When to use
1. Model alias — fastrouter/blend
curl https://api.fastrouter.ai/v1/chat/completions \
-H "Authorization: Bearer $FASTROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "fastrouter/blend",
"messages": [
{ "role": "user", "content": "Survey the strongest arguments for and against EV cars." }
],
"analysis_models": ["anthropic/claude-sonnet-5", "openai/gpt-5.2", "google/gemini-3-pro"]
}'2. Server tool — fastrouter:blend
Parameters
Parameter
Type
Required
Description
Panel & judge selection
Response format
Model alias — human-readable content
Server tool — structured tool result
Field
Description
Judge output (the analysis JSON)
Usage & cost
Errors & graceful degradation
Limits & notes
Last updated
