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_KEYCompatibility
Chat CompletionsStreamingTool calling
Step-by-step setup
- 1Open Models
Click the gear icon, go to Models, then Add Custom Models.
- 2Add a custom model
TypingMind uses the OpenAI Chat Completions schema for custom endpoints.
- 3Fill 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.
textEndpoint: https://newapi.c.dabbo.net/v1/chat/completions Custom header: Authorization: Bearer YOUR_API_KEY Model ID: YOUR_MODEL_ID - 4Test 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.