documentation
getting_started
x47 is a multi-model prompt console that lets you test prompts across different LLMs simultaneously. Configure your API keys and start comparing model outputs in seconds.
api_keys
Click the API keys button in the console header to configure your credentials for:
- OpenAI (GPT-5.1, GPT-4o)
- Anthropic (Claude Opus 4, Claude Sonnet)
- Google (Gemini 2.5 Pro, Gemini 2.0 Flash)
- DeepSeek (DeepSeek R1)
- Together AI (Llama 4 Maverick)
workflow
- Select the models you want to compare
- Write your system prompt (optional) and user prompt
- Adjust parameters like creativity and response length
- Click "run_prompt" to execute across all selected models
- Compare outputs side-by-side in the evaluation view
prompt_chains
Use "create_prompt_chain" to automatically decompose a complex prompt into sequential steps. The chain executes in order, with each step building on the previous context.