Multi-Modell-Anfrage
query_dual_modelsSend a prompt to multiple AI models in parallel, compare their responses side by side, and optionally synthesize findings to highlight agreements, contradictions, and unique perspectives.
Instructions
Schickt eine Prompt parallel an mehrere Modelle via OpenRouter (Standard: anthropic/claude-opus-4.8, openai/gpt-5.5). Liefert alle Antworten nebeneinander, optional mit Synthese (Konvergenzen, Widersprüche, Unikate). Standard-System-Prompt: strukturierte Antwort in 6-8 Absätzen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| models | No | Optional: OpenRouter-Modell-IDs für diesen Aufruf. Standard: anthropic/claude-opus-4.8, openai/gpt-5.5 | |
| prompt | Yes | Die Prompt für alle Modelle | |
| max_tokens | No | Optional: max_tokens pro Modell. Standard: 6000 | |
| synthesize | No | Optional: Zusätzlicher Vergleichsschritt über alle Antworten (Konvergenzen, Widersprüche, Unikate). | |
| temperature | No | Optional: Temperature. Standard: 0.7 | |
| system_prompt | No | Optional: Custom System-Prompt. Falls leer: Standard-Prompt (strukturiert, 6-8 Absätze). |