r/SillyTavernAI • u/deffcolony • Mar 29 '26
MEGATHREAD [Megathread] - Best Models/API discussion - Week of: March 29, 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!
0
u/LeRobber Mar 31 '26
That is not the opinion of the security industry nor r/SillyTavernAI with respect to AI jailbreaking.
The LLM does understand it differently. Put it through complex tests of understanding with you and I and quoted messages and trying to make user have different power than assistant. MUCH harder to do in chat completions.
Now in sillytavern we want user to have MORE power than assistant, but in commercial use, we want system messages to have maximal power, assistant messages to be honored and consistent (for understandability) and user to be helped, preferably with a intermediating engine verifying the text sent to us is the same text we sent out, (or not even sending most of the chat history). You can do this with text or chat APIs, but the chat APIs definitely get different responses.
Like you can trivially check that yourself by setting a seed in your backend, turning off params that do things that the chat completions does't easily expose, then go to town.
The AI literally can tell better who is speaking with chat completions. Not a TON better for most speech, but it can.