Skip to content

Conversation

@alay2shah
Copy link
Contributor

Includes:

  • Migration to Mintlify
  • AI Assistant + llms.txt for agents / mcp
  • New model pages and model cards
  • Up to date code examples for model inference, including quick starts for each model
  • Cleaned up SDK reference for iOS and Android

alay2shah and others added 30 commits January 16, 2026 13:07
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Remove React components, custom themes, and pages no longer
needed after Mintlify migration.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
LFM documentation has been consolidated elsewhere.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add docs.json config, new logo assets, styles, and reference
materials for Mintlify documentation platform.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add entries for Playwright MCP, Claude Code, OS files,
and editor artifacts.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
alay2shah and others added 13 commits January 26, 2026 20:12
Create dedicated pages for each text model with:
- Model description and specifications
- Format buttons (HF, GGUF, MLX, ONNX based on availability)
- Feature cards
- Quick Start tabs with Transformers, llama.cpp, and vLLM examples

Models added:
- LFM2.5-1.2B-Instruct, Thinking, Base, JP
- LFM2-8B-A1B (MoE with custom transformers install)
- LFM2-2.6B, 2.6B-Exp, 1.2B, 700M, 350M

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Create dedicated documentation pages for all vision models:
- LFM2.5-VL-1.6B (flagship multimodal)
- LFM2-VL-1.6B, LFM2-VL-3B, LFM2-VL-450M

Each page includes:
- Format availability buttons (HF, GGUF, MLX, ONNX)
- Specifications table
- Use case cards
- Quick Start tabs with Transformers, llama.cpp, and vLLM examples

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Create dedicated documentation pages for audio models:
- LFM2.5-Audio-1.5B (flagship speech model)
- LFM2-Audio-1.5B (deprecated, Mimi codec)

Each page includes:
- Format availability buttons (HF, GGUF)
- Specifications table with supported tasks
- Use case cards
- Quick Start tabs with liquid-audio and llama.cpp examples
- Special llama.cpp commands for ASR, TTS, and server modes

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Create dedicated documentation pages for all Liquid Nano models:
- LFM2-1.2B-Extract and LFM2-350M-Extract (schema-based extraction)
- LFM2-350M-PII-Extract-JP (Japanese PII extraction)
- LFM2-2.6B-Transcript (meeting summarization)
- LFM2-1.2B-RAG (retrieval-augmented generation)
- LFM2-ColBERT-350M (document retrieval with PyLate)
- LFM2-350M-ENJP-MT (English-Japanese translation)
- LFM2-350M-Math (mathematical reasoning)
- LFM2-1.2B-Tool (deprecated, superseded by LFM2.5-1.2B-Instruct)

Each page includes:
- Format availability buttons based on model chart
- Specifications table
- Special prompting recipes from prompting guide
- Quick Start tabs with appropriate frameworks

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Change model cards on category pages to link to internal
documentation pages instead of external HuggingFace URLs:
- text-models.mdx: Link to /docs/models/lfm25-*, /docs/models/lfm2-*
- vision-models.mdx: Link to /docs/models/*-vl-*
- audio-models.mdx: Link to /docs/models/*-audio-*
- liquid-nanos.mdx: Link to /docs/models/* for all nano models

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add CSS styling for arrow icons on internal documentation links
within model cards, matching the arrow styling used on external
HuggingFace links for visual consistency.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Configure Mintlify to default to light mode instead of
system preference using the appearance.default setting.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Refactor llama.cpp, Ollama, and vLLM documentation for
consistency and improved code examples.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Refactor iOS and Android SDK quick start guides and model loading
documentation. Update LEAP Bundle documentation for bundle creation,
download, and quick start pages.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add GGUF, MLX, and ONNX format buttons to text and vision
model pages based on the model availability chart:

Text models:
- LFM2.5-1.2B-Thinking: Add MLX, ONNX
- LFM2.5-1.2B-Base: Add GGUF, ONNX (no MLX per chart)
- LFM2.5-1.2B-JP: Add MLX, ONNX
- LFM2-8B-A1B: Add MLX (no ONNX per chart)
- LFM2-2.6B: Add MLX, ONNX
- LFM2-1.2B: Add MLX, ONNX
- LFM2-700M: Add MLX, ONNX
- LFM2-350M: Add MLX, ONNX

Vision models:
- LFM2.5-VL-1.6B: Add GGUF, ONNX (no MLX per chart)
- LFM2-VL-3B: Add GGUF, MLX (no ONNX per chart)
- LFM2-VL-1.6B: Add GGUF, MLX (no ONNX per chart)
- LFM2-VL-450M: Add GGUF, MLX (no ONNX per chart)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add MLX 8-bit format link (mlx-community/LFM2.5-VL-1.6B-8bit)
to both the model chart and the LFM2.5-VL-1.6B model page.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Change cmake build command to use -j 8 for faster parallel compilation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ce files

- Update favicon.svg with Liquid AI logo mark on rounded white background
- Remove _reference/ folder containing old Docusaurus configuration and assets

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Jan 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs Error Error Jan 27, 2026 7:23pm

Request Review

Resolve conflicts:
- Keep deletions of old lfm/ structure (content migrated to docs/)
- Keep deletion of android-api-spec.mdx (migrated to new location)
- Update android-quick-start-guide.mdx with latest SDK version (0.9.2)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Mintlify doesn't use npm - the old linter job was for Docusaurus.
Keep the markdown link checker which still works.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@alay2shah alay2shah merged commit 6fd05aa into main Jan 27, 2026
3 of 4 checks passed
@alay2shah alay2shah deleted the mintlify-migration branch January 27, 2026 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants