> ## Documentation Index
> Fetch the complete documentation index at: https://docs.relayhub.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Dual Chat

> Compare AI models side by side in real time

## What Is Dual Chat?

Dual Chat lets you send a single message to two different AI models at the same time and see their responses side by side. This is useful when you want to compare how different models handle the same question, verify an answer across providers, or find the best model for a particular task.

Both models receive your exact message simultaneously and stream their responses in parallel. You see two columns, each showing one model's output in real time.

<Columns cols={2}>
  <Card title="Left Panel" icon="left">
    The first AI model's streaming response.
  </Card>

  <Card title="Right Panel" icon="right">
    The second AI model's streaming response.
  </Card>
</Columns>

## Starting a Dual Chat

<Steps>
  <Step title="Open a new Dual Chat">
    Click **Dual Chat** in the sidebar navigation. This opens the dual chat interface with two model selectors at the top.
  </Step>

  <Step title="Select your first model">
    Use the left model selector to choose the first AI model. You can pick any model from any supported provider -- OpenAI, Anthropic, Google, or xAI.
  </Step>

  <Step title="Select your second model">
    Use the right model selector to choose the second AI model. Pick a different model or even the same model from a different provider to compare implementations.
  </Step>

  <Step title="Send your message">
    Type your message in the single input field at the bottom. When you press **Enter**, RelayHub sends the message to both models simultaneously.
  </Step>

  <Step title="Compare responses">
    Watch both responses stream in side by side. Scroll either panel independently to review longer outputs.
  </Step>
</Steps>

## When to Use Dual Chat

<Tabs>
  <Tab title="Model Evaluation">
    Trying to decide which AI model works best for your use case? Run the same prompts through two models and compare quality, tone, and accuracy. This is especially helpful when your organization is choosing a primary model for a specific workflow.
  </Tab>

  <Tab title="Answer Verification">
    For high-stakes questions -- legal analysis, financial calculations, technical decisions -- getting two independent answers helps you spot errors or inconsistencies. If both models agree, you can be more confident in the answer.
  </Tab>

  <Tab title="Style Comparison">
    Different models have different writing styles. Use Dual Chat to compare how two models draft emails, reports, or marketing copy, then pick the style that fits your needs.
  </Tab>

  <Tab title="Speed vs. Quality">
    Compare a fast, affordable model against a slower, more capable one. Sometimes the fast model gives you 90% of the quality at a fraction of the cost -- Dual Chat makes that tradeoff visible.
  </Tab>
</Tabs>

## Working with Dual Chat Results

You can continue the conversation in Dual Chat by sending follow-up messages. Each model maintains its own context from prior messages in the session, so follow-ups build on each model's previous answers independently.

<Tip>
  Use Dual Chat at the start of a project to pick your model, then switch to standard chat for the rest of the work. This saves you from switching models mid-conversation later.
</Tip>

## Practical Tips

* **Mix providers for best comparison.** Comparing an OpenAI model against an Anthropic model gives you more diversity than comparing two OpenAI models.
* **Test with representative prompts.** Use real examples from your actual work rather than generic test questions. Model performance varies significantly by domain.
* **Check both reasoning and format.** One model might give a better answer but in a worse format, or vice versa. Consider both when evaluating.

<Note>
  Dual Chat uses tokens from both models for each message. Your usage reflects the combined cost of both models. Keep this in mind when running extended comparison sessions.
</Note>

## Limitations

Dual Chat is designed for model comparison. Some features available in standard chat -- such as sharing and real-time collaboration -- are available only on standard conversations. If you find a model you prefer during a Dual Chat session, start a new standard chat with that model for your ongoing work.
