Will this consume tokens?
No. The check only asks the endpoint for its model list and does not run a chat completion.
Check whether your relay endpoint and key are usable, OpenAI-compatible, and which models it exposes. The key is only used for this check.
We do not store your API Key. This check only calls /models once and does not consume tokens.
No token-consuming prompt is sent during the check.
See which model names the endpoint exposes.
Paste endpoint and a test key
Results appear here after the /models handshake
This tool focuses on the endpoint and key handshake before you spend tokens on generation requests.
Checks whether the key can access the endpoint without returning 401 or permission errors.
Calls the model list endpoint to confirm whether the relay follows an OpenAI-compatible shape.
Lists available model names so you can avoid model_not_found and alias mismatch issues.
The check only calls /models and does not send a prompt or store the key in the page result.
No. The check only asks the endpoint for its model list and does not run a chat completion.
Some relays accept the key but expose only part of their model list, or use custom model aliases.
Verify the endpoint and key belong together, inspect the returned error, then compare another relay if the issue persists.