Discover and explore top open-source AI tools and projects—updated daily.
Foundation models for intelligent agents
Top 17.8% on SourcePulse
GLM-4.5 is an open-source series of large language models designed for intelligent agents, offering both a 355B parameter (GLM-4.5) and a more efficient 106B parameter (GLM-4.5-Air) variant. These models unify reasoning, coding, and agent capabilities, featuring a hybrid reasoning approach with distinct "thinking" and "non-thinking" modes for complex tasks and immediate responses, respectively.
How It Works
GLM-4.5 models are hybrid reasoning systems that combine a large base model with specialized reasoning and tool-use capabilities. They employ a dual-mode architecture: "thinking mode" for intricate problem-solving and tool integration, and "non-thinking mode" for faster, direct responses. This approach aims to balance computational depth with response latency, making them suitable for diverse agentic applications.
Quick Start & Requirements
pip install -r requirements.txt transformers
transformers
, vLLM
, and SGLang
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
3 days ago
Inactive