get_model_types
Developing
Request samples
curl --location --request GET '/v1/get_model_types'
Responses
application/json [
{
"label": "all-mpnet-base-v2",
"value": 1
},
{
"label": "multi-qa-MiniLM-L6-cos-v1",
"value": 2
},
{
"label": "sentence-transformers_all-MiniLM-L6-v2",
"value": 3
}
]
Modified at 2024-04-14 04:06:02