quick_start

Get up and running with x47 in under 5 minutes. This guide will walk you through the essential steps to start testing prompts across multiple LLMs.

1

open the console

Navigate to the x47 console by clicking the "console" button on the homepage or by going directly to /console.

The console is your workspace for writing prompts, selecting models, and viewing outputs. It features a clean, terminal-inspired interface designed for focus and efficiency.

2

select your models

In the left panel, you'll see a list of available models grouped by provider. Check the boxes next to the models you want to test. x47 works out of the box - no API keys required to get started.

Tip: Start with 2-3 models to compare. Want to use your own API keys for higher limits or specific providers? See our API keys guide.

3

write your prompt

In the left panel, you'll find two text areas:

  • System prompt (optional) - Sets the behavior and persona of the AI. Example: "You are a helpful coding assistant."
  • User prompt - Your main prompt or question. Example: "Explain the difference between let and const in JavaScript."
4

run the prompt

Click the "run_prompt" button or press Ctrl+Enter to execute your prompt across all selected models.

The models will run in parallel, and you'll see a loading indicator for each one. Results appear in the output panel as they complete.

5

compare outputs

Once results are in, you can view them in two ways:

  • Tabs view - Click through tabs to see each model's output individually
  • Side-by-side view - Toggle the split view to see multiple outputs at once

Use the copy button on each output to quickly grab the response you prefer.