Response Headers
Markdown versionReplace <BASE_URL> using values from Endpoints.
SupaNexus adds diagnostic headers on API responses.
Global headers
| Header | Present on | Description |
|---|---|---|
X-SNX-Trace-ID | All responses | Unique request id; include in support tickets |
Chat completions headers
| Header | Present on | Description |
|---|---|---|
X-SNX-Model | POST /v1/chat/completions | Logical model id requested |
X-SNX-Provider | POST /v1/chat/completions | Vendor identifier for the inference provider |
Example:
HTTP/1.1 200 OK
Content-Type: application/json
X-SNX-Trace-ID: 7c9e6679-7425-40de-944b-e07fc1f90ae7
X-SNX-Model: deepseek/deepseek-chat
X-SNX-Provider: deepseekQuota responses
When a usage quota limit applies, SupaNexus may include:
Retry-After: 3600Value is seconds until retry is suggested.
CORS
SupaNexus allows these request headers from browsers:
AuthorizationContent-TypeAccept-LanguageX-Locale
Idempotency
Idempotency-Key is a request header (not a response header). See Chat Completions.