Preparing the control plane…
Preparing the control plane…
Connect once, run a real request, and immediately inspect the response, routing evidence, latency, tokens saved, and cost saved.
/v1/chat/completionsResponse 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.