OmniTool
中文

LLM API Tester

Configure an endpoint, API key and model — pick from common providers like OpenAI, DeepSeek, Qwen and Ollama, or paste a custom URL — then send a test prompt to verify the model responds. The request goes straight from your browser to the model service. On the side, the tool generates the equivalent request code in curl, Python requests, Node.js fetch, Go and PowerShell, so you can run the exact same call from your own terminal or application.

🔒 Privacy: all processing happens locally in your browser. Nothing is uploaded.

Frequently asked questions

Is my API key uploaded to this site?

No. The request is sent directly from your browser to the model provider; your key never passes through this site and only stays in the current page.

Why does the browser sometimes block the request?

Some providers do not allow cross-origin (CORS) calls from a browser. If that happens, use the generated curl/Python/Node/Go/PowerShell code in your own terminal instead.

Related tools