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

# TypingMind

> Connect TypingMind to Routeway for an enhanced chat experience with any model.

TypingMind is a polished chat UI that supports custom OpenAI-compatible endpoints. You can add Routeway as a custom model to use any of its 200+ models.

<Note>
  Requires a valid Routeway API key. Get yours from the [dashboard](https://routeway.ai/dashboard/api-keys).
</Note>

***

## Setup

<Steps>
  <Step title="Open custom model settings">
    In TypingMind, go to **Add Custom Model** and select **Create Manually**.
  </Step>

  <Step title="Configure the model">
    Fill in the following fields:

    | Field             | Value                                                                         |
    | ----------------- | ----------------------------------------------------------------------------- |
    | **Name**          | Any label, e.g. `Routeway`                                                    |
    | **API Type**      | OpenAI Compatible API                                                         |
    | **Endpoint**      | `https://api.routeway.ai/v1/chat/completions`                                 |
    | **Model ID**      | A model from [routeway.ai/models](https://routeway.ai/models), e.g. `gpt-4.1` |
    | **Authorization** | `Bearer YOUR_ROUTEWAY_API_KEY`                                                |
  </Step>

  <Step title="Test and add">
    Click **Test** to verify the connection, then click **Add Model**.
  </Step>

  <Step title="Start chatting">
    Select your new model from the model picker and begin your conversation.
  </Step>
</Steps>

***

## Tips

* You can add multiple Routeway models by repeating the steps with different Model IDs.
* Browse all available models at [routeway.ai/models](https://routeway.ai/models).
* The **Icon URL** field is optional — you can leave it blank or use your own icon.
