Search docs...

Start typing to search documentation

typingmind
TypingMind

TypingMind Integration Guide

Connect dabboUno to TypingMind as a custom OpenAI-compatible model.

Overview

TypingMind accepts any OpenAI-compatible endpoint as a custom model. Add dabboUno to use any model in the catalog.

Quick Config

Paste these into the client. Your key auto-fills when signed in.

text
Base URL: https://newapi.c.dabbo.net/v1/chat/completions
API Key: YOUR_API_KEY

Sign in to auto-fill your API key

Compatibility

Chat CompletionsStreamingTool calling

Step-by-step setup

  1. 1
    Open Models

    Click the gear icon, go to Models, then Add Custom Models.

  2. 2
    Add a custom model

    TypingMind uses the OpenAI Chat Completions schema for custom endpoints.

  3. 3
    Fill the endpoint

    Enter the full chat completions URL and a model id. Custom models have no API key field: add the key under Add Custom Headers as an Authorization header.

    text
    Endpoint: https://newapi.c.dabbo.net/v1/chat/completions
    Custom header: Authorization: Bearer YOUR_API_KEY
    Model ID: YOUR_MODEL_ID

    Sign in to auto-fill your API key

  4. 4
    Test and add

    Toggle Plugins or Vision only if the model supports them. Click Test, then Add Model.

Recommended models

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

Gotchas

  • Plugins (function calling) need a model with native tool support.
  • The Vision toggle needs a model that supports image input. Check the catalog first.
Generate API KeyModels