bolna_add_custom_llm
Add your own custom large language model to Bolna by providing its API endpoint. Enable your voice agents to use your preferred LLM.
Instructions
Integrate a custom Large Language Model with your Bolna account for use in agents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | The specific model ID to use at the endpoint | |
| api_key | No | API key for the custom LLM endpoint (if required) | |
| api_base | Yes | Base URL of your custom LLM's OpenAI-compatible API endpoint | |
| model_name | Yes | A unique name/identifier for your custom LLM model |