Vapi Support Bot
12/03/2025, 4:44 PMjson
{
"name": "My Assistant",
"model": {
"provider": "custom-llm",
"url": "<YOUR OPENAI COMPATIBLE ENDPOINT BASE URL>",
"model": "my-cool-model"
}
}
Set credentials first, then add the URL in the assistant's model config as shown above.
For more details, see the documentation I have found: https://docs.vapi.ai/customization/custom-llm/fine-tuned-openai-models.
Source:
- [Using Fine-Tuned OpenAI Models](https://docs.vapi.ai/customization/custom-llm/fine-tuned-openai-models)ian
12/03/2025, 4:46 PM