글로벌 컴퓨트 네트워크. 작업 제출 → 자동 라우팅 → 결과별 결제.
# 계정 생성 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 호출 curl https://api.dzty.club/v1/chat/completions \ -H "Authorization: Bearer *** \ -d '{"model":"deepseek-chat","messages":[{"role":"user","content":"Hello"}]}'
OpenAI 호환. 시스템/사용자/어시스턴트 역할 지원.
POST /v1/chat/completions
{"model":"deepseek-chat","messages":[{"role":"user","content":"Hello"}]}
{"choices":[{"message":{"content":"Hi!"}}],"usage":{"total_tokens":11}}
작업 제출 → 대기열 → 백그라운드 처리 → 웹훅 콜백.
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/accounts계정 생성/v1/accounts/:email/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 |
|---|---|
| 실행 노드 | 50% |
| 릴레이 (게이트웨이) | 15% |
| L0 relay | 10% |
| L1~L5 relay | 5% each |
| 공용 풀 | 10% |
| URL | Access |
|---|---|
| partner.dzty.club | API Key |
| admin.dzty.club | Admin |