Edge pending
api.withohm.dev is reserved for the Ohm OpenAI-compatible gateway (ACM certificate issued). It is not the documentation site and does not serve chat completions yet.
MVP contract
# Supported today
curl -s http://localhost:8081/v1/chat/completions \
-H "Authorization: Bearer sk-at-dev" \
-H "Content-Type: application/json" \
-d '{"model":"mock","messages":[{"role":"user","content":"hi"}]}'
# This host → HTTP 503 JSON for /v1 and /health until AWS cutoverKeys use legacy sk-at-… · Docs & legal: Terms · Privacy · DPA