SETUP GUIDE
SillyTavern
Connect SillyTavern's Chat Completion custom OpenAI-compatible profile.
Status: Supported for Chat Completions
1. Recommended setup
After signup, verification, and membership activation, issue a key in the dashboard. It is displayed once; keep it in a local secret store.
API Connections -> Chat Completion -> Custom (OpenAI-compatible)
URL: https://api.profundoai.com/v1
API key: PROFUNDO_API_KEY
Model: glm-5.2 (or minimax-m3 / nemotron-ultra)- Open API Connections and select Chat Completion.
- Choose Custom (OpenAI-compatible) and enter the URL, key, and model.
- Use Test Message to confirm the connection.
Optional alternatives
Manual model ID or profile
If the model list does not populate, enter `glm-5.2` (or `minimax-m3` / `nemotron-ultra`) manually or save the working connection as a profile.
2. Verify your key
Set PROFUNDO_API_KEY in your shell, then run:
curl https://api.profundoai.com/v1/chat/completions \
-H "Authorization: Bearer $PROFUNDO_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"minimax-m3","messages":[{"role":"user","content":"Say hello"}]}'Use glm-5.2, minimax-m3, or nemotron-ultra with https://api.profundoai.com/v1.