Text Generation Inference

Text Generation Inference endpoint info

Text Generation Inference endpoint info

get/info

Response

Served model info

model_idstring required
model_pipeline_tagstring nullable
model_shastring nullable
shastring nullable
versionstring required

Example response

{
  "model_id": "bigscience/blomm-560m",
  "model_pipeline_tag": "text-generation",
  "model_sha": "e985a63cdc139290c5f700ff1929f0b5942cced2",
  "sha": "null",
  "version": "0.5.0"
}

Changes