# Workers AI Dumb Pipe
## 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
```json
```
#### 400 Bad Request
```json
{
"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
```json
```
#### 400 Bad Request
```json
{
"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
```json
```
#### 400 Bad Request
```json
{
"errors": [
{
"message": "*string*"
}
],
"result": {},
"success": "*boolean*"
}
```