RisuAI Integration Guide
Connect UnoRouter to RisuAI through the Custom Models option in Advanced Settings.
Overview
RisuAI's Custom Models slot takes a Request URL, API key, and model ID. The gotcha is the Autofill Request URL toggle: while on, RisuAI rewrites the URL you paste and silently breaks the connection.
Quick Config
Paste these into the client. Your key auto-fills when signed in.
Base URL: https://api.unorouter.com/v1/chat/completions
API Key: YOUR_API_KEYCompatibility
Step-by-step setup
- 1Open Advanced Settings
Open Settings, then Advanced Settings.
- 2Pick a model slot
Click the Chat Bot model selector, scroll to the bottom, and choose Custom Models.
- 3Uncheck Autofill Request URL
This toggle must be OFF before you paste anything. See the warning above.
- 4Paste the Request URL
Paste the full URL ending in `/v1/chat/completions`.
textRequest URL: https://api.unorouter.com/v1/chat/completions - 5Paste the API key
Paste your UnoRouter API key into the API Key field. Some builds label it Authorization; use that field if API Key is missing.
- 6Paste the Model ID
Paste the exact model name from UnoRouter's models page.
Recommended models
Free models that work here. Paste any model id into the client.
Gotchas
- Uncheck Autofill Request URL before pasting anything. While on, RisuAI rewrites your URL to its own default and silently breaks the connection.
- A RisuAI update can re-enable Autofill Request URL on its own. If a working setup stops responding, re-open Custom Models and confirm the toggle is off.
- Some RisuAI builds expose both an API Key field and an Authorization field, and only one is read per version. On a 401, move your key to the other field.
- Custom Models has no model dropdown. Copy-paste the exact model name from UnoRouter's models page instead of retyping it.