LIVE API / YOUR KEY / REAL TRAFFIC
Send it. See the route.
Connect once, run a real request, and immediately inspect the response, routing evidence, latency, tokens saved, and cost saved.
Connect a Strix API keyStored only in this tab's session storage.
Connect once. Run everything here.Verify your key, send a real routed request, and inspect the route, token savings, latency, and raw response immediately.
POST
/v1/chat/completionsModel
Strix model
Response
Response body will appear here.
curl -X POST https://api.strixgate.dev/v1/chat/completions \
-H "Authorization: Bearer $STRIX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "strix-auto",
"messages": [
{
"role": "user",
"content": "Explain why intent-based model routing helps coding agents."
}
],
"max_tokens": 512,
"stream": false
}'The connected key is never inserted into snippets.