شروع سریع
- ثبتنام در پنل کاربری
- ساخت API Key
- فراخوانی
POST /v1/chat/completions
curl -X POST https://your-domain/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"MODEL_ID","messages":[{"role":"user","content":"سلام"}]}'