Text Embeddings Inference endpoint info
Response
Served model info
Example response
{
"docker_label": "null",
"model_dtype": "float16",
"model_id": "thenlper/gte-base",
"model_sha": "fca14538aa9956a46526bd1d0d11d69e19b5a101",
"model_type": {
"classifier": {
"id2label": {
"0": "LABEL"
},
"label2id": {
"LABEL": 0
}
}
},
"served_model_name": "thenlper/gte-base",
"sha": "null",
"version": "0.5.0"
}Changes
Changed in 6 of the 42 revisions of this API.54
- ○
added the required property
served_model_nameto the response with the200statusresponse-required-property-added
- ○
- ○
added the required property
auto_truncateto the response with the200statusresponse-required-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
added
subschema #3to themodel_typeresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
- ▲
removed the required property
model_poolingfrom the response with the200statusresponse-required-property-removed
- ○
added the required property
model_typeto the response with the200statusresponse-required-property-added
- ▲
- ○
added the required property
model_poolingto the response with the200statusresponse-required-property-added
- ○
- ▲
removed the required property
auto_truncatefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
model_typefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
served_model_namefrom the response with the200statusresponse-required-property-removed
This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲