v1.0.64
exo-explore/exov1.0.64Jan 23, 2026by AlexCheema
AI Summary
Major release adding GLM-4.7-Flash support, IP-less RDMA discovery, and OpenAI-compatible tool calling via the API, plus bug fixes for auto parallelism.
Key Highlights
- Added support for GLM-4.7-Flash
- Added IP-less RDMA discovery (no custom network locations needed)
- Added tool calling support to OpenAI-compatible API
- Fixed auto parallelism issues causing models to get stuck in LOADING/WARMING UP
- Added proxy and custom SSL certificate support
- Better error messages and less spammy logs
New Features
- GLM-4.7-Flash support
- OpenAI-compatible tool calling API
- Proxy and custom SSL certificate support for corporate networks
- Responsive node info splitting
- Filter nodes for placement by clicking
- Thunderbolt Bridge cycle detection with native prompt
- Better error messages
Full Release Notes
# EXO v1.0.64 Release Notes This release comes with [support for GLM-4.7-Flash](https://x.com/exolabs/status/2013458583023698014), IP-less RDMA discovery (removing the need for custom network locations) and OpenAI-compatible tool calling via the API. It also includes bug fixes for auto parallelism, fixing various models including Qwen, GPT-OSS and MiniMax that were getting stuck in LOADING / WARMING UP, as well as better error messages when things go wrong. ## Model Support - Added support for GLM-4.7-Flash ([#1214](https://github.com/exo-explore/exo/pull/1214)) ## API - Added tool calling support to the OpenAI-compatible chat completions API ([#1233](https://github.com/exo-explore/exo/pull/1233)) ## UX - Add proxy and custom SSL certificate support for corporate networks ([#1189](https://github.com/exo-explore/exo/pull/1189)) - More responsive node info by splitting information sources and state ([#928](https://github.com/exo-explore/exo/pull/928), [#1209](https://github.com/exo-explore/exo/pull/1209)) - Less spammy logs ([#1218](https://github.com/exo-explore/exo/pull/1218), [#1225](https://github.com/exo-explore/exo/pull/1225)) - Better error messages when things go wrong ([#1198](https://github.com/exo-explore/exo/pull/1198), [#1173](https://github.com/exo-explore/exo/pull/1173), [#1177](https://github.com/exo-explore/exo/pull/1177)) - Detect Thunderbolt Bridge cycles and show a native prompt to disable Thunderbolt Bridge ([#1222](https://github.com/exo-explore/exo/pull/1222)) - Add the ability to filter nodes for placement in the dashboard by clicking them ([#1248](https://github.com/exo-explore/exo/pull/1248)) ## Bug Fixes - Fix placement edge cases for heterogeneous devices with lopsided memory availabilities ([#1200](https://github.com/exo-explore/exo/pull/1200)) - Fix various issues with auto parallel for loading and sharding models ([#1202](https://github.com/exo-explore/exo/pull/1202), [#1201](https://github.com/exo-explore/exo/pull/1201), [#1206](https://github.com/exo-explore/exo/pull/1206), [#1211](https://github.com/exo-explore/exo/pull/1211), [#1229](https://github.com/exo-explore/exo/pull/1229), [#1223](https://github.com/exo-explore/exo/pull/1223)) - Prepend think tags for certain models that include a think tag in their chat template e.g. GLM 4.7 ([#1186](https://github.com/exo-explore/exo/pull/1186)) **Full Changelog:** https://github.com/exo-explore/exo/compare/v1.0.63...v1.0.64