Set up the API on the left, then send. Works with any OpenAI-compatible provider.
LLM API Chat Debugger helps developers, PMs, and AI users quickly test large language model APIs in the browser. Enter an OpenAI-compatible Base URL, API key, and model name to run multi-turn chat and raw API debugging—no desktop client or proxy server required.
The tool is local-first and privacy-minded: keys and chat history stay in your browser by default, and requests go directly to the endpoint you configure. This site does not proxy traffic. If the provider allows CORS, you can try models much like an official playground.
Requests follow OpenAI-style /chat/completions and /models paths, so most compatible cloud providers and local inference servers work. If the browser reports a CORS error, enable CORS on the API or use a gateway that allows browser access.
Q: Does this site store my API key?
A: No server upload. With Remember Config on, the key is saved only in localStorage. On shared computers, keep it off and clear site data afterward.
Q: Why do I see a CORS failure?
A: The browser calls your Base URL directly. If the API does not allow cross-origin requests from this site, the browser blocks them. Check URL, key, network, and CORS settings.
Q: How should I write the Base URL?
A: Use the version prefix only—often ending with /v1. The tool appends /chat/completions. Do not put the full chat path in Base URL.
Q: Chat vs API Debug?
A: Chat is for multi-turn conversation and rendered replies. API Debug is for hand-editing JSON and inspecting streaming raw output and HTTP status during integration.
Q: Which providers are supported?
A: Any OpenAI-compatible endpoint can be tried. Built-in presets speed up common providers; model names follow each vendor’s docs, or use Fetch models to pick one.

Loading...