API

Stateless LLM API.

OpenAI-compatible chat completions. Lightning-funded usage.

Documentation
POST /api/v1/chat/completions Checking models
curl https://syllogy.ai/api/v1/chat/completions \
  -H "Authorization: Bearer $SYLLOGY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"model-id",
       "messages":[{"role":"user","content":"Hello"}]}'