Skip to content

v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jul 16:19

Downloads

Every artifact is a single self-contained file with the full sync engine and web UI baked in, ready to discover, test, price, and push AI models from external providers into your new-api target instance. Pick the native binary for your platform, or the js bundle if you already have Bun.

Platform File
Linux x64 new-api-sync-v0.5.0-linux-x64
Linux arm64 new-api-sync-v0.5.0-linux-arm64
macOS Apple Silicon new-api-sync-v0.5.0-darwin-arm64
macOS Intel new-api-sync-v0.5.0-darwin-x64
Windows x64 new-api-sync-v0.5.0-windows-x64.exe
Windows arm64 new-api-sync-v0.5.0-windows-arm64.exe
JS bundle (requires Bun) new-api-sync-v0.5.0.js

Run a native binary (no runtime required)

curl -LO https://github.com/unorouter/new-api-sync/releases/download/v0.5.0/new-api-sync-v0.5.0-linux-x64
chmod +x new-api-sync-v0.5.0-linux-x64
./new-api-sync-v0.5.0-linux-x64 ui --port 3000

Run the JS bundle (any platform, just needs Bun)

curl -LO https://github.com/unorouter/new-api-sync/releases/download/v0.5.0/new-api-sync-v0.5.0.js
bun new-api-sync-v0.5.0.js ui --port 3000

What's Changed

  • feat: add LLM Gateway free-tier provider by @0-don in #1

New Contributors

  • @0-don made their first contribution in #1

Full Changelog: v0.4.0...v0.5.0