Global compute network. Submit tasks β automatic routing β pay per result.
# Create account 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} # Call LLM curl https://api.dzty.club/v1/chat/completions \ -H "Authorization: Bearer *** \ -d '{"model":"deepseek-chat","messages":[{"role":"user","content":"Hello"}]}'
OpenAI-compatible. System/user/assistant roles supported.
POST /v1/chat/completions
{"model":"deepseek-chat","messages":[{"role":"user","content":"Hello"}]}
{"choices":[{"message":{"content":"Hi!"}}],"usage":{"total_tokens":11}}
Submit tasks β queued β background processing β webhook callback.
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/accountsCreate account/v1/accounts/:email/balanceCheck balance/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 |
|---|---|
| Executing node | 50% |
| Relay (gateway) | 15% |
| L0 relay | 10% |
| L1~L5 relay | 5% each |
| Public pool | 10% |
| URL | Access |
|---|---|
| partner.dzty.club | API Key |
| admin.dzty.club | Admin |