LLM Arena

Compare system prompts side by side

API Configuration
OpenAI-compatible base URL (without /v1/chat/completions)

System Prompts

    User Prompt

    CORS Setup

    This tool runs entirely in your browser and makes direct fetch() requests to LLM APIs. Your endpoint must serve appropriate CORS headers.

    CORS configuration per server type
    ServerCORS Behavior
    Ollama (localhost:11434)Enabled by default for localhost. Set OLLAMA_ORIGINS=* if needed.
    LM StudioEnable "Local Server" mode; CORS headers included automatically.
    llama.cpp serverStart with --cors flag.
    OpenAI / compatible SaaSCORS enabled by default.
    Custom proxyConfigure reverse proxy to add Access-Control-Allow-Origin headers.