Nexus API

Gunakan API key untuk akses chat completions & models.

2
Upstream
2
Users
19
Models

Chat Completions

POST /v1/chat/completions

Kirim chat request ke model AI

List Models

GET /v1/models

Lihat semua model yang tersedia

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"
Coba Playground Admin Panel