SillyTavern
Use rout.my as a Custom OpenAI-compatible source in SillyTavern.
Values
| Field | Value |
|---|---|
| API type | Chat Completion |
| Chat Completion Source | Custom (OpenAI-compatible) |
| API key | Your rout.my key |
| Custom endpoint / Base URL | https://api.rout.my/v1 |
| Model | Any exact model ID from /v1/models |
Do not append /chat/completions; SillyTavern adds the chat endpoint itself.
Pick a model
Run this request or use the dashboard:
bash
curl https://api.rout.my/v1/models \
-H "Authorization: Bearer $ROUTMY_API_KEY"Copy the exact id value into SillyTavern's model field.
Troubleshooting
| Problem | Fix |
|---|---|
| Models do not load | Use https://api.rout.my/v1, not the full chat-completions URL. |
| 401 error | Replace the key and check for copied spaces. |
| Model not found | Copy the exact model ID from GET /v1/models. |
| Replies stop mid-stream | Disable streaming once to isolate whether the issue is stream handling or model/provider behavior. |