Logged in as
Operative: zero_cool
Active Plan: Free Tier
Uplink: ONLINE
No active purchases. Upgrade now.
Transmit a secure ping to the DeepSeek cluster via Vectra.
curl -X POST http://localhost:8000/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer VXT-8X91..." \
-d '{
"model": "deepseek-chat",
"messages": [{"role": "user", "content": "Status report."}]
}'