# ChatGPT vs Claude vs Gemini vs Grok - Compare AI Answers

**Use case:** 

Run one prompt across multiple AI models and compare answers side by side to get the best answer. Includes asking Chatgpt, Grok, Google Gemini, Claude and more.

## Input

```json
{
  "prompt": "ChatGPT vs Claude vs Gemini vs Grok - Compare AI Answers Side by Side",
  "aiModels": [
    "Grok 4.3",
    "OpenAI GPT 5 Mini",
    "Claude Sonnet 4.6",
    "Gemini 3.1 Pro Preview"
  ],
  "bestResponse": ""
}
```

## Output

```json
{
  "prompt": {
    "label": "Prompt",
    "format": "text"
  },
  "models": {
    "label": "Model Responses",
    "format": "object"
  },
  "status": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Model Comparison](https://apify.com/onescales/ai-model-comparison) with a specific input configuration. Visit the [Actor detail page](https://apify.com/onescales/ai-model-comparison) to learn more, explore other use cases, and run it yourself.