API Proxy Sandbox

Test your active upstream provider connections directly from the browser. This interface simulates a downstream client sending a standard payload to your unified /ai/api/llm endpoint.

Request Configuration

Equivalent API Call

curl -X POST /ai/api/llm \
  -H "Content-Type: application/json" \
  -H "app_id: admin-test-client" \
  -d '{
    "model": "arcee-ai/trinity-large-preview:free",
    "stream": false,
    "messages": [
      { "role": "system", "content": "You are a helpful assistant." },
      { "role": "user", "content": "Explain quantum computing in one simple sentence." }
    ]
  }'
Response Payload
Hit "Send Proxy Test" to view the response graph