cURL
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" }
Learn how to integrate your custom Large Language Model (LLM) with Bolna Voice AI agents using Bolna APIs.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Add a custom LLM Model
Human readable name for your custom model
URL endpoint for the custom LLM model
agent status response
Success message for adding the custom model
"model added successfully"
status for the model sent in the request to be added
added
"added"
Was this page helpful?