Releases: hakilee/oh-my-free-models
Releases · hakilee/oh-my-free-models
v0.0.4
Changes
omfm model --no-tuinow picks rows interactively — prints a numbered static table, then a single-line readline prompt accepts row numbers, model IDs, blank to keep, orqto cancel. Honors--group fast|balanced|capablefor pool-scoped saves.- Localized docs refreshed —
README.md,docs/INSTALLATION.*, and the 5-language README mirrors describe the new behavior in sync.
PR: #24
v0.0.3
Changes
package.jsonis now the single source of truth for the version —scripts/generate-version.mjswritessrc/version.tsonprebuild/pretest/pretypecheck/predev, eliminating the drift that left the CLI banner and the OpenRouter/NVIDIA/metadataUser-Agentheaders stuck onoh-my-free-models/0.0.1after the 0.0.2 release.omfm --version/-v/version— bare version output (npm-style), parseable from shell scripts.
PR: #20
v0.0.2
Changes
- MIT license — added
LICENSE.mdand declared"license": "MIT"inpackage.json. License link added to all five language READMEs. - Stop bundling
data/model-metadata.jsonin the npm package — runtime fetches the catalog from themodel-metadatabranch raw URL; if that fetch fails, context length is left empty rather than served from a stale bundled copy. Localnpm run metadata:updatewrites are now gitignored. - CI: bumped
actions/checkoutandactions/setup-nodefrom v4 → v6 inrelease.ymlandupdate-model-metadata.yml.
PR: #19
v0.0.1
First public release of oh-my-free-models — route your coding agent to the fastest free LLM in real time.
Highlights
- OpenAI- and Anthropic-compatible local proxy
- Built-in providers: OpenRouter, NVIDIA
- Real-time latency-based routing across free models
- Background prober keeps health and latency fresh
- Claude Code Anthropic compatibility
- Localized docs: English, 한국어, 简体中文, 繁體中文, 日本語
Install
```bash
npm install -g oh-my-free-models
omfm doctor
```
See docs/INSTALLATION.md for setup with Claude Code, OpenCode, and other clients.