SillyTavern
Connect 200+ top-tier models — Claude 3.5, GPT-4o, Gemini 1.5, LLaMA 3, Mistral and others — directly to SillyTavern using AI/ML API, an OpenAI-compatible provider.
About
SillyTavern is a locally installed user interface that allows you to interact with text generation LLMs, image generation engines, and TTS voice models. Integration with the AI/ML API currently applies only to LLMs.
Installing SillyTavern (Fresh Setup)
Windows (Recommended: SillyTavern Launcher)
Warning:
Do not install into any Windows‑controlled folder (Program Files, System32, etc.).
Do not run
Start.bat
with administrator permissions.Windows 7 is not supported (requires Node.js 18.16+).
Make sure Node.js (latest LTS) and Git are installed.
Open Run (
Win + R
) and execute:cmd /c winget install -e --id Git.Git
In File Explorer, navigate to a non‑system folder (e.g.
C:\SillyTavern
), click the address bar, typecmd
and press Enter.Clone the release branch and launch SillyTavern:
git clone https://github.com/SillyTavern/SillyTavern -b release cd SillyTavern start Start.bat
After the installer finishes, a browser window will open with the SillyTavern interface.
Linux / macOS
Install Git and Node.js (via your distro’s package manager or Homebrew).
In a terminal, run:
# Clone the release branch git clone https://github.com/SillyTavern/SillyTavern -b release cd SillyTavern
Make the startup script executable and run it:
chmod +x start.sh ./start.sh
Open your browser to the URL shown in the console (default:
http://localhost:8000
).
For Docker, Termux, GitHub Desktop, and other installation methods, see the full Installation section in the upstream README.
Connecting AI/ML API in SillyTavern
Step 1. Launch SillyTavern → Set Persona
On first launch you'll see "Welcome to SillyTavern"
Enter
AI/ML API
as the Persona Name for exampleClick Save
This step is required to unlock the chat UI.

Step 2. Go to Connection Settings
Open ⚙ Settings tab → Connection Profile (Second tab)
Configure:
API
: Chat CompletionChat Completion Source
: AI/ML API

Step 3. Enter API Key
Copy your API key from https://aimlapi.com/app/keys
Paste into the AI/ML API Key field.
Click 🔑 icon to save — it should show a timestamp.

Step 4. Choose a model
Click the dropdown next to AI/ML Model and pick any model such as:
gpt-4o-mini-2024-07-18
claude-3-5-sonnet
gemini-1.5-flash

Step 5. Test Connection
Click Connect and then the Test Message.
You should see
API connection successful
.🟢 Status:
Valid
.

💬 Step 6. Send a Message
Use the input box below to send a test message:

If all is set up, you’ll see the assistant reply like this:

🎉 Step 7. Done – You’re All Set!
You’re now connected to AI/ML API and can start chatting with any of 200+ models.
Tip: Try Claude 3.5, GPT-4o, Gemini 1.5 or explore more in Model Playground
✅ Config checklist
API
Chat Completion
Source
AI/ML API
API Key
********
(saved)
Model
gpt-4o-mini-2024-07-18
Status
✅ API connection successful
🔗 Internal Links
Last updated
Was this helpful?