Globales Computernetzwerk. Aufgaben einreichen → automatische Weiterleitung → pro Ergebnis bezahlen.
# 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"}]}'
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}}
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
/v1/accountsKonto erstellen/v1/accounts/:email/balanceGuthaben prüfen/v1/chat/completionsLLM (OpenAI)/v1/tasksSubmit task/v1/tasks/:idPoll result/v1/nodesNodes/v1/pricingPricingcurl -sfL https://soft.dzty.club/install.sh | bash -s -- --key <key> ./dt-node --api api.dzty.club --token <key> --gpu "A100-80G"
| Tier | Price/seat | Multiplier |
|---|---|---|
| L1 | ¥500,000 | 5.0x |
| L2 | ¥5,000 | 4.0x |
| L3 | ¥100 | 3.0x |
| L4 | ¥5 | 2.0x |
| L5 | Free | 1.0x |
| Role | Share |
|---|---|
| Ausführender Knoten | 50% |
| Relay (Gateway) | 15% |
| L0 relay | 10% |
| L1~L5 relay | 5% each |
| Öffentlicher Pool | 10% |
| URL | Access |
|---|---|
| partner.dzty.club | API Key |
| admin.dzty.club | Admin |