POST
/
user
/
model
/
custom
curl --request POST \
  --url https://api.bolna.ai/user/model/custom \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "custom_model_name": "Customer-care Model",
  "custom_model_url": "https://custom.llm.model/v1"
}'
{
  "message": "model added successfully",
  "status": "added"
}

This request specifies how to add your own Custom LLM Models and use it with Bolna Voice AI agents. Please read about it more from using-custom-llm

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Add a custom LLM Model

The body is of type object.

Response

200
application/json

agent status response

The response is of type object.