Skip to content

SillyTavern

Use rout.my as a Custom OpenAI-compatible source in SillyTavern.

Values

FieldValue
API typeChat Completion
Chat Completion SourceCustom (OpenAI-compatible)
API keyYour rout.my key
Custom endpoint / Base URLhttps://api.rout.my/v1
ModelAny 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

ProblemFix
Models do not loadUse https://api.rout.my/v1, not the full chat-completions URL.
401 errorReplace the key and check for copied spaces.
Model not foundCopy the exact model ID from GET /v1/models.
Replies stop mid-streamDisable streaming once to isolate whether the issue is stream handling or model/provider behavior.

API documentation for rout.my.