List of LM Studio Bionic Integrations
This is a list of platforms and tools that integrate with LM Studio Bionic. This list is updated as of September 2026.
-
1
GLM-5.2
Z.ai
Elevate your workflows with powerful, intelligent AI solutions.GLM-5.2 is a powerful AI foundation model created to help developers and organizations handle advanced reasoning, coding, automation, and agent-based workflows. It is designed for complex system engineering tasks where an AI model needs to understand goals, follow multi-step instructions, and support technical execution. The model can be used for software development, code analysis, documentation support, research assistance, workflow automation, and intelligent application development. GLM-5.2 is especially valuable for long-context tasks because it can work with large amounts of information across extended prompts, files, or conversations. This makes it useful for reviewing large codebases, summarizing technical materials, generating structured outputs, and supporting detailed problem-solving. Its mixture-of-experts architecture helps deliver strong performance while using active model resources more efficiently. Development teams can use GLM-5.2 to improve productivity by reducing repetitive work and accelerating technical decision-making. Businesses can also use it to power AI assistants, internal automation tools, research platforms, and customer-facing intelligent systems. The model’s focus on agentic capabilities allows it to support workflows that require planning, reasoning, and task completion rather than basic response generation. GLM-5.2 can help organizations build smarter products while giving technical teams a more capable AI partner for demanding projects. It is a strong option for companies that want scalable AI support across engineering, research, automation, and digital transformation initiatives. -
2
GLM-5.3
Z.ai
Revolutionizing coding with advanced intelligence and efficiency.GLM-5.3 is Z.ai’s frontier coding model built to improve complex software engineering, long-horizon agent work, and advanced technical reasoning through scaled post-training. The model uses the same base model as GLM-5.2, with performance gains coming from additional post-training environments, more diverse tasks, and expanded compute on the existing training stack. Z.ai’s stack includes IndexShare for efficient long-context processing, SAO for reinforcement learning on long-horizon tasks, and slime for large-scale asynchronous post-training. GLM-5.3 is designed to perform better on work that resembles real engineering tasks rather than short coding exercises. Its training environments include production-style workflows where the model must diagnose bottlenecks, inspect documentation, use codebases, run experiments, implement changes, and produce measurable improvements. The model improves coding performance across public and private benchmarks, including Terminal Bench 3.0, DeepSWE, Agents’ Last Exam, and Z.ai Code Bench. GLM-5.3 also improves token efficiency, producing stronger agentic coding results than GLM-5.2 while using fewer output tokens in Z.ai’s internal evaluations. The model supports three reasoning effort levels, low, high, and max, and no longer supports disabling thinking. Z.ai recommends max reasoning effort for coding tasks, while applications using disabled thinking must migrate to enabled thinking before switching to GLM-5.3. The release also reports emergent cyber capabilities, including stronger vulnerability discovery and exploitation-chain reasoning, with open-weight release planned after safety evaluation and hardening. By combining scaled post-training, long-context infrastructure, long-horizon reinforcement learning, coding-agent workflows, benchmark improvements, reasoning controls, and ZCode integration, GLM-5.3 helps developers and researchers work on demanding coding and agentic tasks. -
3
Kimi K2.7 Code
Moonshot AI
Revolutionize coding with advanced AI-driven software assistance.Kimi K2.7 Code is an open-source agentic coding model from Moonshot AI designed for developers, engineering teams, and AI coding workflows that require long-context understanding and multi-step execution. It is built for real-world software engineering tasks, including code generation, code review, debugging, repository navigation, tool use, and long-horizon development work. The model is described by Moonshot AI as a coding-focused agentic model with stronger performance on complex coding tasks than earlier Kimi K2 releases. Kimi K2.7 Code supports a 256K context window, allowing it to process large codebases, technical requirements, logs, documentation, and multi-file development context in a single workflow. It is available through Kimi Code, which provides developer-oriented tools for using the model in coding tasks. The model can also be accessed through Moonshot’s API platform, where Kimi K2.7 Code and Kimi K2.7 Code Highspeed are offered alongside earlier Kimi models. For developers who want more control, Kimi K2.7 Code is listed on Hugging Face with deployment support for inference engines such as vLLM, SGLang, and KTransformers. It uses OpenAI- and Anthropic-compatible API options, helping teams connect it to existing applications, coding tools, and agent systems more easily. Third-party model listings describe it as using a 1T-parameter mixture-of-experts architecture with 32B active parameters, native INT4 quantization, and reduced thinking-token usage compared with Kimi K2.6. The model is designed to improve efficiency by using fewer reasoning tokens while still supporting demanding programming workflows. Kimi K2.7 Code is a strong fit for developers who want an open, long-context, tool-friendly AI model for software engineering automation and AI-assisted development. -
4
Mistral AI
Mistral AI
Empowering innovation with customizable, open-source AI solutions.Mistral AI is recognized as a pioneering startup in the field of artificial intelligence, with a particular emphasis on open-source generative technologies. The company offers a wide range of customizable, enterprise-grade AI solutions that can be deployed across multiple environments, including on-premises, cloud, edge, and individual devices. Notable among their offerings are "Le Chat," a multilingual AI assistant designed to enhance productivity in both personal and business contexts, and "La Plateforme," a resource for developers that streamlines the creation and implementation of AI-powered applications. Mistral AI's unwavering dedication to transparency and innovative practices has enabled it to carve out a significant niche as an independent AI laboratory, where it plays an active role in the evolution of open-source AI while also influencing relevant policy conversations. By championing the development of an open AI ecosystem, Mistral AI not only contributes to technological advancements but also positions itself as a leading voice within the industry, shaping the future of artificial intelligence. This commitment to fostering collaboration and openness within the AI community further solidifies its reputation as a forward-thinking organization. -
5
Python
Python
Unlock endless programming potential with a welcoming community.At the core of extensible programming is the concept of defining functions. Python facilitates this with mandatory and optional parameters, keyword arguments, and the capability to handle arbitrary lists of arguments. Whether you're a novice in programming or possess years of expertise, Python remains approachable and easy to grasp. This language is notably inviting for newcomers while still providing considerable depth for those experienced in other programming languages. The following sections lay a strong groundwork for anyone eager to start their Python programming adventure! The dynamic community actively organizes various conferences and meetups to foster collaborative coding and the exchange of ideas. Furthermore, the comprehensive documentation acts as an invaluable guide, while mailing lists help maintain user connections. The Python Package Index (PyPI) offers a wide selection of third-party modules that enhance the Python experience. With an extensive standard library alongside community-contributed modules, Python presents endless programming possibilities, making it an adaptable choice for developers at every skill level. Additionally, the thriving ecosystem encourages continuous learning and innovation among its users. -
6
JavaScript
JavaScript
Master string handling to elevate your web development skills!JavaScript functions as both a scripting and programming language that is widely utilized on the internet, enabling developers to build interactive and dynamic features for websites. An impressive 97% of all websites around the world rely on client-side JavaScript, highlighting its crucial role in web development. As one of the leading scripting languages available today, JavaScript has become indispensable for creating captivating online user experiences. Strings in JavaScript can be represented using either single quotes '' or double quotes "", and it is essential to be consistent with the chosen style throughout your code. For instance, if you initiate a string with a single quote, you must also terminate it with a single quote. Each type of quotation mark comes with its own set of benefits and drawbacks; for example, using single quotes can make it easier to incorporate HTML within your JavaScript code, as it removes the need to escape double quotes. This is particularly important when you need to include quotation marks within a string, which often necessitates using opposite styles for clarity and correctness. Furthermore, mastering the management of strings in JavaScript is crucial for developers aiming to elevate their programming abilities and create more sophisticated applications. In conclusion, a solid grasp of string handling will not only improve your coding efficiency but also enhance the overall quality of your web projects. -
7
LM Studio
LM Studio
Secure, customized language models for ultimate privacy control.Models can be accessed either via the integrated Chat UI of the application or by setting up a local server compatible with OpenAI. The essential requirements for this setup include an M1, M2, or M3 Mac, or a Windows PC with a processor that has AVX2 instruction support. Currently, Linux support is available in its beta phase. A significant benefit of using a local LLM is the strong focus on privacy, which is a fundamental aspect of LM Studio, ensuring that your data remains secure and exclusively on your personal device. Moreover, you can run LLMs that you import into LM Studio using an API server hosted on your own machine. This arrangement not only enhances security but also provides a customized experience when interacting with language models. Ultimately, such a configuration allows for greater control and peace of mind regarding your information while utilizing advanced language processing capabilities. -
8
Voxtral
Mistral AI
Revolutionizing speech understanding with unmatched accuracy and flexibility.Voxtral models are state-of-the-art open-source systems created for advanced speech understanding, offered in two distinct sizes: a larger 24 B variant intended for large-scale production and a smaller 3 B variant that is ideal for local and edge computing applications, both released under the Apache 2.0 license. These models stand out for their accuracy in transcription and their built-in semantic understanding, handling long-form contexts of up to 32 K tokens while also featuring integrated question-and-answer functions and structured summarization capabilities. They possess the ability to automatically recognize multiple languages among a variety of major tongues and facilitate direct function-calling to initiate backend operations via voice commands. Maintaining the textual advantages of their Mistral Small 3.1 architecture, Voxtral can manage audio inputs of up to 30 minutes for transcription and 40 minutes for comprehension tasks, consistently outperforming both open-source and proprietary rivals in renowned benchmarks such as LibriSpeech, Mozilla Common Voice, and FLEURS. Users can conveniently access Voxtral through downloads available on Hugging Face, API endpoints, or through private on-premises installations, while the model also offers options for specialized domain fine-tuning and advanced features tailored to enterprise requirements, greatly broadening its utility across diverse industries. Furthermore, the continuous enhancement of its functionality ensures that Voxtral remains at the forefront of speech technology innovation.
- Previous
- You're on page 1
- Next