POST /v1/chat/completions
Beta
text
curl https://api.botconnector.id/v1/chat/completions \
-H "Authorization: Bearer bc_live_..." \
-H "Content-Type: application/json" \
-d '{"model":"ling-3.0-flash-sante","messages":[{"role":"user","content":"Halo"}]}'Gunakan Model ID dari GET /v1/models. Bentuk request yang belum didukung menghasilkan error eksplisit.