model.
GET /health
Checks gateway health and the status of its dependencies.
Auth: none
Response
The gateway returns200 when healthy and 503 when one or more required services are unavailable.
ok is false, expect HTTP 503.
GET /v1/models
Returns the model aliases you should use in model fields across the public API.
Auth: none
Response
How to use model aliases
Use theid values returned here as the model in other requests, for example:
basics-chat-smartbasics-embed-smallbasics-sttbasics-tts
Tips
- Call this endpoint to discover active aliases instead of hard-coding assumptions
- If you send an unknown alias to another endpoint, you may get
404withcode: "model_not_found"

