YOUR DEVELOPER WORKSPACE
Overview
Every request. Every model. A clearer picture.
Requests today—UTC · Current day
Requests this month—UTC · Calendar month
Reported tokens—Only upstream-reported usage
Average latency—Completed requests this month
000
Your first request starts hereSend a request to see your activity take shape.Try the playground
From key to
first response.
A small setup. A world of possibilities.
1Sign in to your workspaceSecure, personal access
2Create an API keyYour key is shown once
3Connect a model routeConfigure the registry
Seven tiers. One API.Choose a public alias. Keep your integration stable.
01020304050607
Explore models ⌁
No requests yet
Request IDs, status, and latency appear here after your first API call.
cURL
curl https://YOUR_VEXSASIPS_DOMAIN/v1/chat/completions \
-H "Authorization: Bearer $VEXSASIPS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "vexsaa-aether",
"messages": [{"role": "user",
"content": "Hello, VexsaSips."}]
}'A configured route and an active key are required.