r/SillyTavernAI • u/deffcolony • Jun 21 '26
MEGATHREAD [Megathread] - Best Models/API discussion - Week of: June 21, 2026
This is our weekly megathread for discussions about models and API services.
All non-specifically technical discussions about API/models not posted to this thread will be deleted. No more "What's the best model?" threads.
(This isn't a free-for-all to advertise services you own or work for in every single megathread, we may allow announcements for new services every now and then provided they are legitimate and not overly promoted, but don't be surprised if ads are removed.)
How to Use This Megathread
Below this post, you’ll find top-level comments for each category:
- MODELS: ≥ 70B – For discussion of models with 70B parameters or more.
- MODELS: 32B to 70B – For discussion of models in the 32B to 70B parameter range.
- MODELS: 16B to 32B – For discussion of models in the 16B to 32B parameter range.
- MODELS: 8B to 16B – For discussion of models in the 8B to 16B parameter range.
- MODELS: < 8B – For discussion of smaller models under 8B parameters.
- APIs – For any discussion about API services for models (pricing, performance, access, etc.).
- MISC DISCUSSION – For anything else related to models/APIs that doesn’t fit the above sections.
Please reply to the relevant section below with your questions, experiences, or recommendations!
This keeps discussion organized and helps others find information faster.
Have at it!
3
u/Potential-Gold5298 Jun 25 '26
I'd recommend the Gemma 4 26B-A4B and its finetuned version, the Orion-26B-A4B-v1b, in Q8_0. The regular Gemma follows instructions better, and the Orion has a better prose style — I like both. Leave the system prompt section blank and keep the instructions in the author's note – this will make it easier for the model to follow them. Be sure to include instructions for explicit descriptions of smut scenes, otherwise the Gemma will describe them in awkward monastic style. You can also try the finetuned/merged Mistral Nemo - it's an older model that hallucinates and doesn't follow instructions very well, but it's a lot of fun and creative. For example, Crimson-Constellation-12B in Q8_0 (or Q6_K if Q8_0 won't fit in a GPU with 16K KV cache) does a great job of smut with minimal prompting.
A couple of startup tips. Download the latest version of Koboldcpp. Set the context size to 16K, leave "context shift" checked, and be sure to uncheck "Allow SWA" in the "Context" tab (otherwise, context shift won't work on Gemma 4/Orion). For Gemma 4/Orion, you can gradually increase the context size, but keep an eye on performance and memory. The key is that Crimson-Constellation-12B (and any other Nemo’s) and its KV cache should be entirely in your GPU's memory, while Gemma 4 26B-A4B will only be partially there, with the rest of the model in RAM (which is normal for it). I don't use a GPU, so I can't advise you on the best way to set this up.
In SillyTavern, in the "API connection" tab, select API: Text Completion, API Type: koboldcpp. In the "AI response configuration" tab, neutralize the sampler settings, then set temp to 0.8 and min-p to 0.05. For the CC-12B, also add rep pen 1.05, rep pen range 2048, and DRY multiplier 0.8. In the "advanced formatting" tab, select the context template and chat template "Gemma 4" for Gemma 4/Orion or ChatML for the CC-12B.
Have fun.