Ajmal
11/21/2025, 11:10 AMVapi Support Bot
11/21/2025, 11:11 AMjson
{
"name": "My Assistant",
"model": {
"provider": "custom-llm",
"url": "https://api.openai.com/v1",
"model": "your-model-name",
"messages": [
{ "role": "system", "content": "You are an assistant." }
],
"temperature": 0.7
}
}
This will route model calls through your own OpenAI API key and endpoint. For more details, see the [Vapi documentation](https://docs.vapi.ai/customization/custom-llm/fine-tuned-openai-models).
Source:
- [Fine-tuned OpenAI models](https://docs.vapi.ai/customization/custom-llm/fine-tuned-openai-models)Ajmal
11/21/2025, 11:12 AMAjmal
11/21/2025, 11:17 AMVapi Support Bot
11/21/2025, 11:18 AMAjmal
11/21/2025, 11:21 AMAjmal
11/21/2025, 11:21 AMVapi Support Bot
11/21/2025, 11:21 AMjson
{
"provider": "custom-llm",
"url": "https://api.openai.com/v1",
"model": "your-model-name"
}
Then, assign your OpenAI API key in the integration settings. This will route all model calls through your OpenAI account automatically—no server needed.
For more details, see the official guide ([Fine-tuned OpenAI models](https://docs.vapi.ai/customization/custom-llm/fine-tuned-openai-models)).
Source:
- [Fine-tuned OpenAI models](https://docs.vapi.ai/customization/custom-llm/fine-tuned-openai-models)