websocat -H 'Authorization: Api-Key YOUR_API_KEY' \
    wss://{entity}-{entity_id}.api.baseten.co/development/websocket
Use this endpoint to connect via WebSockets to the development deployment of a model or chain.
wss://{entity}-{entity_id}.api.baseten.co/development/websocket"
See WebSockets for more details.

Parameters

entity
string
required
The type of entity you want to connect to. Either model or chain.
entity_id
string
required
The ID of the model or chain you want to connect to.
Authorization
string
required
Your Baseten API key, formatted with prefix Api-Key (e.g. {"Authorization": "Api-Key abcd1234.abcd1234"}).
websocat -H 'Authorization: Api-Key YOUR_API_KEY' \
    wss://{entity}-{entity_id}.api.baseten.co/development/websocket