Loading documentation...
Loading documentation...
A pre-built 9-step workflow that orchestrates multi-model debate with analysis, challenge, and consensus phases. Four models collaborate to refine ideas through structured iteration.
PingPong is a YAML workflow that runs your question through 4 AI models (Grok, Gemini, Qwen, Perplexity) in 3 phases: initial analysis, critical challenge, and final consensus. Each model builds on previous outputs to refine solutions through structured debate.
Execute the pingpong workflow using the workflow tool:
Or via Claude Code MCP:
Each model analyzes your question independently from its unique perspective:
Models critique and refine each other's analyses:
OpenAI GPT-5 compares all perspectives and generates final recommendation with consensus analysis.
The workflow automatically saves all outputs to workflow-output/pingpong/<timestamp>/*.md:
The pingpong workflow requires all 4 provider API keys:
XAI_API_KEY - For Grok reasoningGOOGLE_API_KEY - For Gemini analysisOPENROUTER_API_KEY - For Qwen coderPERPLEXITY_API_KEY - For research validationOPENAI_API_KEY - For final consensus (GPT-5)Use pingpong's output as input to other workflows, or chain multiple analyses:
Or create a custom workflow that includes pingpong as a step:
The pingpong workflow makes 9 total API calls across 5 different providers:
Estimated cost: $0.10-0.30 per run depending on response lengths and provider pricing.
Enhance your multi-model orchestration