Skip to content

Releases: hakilee/oh-my-free-models

v0.0.4

21 May 16:55
5100fce

Choose a tag to compare

Changes

  • omfm model --no-tui now picks rows interactively — prints a numbered static table, then a single-line readline prompt accepts row numbers, model IDs, blank to keep, or q to cancel. Honors --group fast|balanced|capable for pool-scoped saves.
  • Localized docs refreshedREADME.md, docs/INSTALLATION.*, and the 5-language README mirrors describe the new behavior in sync.

PR: #24

v0.0.3

06 May 05:17
bb88722

Choose a tag to compare

Changes

  • package.json is now the single source of truth for the versionscripts/generate-version.mjs writes src/version.ts on prebuild/pretest/pretypecheck/predev, eliminating the drift that left the CLI banner and the OpenRouter/NVIDIA/metadata User-Agent headers stuck on oh-my-free-models/0.0.1 after the 0.0.2 release.
  • omfm --version / -v / version — bare version output (npm-style), parseable from shell scripts.

PR: #20

v0.0.2

05 May 17:19

Choose a tag to compare

Changes

  • MIT license — added LICENSE.md and declared "license": "MIT" in package.json. License link added to all five language READMEs.
  • Stop bundling data/model-metadata.json in the npm package — runtime fetches the catalog from the model-metadata branch raw URL; if that fetch fails, context length is left empty rather than served from a stale bundled copy. Local npm run metadata:update writes are now gitignored.
  • CI: bumped actions/checkout and actions/setup-node from v4 → v6 in release.yml and update-model-metadata.yml.

PR: #19

v0.0.1

05 May 16:22

Choose a tag to compare

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.

npm

https://www.npmjs.com/package/oh-my-free-models/v/0.0.1