Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
AI Pals EngineNewsModel News + Changelog: Qwen 3.5
Community

Model News + Changelog: Qwen 3.5

AI Pals Engine · published 25 Feb 2026, 22:20 UTC

All newsPlayers around this dateRead on Steam

AI Pals Engine allows you to hook in any model through a custom endpoint, but for convenience, it aims to support as many local models as possible natively. If you notice a model isn’t working smoothly or a new model release isn’t getting the spotlight it deserves, head over to the Community Hub to let us know. Please also let me know if you would like to receive more information about model releases via news section or in-app notification.

The Qwen Team has dropped some exciting new models:

  • Qwen/Qwen3.5-122B-A10B

  • Qwen/Qwen3.5-35B-A3B (Yes, MoEs aren’t everyone’s cup of tea, but I’ve been using the predecessor heavily for my tasks. It’s fast, efficient and plays well with systems packed with RAM)

  • Qwen/Qwen3.5-27B

Smaller variants are coming soon too.

These models are built on a new architecture featuring:

  • Improved long-context handling and more efficient attention mechanisms (=improvements/faster for lots of text)

  • Native multimodal support (text + vision)

  • Expanded language coverage: 201 languages and dialects

Due to the newer architecture, these models still require some runtime improvements. If you'd like to test them early (this also applies to other Mamba/Hybrid models), please switch to the publictest branch (Properties -> Game Versions & Betas) in the Steam menu (V0.8.14.0). Several runtime updates will be made to this branch (in addition to other improvements) before it is stable enough to be included in the normal release.🛠️

📝 Changelog V0.8.13.2

Summarized from smaller updates deployed since the last Devlog:

  • General: Added --nosteam argument to the executable

  • TTS: Added adjustable Speed/Rate settings

  • TTS: Updated the chatterbox project to support the multilingual model

  • New Tool: screenshot_dx11 (note: the previous screenshot tool may fail in certain edge cases)

  • Widgets: Improved Markdown rendering during streaming (fewer artifacts)

  • History: Optimized loading for faster performance

  • Add Text Model Endpoint/Server: Added test button for easier debugging

  • Globalization: Added language switching functionality and selector test

  • Improvement: Chatview now uses always up to date textmodel info without reselection

  • Fix: "Continue Chat" now works reliably on the first try

  • Fix: Default TTS model no longer loads unnecessarily when TTS is enabled

  • Fix: Retrieve Text Model List Button (and TTS) only using the "dummy" key

  • Fix: Multilingual TTS Text Encoding Bug

  • Fix: Broken Add Text Model Save Button

🌅 Here are some points for the next updates:

  • Basic Multi-Gpu config

  • Better Memory+Dynamic Tokens integrations

  • STT Wake Word

  • Better Audio integrations

  • More of the following: Help pages, Internationalization, Fixes, QoL Improvements

More from AI Pals Engine

Other announcements

All news
In-game event11 Aug 2026Update V0.10.0: Moving to Runtime V2 + Changelog 🛠️Hey everyone! 👋 The publictest version has been updated to V0.10.0 . This is a major structural change. Runtime V2 completely replaces the old one. In the past, a lot of Python "glue code" was necessary between AI Pals Engine and the inference engine (llama.cpp). This layer was a necessity then, but it's becoming more and more redundant as the inference engine evolves. The goal of Runtime V2 w…Community3 Apr 2026Google Gemma 4 & Devlog #5: State/Mic Check, Workshop and Bundles + ChangelogHappy Easter in advance 🐰! Yesterday, Google gifted us Gemma 4 in multiple variants and experimental support has been added to the Steam publictest version and other editions since then (see inapp Recommended Models ). Model Parameter Size Context Window Gemma 4 E2B 2.3B effective (5.1B w/ embeddings) 128K Gemma 4 E4B 4.5B effective (8B w/ embeddings) 128K Gemma 4 31B 31B dense model 256K Gemm…Community15 Mar 2026Devlog #4: AI Pals That Remember You + ChangelogHappy Sunday! ☀️ The latest update introduced the automatic mode for GPU layers . This is also planned for the chat format , which should make things a lot easier (as promised in the Early Access description). If you run into issues with automatic mode, let me know, it will likely become the default in later versions . Also I'm curious: How are the new Qwen3.5 models performing in non-English l…