Discoverable platform metadata (version, environment, supported models)
Static metadata about the running API. Useful for SDKs that want to detect the deployment environment, the set of models they can pin, and which optional…
GET
Static metadata about the running API.
Useful for SDKs that want to detect the deployment environment, the
set of models they can pin, and which optional features are
available without hard-coding strings.
Cached server-side for 300s via Cache-Control; supports
If-None-Match so clients can avoid re-parsing the JSON when
nothing has changed.
Response
SystemInfoResponse
string
required
string
required
string
required
SupportedModelsBlock
required
string[]
required
object
required
Feature flags by name → bool. Stable identifiers; SDK clients branch on the boolean to enable optional code paths.