Execute @cf/baai/bge-reranker-base model.
POST /accounts/{account_id}/ai/run/@cf/baai/bge-reranker-base
Responses
200 Object with user data.
Data is at
body["result"]
{}400 Bad request
{
"errors": [
{
"code": "*string*",
"message": "*string*"
}
],
"result": {},
"success": "*boolean*"
}Execute @cf/huggingface/distilbert-sst-2-int8 model.
POST /accounts/{account_id}/ai/run/@cf/huggingface/distilbert-sst-2-int8
Responses
200 Object with user data.
Data is at
body["result"]
{}400 Bad request
{
"errors": [
{
"code": "*string*",
"message": "*string*"
}
],
"result": {},
"success": "*boolean*"
}Execute @cf/huggingface/omni-distilbert-sst-2-int8 model.
POST /accounts/{account_id}/ai/run/@cf/huggingface/omni-distilbert-sst-2-int8
Responses
200 Object with user data.
Data is at
body["result"]
{}400 Bad request
{
"errors": [
{
"code": "*string*",
"message": "*string*"
}
],
"result": {},
"success": "*boolean*"
}