🤖 OpenGSSTEC AI API

Status: ✅ Online and Ready

Available Endpoints

GET /health

Check API health and model status

curl https://gsstec-open.hf.space/health

POST /chat

Send chat messages to the AI model

curl -X POST https://gsstec-open.hf.space/chat \
  -H "Content-Type: application/json" \
  -d '{
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'

Model Information

Check Health Status →