Download Latest Version 0.61.1 source code.tar.gz (58.4 MB)
Email in envelope

Get an email when there's a new version of Langroid

Home / 0.61.1
Name Modified Size InfoDownloads / Week
Parent folder
langroid-0.61.1-py3-none-any.whl 2026-03-25 434.4 kB
langroid-0.61.1.tar.gz 2026-03-25 384.4 kB
0.61.1 source code.tar.gz 2026-03-25 58.4 MB
0.61.1 source code.zip 2026-03-25 58.9 MB
README.md 2026-03-25 441 Bytes
Totals: 5 Items   118.2 MB 0

Fix MiniMax model context lengths

PR #1007 corrects the context window size for all MiniMax models to use the API-level limit of 204,800 tokens (instead of the native architecture limit of 196,608). Since Langroid calls the MiniMax API rather than self-hosting, using the API limit avoids unnecessary prompt truncation.

Also fixes "1M context" references in docs and the example script.

Source: README.md, updated 2026-03-25