🌐 Deutsch

Cloud Compute API

Globales Computernetzwerk. Aufgaben einreichen → automatische Weiterleitung → pro Ergebnis bezahlen.

Erste Schritte

Konto erstellen
POST /v1/accounts → API-Schlüssel + 100.000 Credits
LLM aufrufen
POST /v1/chat/completions mit Bearer-Token
Guthaben prüfen
GET /v1/accounts/<email>/balance
# Konto erstellen
curl -X POST https://api.dzty.club/v1/accounts -d '{"name":"Farm","email":"me@ex.com"}'
{"email":"me@ex.com","api_key":"dt_abc...def","balance":100000}

# LLM aufrufen
curl https://api.dzty.club/v1/chat/completions \
  -H "Authorization: Bearer *** \
  -d '{"model":"deepseek-chat","messages":[{"role":"user","content":"Hello"}]}'

API-Referenz

Chat-Abschlüsse

OpenAI-kompatibel. System-/Benutzer-/Assistenten-Rollen unterstützt.

POST /v1/chat/completions
{"model":"deepseek-chat","messages":[{"role":"user","content":"Hello"}]}
{"choices":[{"message":{"content":"Hi!"}}],"usage":{"total_tokens":11}}

Asynchrone Aufgaben

Aufgaben einreichen → in Warteschlange → Hintergrundverarbeitung → Webhook-Rückruf.

POST /v1/tasks
{"task_type":"llm","params":{"prompt":"Hi"},"callback_url":"https://..."}
{"task_id":"task_xxx","status":"queued","price":105}
# Poll: GET /v1/tasks/task_xxx
POST/v1/accountsKonto erstellen
GET/v1/accounts/:email/balanceGuthaben prüfen
POST/v1/chat/completionsLLM (OpenAI)
POST/v1/tasksSubmit task
GET/v1/tasks/:idPoll result
GET/v1/nodesNodes
GET/v1/pricingPricing

GPU-Knotenagent

curl -sfL https://soft.dzty.club/install.sh | bash -s -- --key <key>
./dt-node --api api.dzty.club --token <key> --gpu "A100-80G"

Preise & Wirtschaftlichkeit

TierPrice/seatMultiplier
L1¥500,0005.0x
L2¥5,0004.0x
L3¥1003.0x
L4¥52.0x
L5Free1.0x

Umsatzverteilung

RoleShare
Ausführender Knoten50%
Relay (Gateway)15%
L0 relay10%
L1~L5 relay5% each
Öffentlicher Pool10%

Dashboard

URLAccess
partner.dzty.clubAPI Key
admin.dzty.clubAdmin