Search docs...

Start typing to search documentation

risuai
RisuAI

RisuAI Integration Guide

Connect UnoRouter to RisuAI through the Custom Models option in Advanced Settings.

Overview

RisuAI's Custom Models slot lets you paste a Request URL, API key, and model ID. The gotcha is a toggle called Autofill Request URL: when it is on, RisuAI rewrites the URL you paste, which silently breaks the connection.

Quick Config

Drop these values into the client. Your key auto-fills when you are signed in.

text
Base URL: https://api.unorouter.ai/v1/chat/completions
API Key: YOUR_API_KEY

Sign in to auto-fill your API key

Compatibility

Chat CompletionsStreaming

Step-by-step setup

  1. 1
    Open Advanced Settings

    In RisuAI, open Settings, then Advanced Settings.

  2. 2
    Pick a model slot

    Click the Chat Bot model selector, scroll to the bottom of the model list, and choose Custom Models.

  3. 3
    Uncheck Autofill Request URL

    This toggle must be OFF before you paste anything. See the critical warning above.

  4. 4
    Paste the Request URL

    Paste the full URL ending in `/v1/chat/completions`.

    text
    Request URL: https://api.unorouter.ai/v1/chat/completions

    Sign in to auto-fill your API key

  5. 5
    Paste the API key

    Paste your UnoRouter API key into the API Key field. Some RisuAI builds label this field Authorization; use that field if the API Key field does not appear.

  6. 6
    Paste the Model ID

    Type or paste the exact model name from UnoRouter's models page.

Recommended models

Free models that work well here. Paste any model id into the client.

mistral-tiny-latestcompoundmistral-large-2512gemini-pro-latestmistral-code-fim-latest

Gotchas

  • Uncheck Autofill Request URL before you paste anything. While it is 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 suddenly stops responding, re-open Custom Models and confirm the toggle is still off.
  • Some RisuAI builds expose both an API Key field and an Authorization field, and only one is read per version. If you get a 401, move your key to the other field.
  • The Model ID is a manual text field with no dropdown in Custom Models mode. Copy-paste the exact model name from UnoRouter's models page; do not retype it.
Generate API KeyModels