Open Websocket connection with @cf/pipecat-ai/smart-turn-v2 model.
GET /accounts/{account_id}/ai/run/@cf/pipecat-ai/smart-turn-v2
Responses
101 Returns a websocket connection
400 Bad Request
{
"errors": [
{
"message": "*string*"
}
],
"result": {},
"success": "*boolean*"
}Open Websocket connection with @cf/pipecat-ai/smart-turn-v3 model.
GET /accounts/{account_id}/ai/run/@cf/pipecat-ai/smart-turn-v3
Responses
101 Returns a websocket connection
400 Bad Request
{
"errors": [
{
"message": "*string*"
}
],
"result": {},
"success": "*boolean*"
}Open Websocket connection with @cf/test/hello-world-cog model.
GET /accounts/{account_id}/ai/run/@cf/test/hello-world-cog
Responses
101 Returns a websocket connection
400 Bad Request
{
"errors": [
{
"message": "*string*"
}
],
"result": {},
"success": "*boolean*"
}