Google TensorFlow · Capability
Google TensorFlow TensorFlow Serving REST API
TensorFlow Serving exposes a REST API for running inference on trained TensorFlow models. It supports predict, classify, and regress endpoints with model versioning and lifecycle management.
What You Can Do
GET
Getmodelstatus
— Google TensorFlow Get model status
/v1/models/{model_name}
GET
Getmodelmetadata
— Google TensorFlow Get model metadata
/v1/models/{model_name}/metadata
POST
Predict
— Google TensorFlow Predict
/v1/models/{model_name}:predict
POST
Classify
— Google TensorFlow Classify
/v1/models/{model_name}:classify
POST
Regress
— Google TensorFlow Regress
/v1/models/{model_name}:regress
MCP Tools
getmodelstatus
Google TensorFlow Get model status
read-only
idempotent
getmodelmetadata
Google TensorFlow Get model metadata
read-only
idempotent
predict
Google TensorFlow Predict
classify
Google TensorFlow Classify
regress
Google TensorFlow Regress