You're on the API host. Endpoints are OpenAI-compatible. Authenticate with a clex_* key from your dashboard.
curl https://api.ai.clex.in/v1/chat/completions \
-H "Authorization: Bearer $CLEX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "moonshotai/kimi-k2-instruct",
"messages": [{"role":"user","content":"hello"}]
}'