Custom provider
BrandForge supports custom API providers that expose an OpenAI-compatible API interface. This enables use of self-hosted models, regional providers, or any API that follows the OpenAI messages format.
Requirements
The custom provider must expose:
- A
/v1/chat/completionsendpoint (for LLM category) - A
/v1/images/generationsendpoint (for image generation category) - Bearer token authentication via
Authorization: Bearer {api_key}
Configuration
- Go to GodMode → API providers → + Add provider.
- Select Custom (OpenAI-compatible) as the provider type.
- Enter the base URL of your API (e.g.
https://api.yourprovider.com). - Enter the API key.
- Enter the model name to use (e.g.
llama-3-70b). - Select the service category.
- Save.