Prerequisites
- A running SillyTavern instance (desktop or self-hosted) that supports a custom Chat Completion source
- A Qhaigc API key — get yours from the API Tokens page
Configure SillyTavern
Open the API configuration page
Open SillyTavern, go to Settings, and navigate to the API Connections (or API configuration) page.
Enter your Qhaigc credentials
Fill in the following fields:
Save the configuration.
| Field | Value |
|---|---|
| Custom endpoint URL | https://api.qhaigc.net/v1 |
| API key | Your Qhaigc API key (starts with sk-) |
Select a model
If SillyTavern can fetch the model list from
/v1/models, choose a model from the dropdown.If the list is empty, type the model ID directly into the model field (for example, gpt-4o or claude-3-5-sonnet-20241022).Verify the Connection
- Send a test message to the bot.
- A successful reply confirms that SillyTavern is connected to Qhaigc.
Troubleshooting
Model list is empty. Check whether Qhaigc’s/v1/models endpoint is reachable from your SillyTavern instance. If it is not, enter the model ID manually.
Bot does not reply. Confirm that the endpoint URL ends at the base address level (/v1) and that your API key is correct.