Contoh Penggunaan
Gunakan API key yang diberikan admin untuk autentikasi
curl http://ai.scbackend.my.id/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-gw-XXXX" \
-d '{
"model": "deepseek-v4-flash-0731",
"messages": [{"role": "user", "content": "Halo"}]
}'
curl http://ai.scbackend.my.id/v1/models \
-H "Authorization: Bearer sk-gw-XXXX"