Gateway test bench
Playground
Send test call
OpenAI-compatible chat request through the gateway.
Endpointhttps://gateway.180.131.145.48.nip.io/v1/chat/completions
Billing modeNo wallet hold
Copyable request
Payload and curl for the same gateway call.
curl https://gateway.180.131.145.48.nip.io/v1/chat/completions \
-H "Authorization: Bearer $TT_API_KEY" \
-H "Content-Type: application/json" \
-H "X-TT-Dry-Run: true" \
-d '{
"model": "gpt-4o-mini",
"messages": [
{
"role": "user",
"content": "Return a short gateway smoke response."
}
],
"max_tokens": 128
}'{
"model": "gpt-4o-mini",
"messages": [
{
"role": "user",
"content": "Return a short gateway smoke response."
}
],
"max_tokens": 128
}Response
Waiting for a request.
HTTP-
Request ID-
Channel-
Hold-
No response yet.