2026-02-14 05:27:40 -08:00
2026-06-28 21:01:37 -07:00

docs

Zen LM Documentation

Documentation site for Zen LM - frontier AI models for code, reasoning, and multimodal understanding.

Built with Hanzo Docs (fumadocs-based).

Development

# Install dependencies
pnpm install

# Start dev server
pnpm dev

# Build for production
pnpm build

Structure

docs/
├── app/                    # Next.js app directory
│   ├── (home)/            # Landing page
│   ├── docs/              # Documentation pages
│   └── api/               # API routes
├── content/docs/          # MDX content
│   ├── index.mdx          # Introduction
│   ├── getting-started/   # Quickstart guides
│   ├── models/            # Model documentation
│   └── training/          # Training guides
├── lib/                   # Utilities
└── source.config.ts       # MDX configuration

Models

  • zen-max - 671B MoE (71.3% SWE-bench)
  • zen-coder-flash - 31B MoE (59.2% SWE-bench) Flagship
  • zen-omni - 7B multimodal
  • zen-vl - Vision-language (4B/8B/30B)
  • zen-nano - 0.6B edge
S
Description
Zen LM documentation
Readme Apache-2.0
1.7 MiB
Languages
HTML 61.2%
MDX 29.4%
CSS 5.5%
TypeScript 3%
JavaScript 0.9%