Gateway test bench

Playground

Send test call

OpenAI-compatible chat request through the gateway.

dry run
Endpointhttps://gateway.180.131.145.48.nip.io/v1/chat/completions
Billing modeNo wallet hold
Mode
Ready

Copyable request

Payload and curl for the same gateway call.

bash
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
}'
json
{
  "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-
text
No response yet.