Documentation Index
Fetch the complete documentation index at: https://docs.routerlink.ai/llms.txt
Use this file to discover all available pages before exploring further.
This documentation is provided for informational purposes only and demonstrates how to configure and use our API with third-party AI chat interfaces. Any third-party software, websites, or services mentioned are not operated, controlled, or endorsed by us.
Introduction to TypingMind

- Multi-provider model support with custom API configurations
- Advanced prompt library and conversation management
- Document upload capabilities for Retrieval-Augmented Generation (RAG)
- Options for personal use, team collaboration, and self-hosting for privacy
Step
Access TypingMind
Configure Model Parameters
Here are example model configurations compatible with both Anthropic and OpenAI formats.
Claude Opus 4.7
Make sure to replace
Make sure to replace 

| Field | Content |
|---|---|
| Name | anthropic/claude-opus-4-7 |
| API Type | Claude Messages API |
| Endpoint URL | https://router-link.world3.ai/api/v1/messages |
| Model ID | anthropic/claude-opus-4-7 |
| Header Key | x-api-key |
| Header Value | <ROUTERLINK_API_KEY> |
<ROUTERLINK_API_KEY> with your API key from RouterLink.GPT-5.5| Field | Content |
|---|---|
| Name | openai/gpt-5.5 |
| API Type | OpenAI Chat Completions API |
| Endpoint URL | https://router-link.world3.ai/api/v1/chat/completions |
| Model ID | openai/gpt-5.5 |
| Header Key | Authorization |
| Header Value | Bearer <ROUTERLINK_API_KEY> |
<ROUTERLINK_API_KEY> with your API key from RouterLink.You can add other models based these:
Validate Configuration
Click the “Test” button to verify the connection is working correctly.Upon successful validation, the “Add Model” button will become active.

Troubleshooting
| Issue | Solution |
|---|---|
| Authentication failed | Verify your API key is correctly formatted with Bearer prefix (including the space) |
| Model not responding | Confirm the model ID matches the exact format from the RouterLink documentation |
| Connection timeout | Check your network connectivity and ensure the API endpoint URL is correct |
| Test button fails | Verify all custom headers are properly configured (Authorization and Content-Type) |





