Open WebUI
How to connect Open WebUI to Aramm using the built-in OpenAI API settings.
Open WebUI is a simple MVP fit for Aramm because it usually only needs an OpenAI base URL and an API key.
What you need
- An Aramm API key
- Open WebUI admin access
- A model id such as
openai/gpt-4o
Quick setup
In Open WebUI, set the OpenAI-compatible connection to:
- Base URL:
https://router.aramm.ai/v1 - API key: your Aramm API key
- Default model:
openai/gpt-4o
Model naming
Use any Aramm provider/model id in the model picker.
Verify it works
Save the connection, open a new chat, and confirm the model returns a reply.
Troubleshooting
401usually means the API key is missing or invalid.model not foundusually means the model id is not available in Aramm.- If the connection test fails, confirm the base URL includes
/v1.