GET
/
v2
/
supported_embedding_models
curl --request GET \
  --url http://127.0.0.1:9550/v2/supported_embedding_models
[
  "<string>"
]

Retrieve a list of embedding models supported by the Shinkai API.

Response

200
application/json
Successfully retrieved supported embedding models

The response is of type string[].