Metadata

Server Metadata

get

The server metadata endpoint provides information about the server. A server metadata request is made with an HTTP GET to a server metadata endpoint.

Responses
200

OK

application/json
get
/v2

Model Metadata

get

The per-model metadata endpoint provides information about a model. A model metadata request is made with an HTTP GET to a model metadata endpoint. The model name and (optionally) version must be available in the URL. If a version is not provided the server may choose a version based on its own policies or return an error.

Path parameters
model_namestringRequired
model_versionstringRequired
Responses
200

OK

application/json
get
/v2/models/{model_name}/versions/{model_version}

Model Metadata

get

The per-model metadata endpoint provides information about a model. A model metadata request is made with an HTTP GET to a model metadata endpoint. The model name and (optionally) version must be available in the URL. If a version is not provided the server may choose a version based on its own policies or return an error.

Path parameters
model_namestringRequired
Responses
200

OK

application/json
get
/v2/models/{model_name}

Last updated

Was this helpful?