Skip to content

Learn LLMRouter

This section explains how LLMRouter is put together and how to reason about routers, data, training, and deployment.

Note

This docs site is built from the website branch. The runnable code, example configs, and example data live on the main branch.

What you will learn

  • How the CLI maps to the core Python modules
  • How routers load configs and data
  • How router families differ and when to use them
  • How training and inference are wired
  • How plugins extend the system
  • How to deploy and operate routing workflows

Reading map

Where to go next