Update docs and add agent guide - #119
Merged
Merged
Conversation
iamleonie
commented
Aug 4, 2026
Contributor
- Add LFM2.5-2.6B docs
- Add Agent harness guide
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
mlabonne
reviewed
Aug 4, 2026
| | [LFM2.5-1.2B-JP](/lfm/models/lfm25-1.2b-jp) | LFM2.5 (Latest release) | [✓](https://huggingface.co/LiquidAI/LFM2.5-1.2B-JP) | [✓](https://huggingface.co/LiquidAI/LFM2.5-1.2B-JP-GGUF) | [✓](https://huggingface.co/LiquidAI/LFM2.5-1.2B-JP-MLX-8bit) | [✓](https://huggingface.co/LiquidAI/LFM2.5-1.2B-JP-ONNX) | Yes (TRL) | | ||
| | [LFM2.5-350M](/lfm/models/lfm25-350m) | LFM2.5 (Latest release) | [✓](https://huggingface.co/LiquidAI/LFM2.5-350M) | [✓](https://huggingface.co/LiquidAI/LFM2.5-350M-GGUF) | [✓](https://huggingface.co/LiquidAI/LFM2.5-350M-MLX-8bit) | [✓](https://huggingface.co/LiquidAI/LFM2.5-350M-ONNX) | Yes (TRL) | | ||
| | [LFM2.5-230M](/lfm/models/lfm25-230m) | LFM2.5 (Latest release) | [✓](https://huggingface.co/LiquidAI/LFM2.5-230M) | [✓](https://huggingface.co/LiquidAI/LFM2.5-230M-GGUF) | [✓](https://huggingface.co/LiquidAI/LFM2.5-230M-MLX-8bit) | [✓](https://huggingface.co/LiquidAI/LFM2.5-230M-ONNX) | Yes (TRL) | | ||
| | [LFM2.5-2.6B](/lfm/models/lfm25-2.6b) | LFM2.5 (Latest release) | [✓](https://huggingface.co/LiquidAI/LFM2.5-2.6B) | [✓](https://huggingface.co/LiquidAI/LFM2.5-2.6B-GGUF) | [✓](https://huggingface.co/LiquidAI/LFM2.5-2.6B-MLX-8bit) | [✓](https://huggingface.co/LiquidAI/LFM2.5-2.6B-ONNX) | Yes (TRL) | |
Collaborator
There was a problem hiding this comment.
| <div style={{display: 'flex', gap: '0.5rem', margin: '0.5rem 0 1.5rem 0'}}> | ||
| <a href="https://huggingface.co/LiquidAI/LFM2.5-2.6B" style={{padding: '0.35rem 0.7rem', borderRadius: '4px', fontSize: '0.85rem', fontWeight: 600, textDecoration: 'none', backgroundColor: '#fbbf24'}}><span style={{color: '#000'}}>HF</span></a> | ||
| <a href="https://huggingface.co/LiquidAI/LFM2.5-2.6B-GGUF" style={{padding: '0.35rem 0.7rem', borderRadius: '4px', fontSize: '0.85rem', fontWeight: 600, textDecoration: 'none', backgroundColor: '#60a5fa'}}><span style={{color: '#000'}}>GGUF</span></a> | ||
| <a href="https://huggingface.co/LiquidAI/LFM2.5-2.6B-MLX-8bit" style={{padding: '0.35rem 0.7rem', borderRadius: '4px', fontSize: '0.85rem', fontWeight: 600, textDecoration: 'none', backgroundColor: '#c4b5fd'}}><span style={{color: '#000'}}>MLX</span></a> |
Collaborator
There was a problem hiding this comment.
| `mlx_lm.server` exposes an OpenAI-compatible endpoint: | ||
|
|
||
| ```bash | ||
| mlx_lm.server --model mlx-community/LFM2.5-2.6B-4bit --port 8080 |
Collaborator
There was a problem hiding this comment.
| ```bash | ||
| openclaw dashboard | ||
| ``` | ||
| This opens the Control UI in your browser, where you enter the task below. |
Collaborator
There was a problem hiding this comment.
We might want to remove "below" (there's nothing after this).
| **Context length**. Agents consume context quickly. If you hit truncation or context-overflow errors mid-run, raise the served | ||
| context or trim the agent's history. | ||
| LFM2.5-2.6B supports up to 128K tokens. The examples serve the full window, but if you're | ||
| memory-constrained, serve a smaller window, which is usually plenty for a single agent task. |
Collaborator
There was a problem hiding this comment.
Maybe we can add 32K tokens as an example here
mlabonne
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.