v1

latestOpenAPI 3.1.0Apache-2.02026-07-17111932.3 KB
Health

Build identity

Returns the build identity of the running server: tt-inference-server version and commit, tt-blaze commit, and tt-metal commit. Missing values appear as the literal string "unknown". No authentication required.

get/info

Response

Build identity

Example response

{
  "tt_inference_server": {
    "version": "0.13.0",
    "commit": "b0f8adfc1234567890abcdef1234567890abcdef"
  },
  "tt_blaze": {
    "commit": "abc123def456abc123def456abc123def4567890"
  },
  "tt_metal": {
    "commit": "915d9e67ad572b97fbaf5339bd3e518db6dc05e3"
  }
}