Skip to main content

Custom Endpoints

Connect your own endpoint to any provider in vLLora. This allows you to use custom API gateways, self-hosted models, or OpenAI-compatible proxies.

Configuration

To configure a custom endpoint:

  1. Navigate to Providers in the settings.
  2. Select the provider you want to configure
  3. Select "Use Custom Endpoint"
  4. Enter your Endpoint URL (e.g., https://api.example.com)
  5. Enter your API Key

Provider Keys Configuration

That's it! vLLora will now use your custom endpoint instead of the default provider endpoint.

Using Custom Endpoints

No changes are needed when calling models. You continue to use the same model naming convention. For example, if you configured a custom endpoint for OpenAI, you would still call models as:

openai/your-model-name

The custom endpoint is used automatically in the background—your API calls remain the same.