/
/SIE Gateway
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2d ago
config6
  • getGET /v1/configs/bundles - List all bundle configs.
  • getGET /v1/configs/bundles/{id} - Get specific bundle config.
  • getGET /v1/configs/models - List all model configs visible to this gateway.
  • getGET /v1/configs/models/{*id} — dual-purpose dispatcher.
  • get/v1/configs/models/{id}/status
  • post/v1/configs/resolve
docs2
  • getRendered, human-browsable API reference (Redoc) over the live `/openapi.json`. Auth-exempt (documentation, like `/openapi.json`) and read-only — no in-browser request console, so no token-leak surface.
  • get/openapi.json
health4
  • getStatic HTML status page
  • get/health
  • get/healthz
  • get/readyz
inference12
  • post/v1/audio/transcriptions
  • post/v1/chat/completions
  • post`/v1/completions` — legacy OpenAI Completions (single-candidate, raw-prompt).
  • post/v1/embeddings
  • post/v1/encode/{model}
  • post/v1/extract/{model}
  • post/v1/generate/{model}
  • post/v1/moderations
  • post/v1/rerank
  • post`/v1/responses` — OpenAI Responses API (MVP, stateless single-turn).
  • post/v1/score/{model}
  • post/v2/rerank
models2
  • get/v1/models
  • getDetail counterpart to `get_models`.
observability1
  • get/ws/cluster-status
pools5
  • get/v1/pools
  • post/v1/pools
  • get/v1/pools/{name}
  • delete/v1/pools/{name}
  • post/v1/pools/{name}/renew
    health

    Static HTML status page

    get/

    Response

    HTML gateway status page

    Changes