> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# RikkaHub

> Configure AIHubMix in RikkaHub, add models, and verify that they work.

RikkaHub is an Android app that supports multiple LLM providers.

Download: [RikkaHub Releases](https://github.com/rikkahub/rikkahub/releases)

## Before you start

* Install and open RikkaHub.
* Create an API key in the [AIHubMix Console](https://aihubmix.com/token).

## Configure AIHubMix

### 1. Open Providers

On the chat page, tap the menu button in the upper-left corner. Open the sidebar, tap the settings button at the bottom, and then select **Providers**.

<Columns cols={3}>
  <div style={{ marginTop: "20px" }}>
    <img src="https://mintcdn.com/aihubmix/4kxv71fdbSWrqPvM/public/cn/RikkaHub-new-01.jpg?fit=max&auto=format&n=4kxv71fdbSWrqPvM&q=85&s=1f3bea0bc009f777eb6a1de939e6eb9b" alt="Open the sidebar" width="1260" height="2800" data-path="public/cn/RikkaHub-new-01.jpg" />
  </div>

  <img src="https://mintcdn.com/aihubmix/4kxv71fdbSWrqPvM/public/cn/RikkaHub-new-02.jpg?fit=max&auto=format&n=4kxv71fdbSWrqPvM&q=85&s=c47b8d74a87fa3b0cd7077a0990fbf7a" alt="Open Settings" width="1260" height="2800" data-path="public/cn/RikkaHub-new-02.jpg" />

  <img src="https://mintcdn.com/aihubmix/4kxv71fdbSWrqPvM/public/cn/RikkaHub-new-03.jpg?fit=max&auto=format&n=4kxv71fdbSWrqPvM&q=85&s=4d34165a85e39a377cb813a17a7f43f8" alt="Open Providers" width="1260" height="2800" data-path="public/cn/RikkaHub-new-03.jpg" />
</Columns>

### 2. Enter and save the provider details

Select **AiHubMix** from the provider list, then enter the following details:

* **API Key**: Enter the API key created in the AIHubMix Console.
* **API Base Url**: Enter `https://aihubmix.com/v1`. If the primary address is temporarily unavailable, use `https://api.inferera.com/v1`.
* **API Path**: Keep the default value `/chat/completions`.
* **Enable**: Turn it on.
* **Response API**: Leave it off.

When finished, tap **Save** in the lower-right corner.

<Columns cols={3}>
  <div style={{ marginTop: "20px" }}>
    <img src="https://mintcdn.com/aihubmix/4kxv71fdbSWrqPvM/public/cn/RikkaHub-new-04.jpg?fit=max&auto=format&n=4kxv71fdbSWrqPvM&q=85&s=60320ac9f3f2921878698a7bd4cfc92a" alt="Select the AiHubMix provider" width="1260" height="2800" data-path="public/cn/RikkaHub-new-04.jpg" />
  </div>

  <img src="https://mintcdn.com/aihubmix/4kxv71fdbSWrqPvM/public/cn/RikkaHub-new-05.jpg?fit=max&auto=format&n=4kxv71fdbSWrqPvM&q=85&s=bd493d35fd4730046d04ffb73389d63a" alt="Enter the API key and URL" width="1260" height="2800" data-path="public/cn/RikkaHub-new-05.jpg" />

  <img src="https://mintcdn.com/aihubmix/4kxv71fdbSWrqPvM/public/cn/RikkaHub-new-06.jpg?fit=max&auto=format&n=4kxv71fdbSWrqPvM&q=85&s=3f31f05f792e2494366b101522a3c29b" alt="Save the provider configuration" width="1260" height="2800" data-path="public/cn/RikkaHub-new-06.jpg" />
</Columns>

## Add models

Switch to the **Models** tab. Tap **Add New Model** to define a model manually, or tap the model-list button to its left to choose a model directly from the list.

In the model list, filter by name and tap **+** next to a model to add it. To add every model, tap **Select All**. Return to the model management page to review and manage the models you added.

<Columns cols={3}>
  <div style={{ marginTop: "20px" }}>
    <img src="https://mintcdn.com/aihubmix/4kxv71fdbSWrqPvM/public/cn/RikkaHub-new-07.jpg?fit=max&auto=format&n=4kxv71fdbSWrqPvM&q=85&s=6c5fbe39982114163ef0f4fec5b4ed58" alt="Open model management" width="1260" height="2800" data-path="public/cn/RikkaHub-new-07.jpg" />
  </div>

  <img src="https://mintcdn.com/aihubmix/4kxv71fdbSWrqPvM/public/cn/RikkaHub-new-08.jpg?fit=max&auto=format&n=4kxv71fdbSWrqPvM&q=85&s=219a522772e54109e799a84b70b72bda" alt="Add models from the list" width="1260" height="2800" data-path="public/cn/RikkaHub-new-08.jpg" />

  <img src="https://mintcdn.com/aihubmix/4kxv71fdbSWrqPvM/public/cn/RikkaHub-new-09.jpg?fit=max&auto=format&n=4kxv71fdbSWrqPvM&q=85&s=9a9bedc300e20e99f3d16ef22fc5358d" alt="Manage added models" width="1260" height="2800" data-path="public/cn/RikkaHub-new-09.jpg" />
</Columns>

## Test the connection

After adding the models, switch back to the **Configuration** tab and tap the connection-test button in the lower-left area.

Select one of the models you added, then tap **Test**. The connection is working when the non-streaming, streaming, and tool-call tests all pass.

<Columns cols={3}>
  <div style={{ marginTop: "20px" }}>
    <img src="https://mintcdn.com/aihubmix/4kxv71fdbSWrqPvM/public/cn/RikkaHub-new-10.jpg?fit=max&auto=format&n=4kxv71fdbSWrqPvM&q=85&s=7864011e3534b1c6c8a6ac13668e934a" alt="Open the connection test" width="1260" height="2800" data-path="public/cn/RikkaHub-new-10.jpg" />
  </div>

  <img src="https://mintcdn.com/aihubmix/4kxv71fdbSWrqPvM/public/cn/RikkaHub-new-11.jpg?fit=max&auto=format&n=4kxv71fdbSWrqPvM&q=85&s=9fbbc5efed1b36aaabe2ae8d7adbe7e6" alt="Select a model for testing" width="1260" height="2800" data-path="public/cn/RikkaHub-new-11.jpg" />

  <img src="https://mintcdn.com/aihubmix/4kxv71fdbSWrqPvM/public/cn/RikkaHub-new-12.jpg?fit=max&auto=format&n=4kxv71fdbSWrqPvM&q=85&s=13beb0dbdd93bb295e341d7508cc0d2c" alt="Review the connection test results" width="1260" height="2800" data-path="public/cn/RikkaHub-new-12.jpg" />
</Columns>

## Select a model and verify

Return to the chat page and open the model picker in the lower-left corner. Select one of the models you added under **AiHubMix**.

Send a message. A normal response confirms that the configuration works.

<Columns cols={3}>
  <div style={{ marginTop: "20px" }}>
    <img src="https://mintcdn.com/aihubmix/4kxv71fdbSWrqPvM/public/cn/RikkaHub-new-13.jpg?fit=max&auto=format&n=4kxv71fdbSWrqPvM&q=85&s=e37181a097826a8187abe9dd235e9eec" alt="Open the model picker in the lower-left corner" width="1260" height="2800" data-path="public/cn/RikkaHub-new-13.jpg" />
  </div>

  <img src="https://mintcdn.com/aihubmix/4kxv71fdbSWrqPvM/public/cn/RikkaHub-new-14.jpg?fit=max&auto=format&n=4kxv71fdbSWrqPvM&q=85&s=2bf6496ec197b056d43f35cc044f0c05" alt="Select an AIHubMix model" width="1260" height="2800" data-path="public/cn/RikkaHub-new-14.jpg" />

  <img src="https://mintcdn.com/aihubmix/4kxv71fdbSWrqPvM/public/cn/RikkaHub-new-15.jpg?fit=max&auto=format&n=4kxv71fdbSWrqPvM&q=85&s=05989b63e6115df9151950ea82d6e014" alt="Verify the model response" width="1260" height="2800" data-path="public/cn/RikkaHub-new-15.jpg" />
</Columns>

## FAQ

**Should API Base Url include the full request path?**

No. Set **API Base Url** to the address ending in `/v1`, and keep `/chat/completions` in the separate **API Path** field.

**Why is an added model missing from the model picker?**

Confirm that the provider is enabled and saved, then check that the model appears on the **Models** tab. If needed, return to the provider configuration and run the connection test again.

**What should I check when a request fails?**

Check the API key, API Base Url, and model selection. If the primary address is temporarily unavailable, change **API Base Url** to `https://api.inferera.com/v1`.

Last updated: 2026-07-17
