Releases: ENTERPILOT/GoModel
Releases · ENTERPILOT/GoModel
Release list
v0.1.49
Changelog
Features
- 49f895e feat(fireworks): add Fireworks AI provider (#475)
- 6b1728b feat(ratelimit): scoped request, token, and concurrency limits (user paths, providers, models) (#482)
- 1085323 feat(usage): track prompt tokens and cost saved by request rewriters (#481)
- 9e21e80 feat: public extension API and embeddable bootstrap (#479)
Bug Fixes
- eb08268 fix(anthropicapi): carry top_p/user in typed fields + architecture-review quick wins (#472)
- 54b3429 fix(config): honor the http: YAML block for upstream client timeouts (#483)
- 5b885dd fix(docs): make Discord nav link blue (#471)
- 832c0ed fix(docs): set Mintlify theme colors to blue (#470)
- a069a2c fix(memory): bound live-log retention and persist responses/conversations (#488)
- 72246d5 fix(resilience): circuit breaker correctness, stale provider inventory, fast health rechecks (#480)
v0.1.48
Changelog
Features
- 3c817e8 feat(authkeys): labels on managed API keys applied to every request (#467)
- 1d7cfe5 feat(dashboard): label analytics and page-level filters on usage page (#461)
- 4c8e0d7 feat: added labelling system (#454)
Bug Fixes
- 4a951ae fix(gateway): skip failover sweep when request context is done (#453)
- 3573295 fix: redact provider api keys, bound cache writers, harden pgvector init (#452)
Performance
Other Changes
- 87d78d2 tests(e2e): added new labelling related tests to the set
v0.1.47
v0.1.46
v0.1.45
Changelog
The overview page has been changed. It surfaces prompt caching stats and live preview:

Also, load balancing has been added to virtual models feature.
More details:
Features
- f291083 feat(dashboard): add token cache meter and overview refinements (#428)
- 34f13d6 feat(dashboard): live token throughput chart, prompt cache gauge, and overview refinements (#434)
- 9502487 feat(virtualmodels): load-balanced virtual models (round-robin + cost) with IaC config (#433)
Bug Fixes
v0.1.44
Changelog
In this release, we unified aliases with model overrides because, technically, they are the same thing. The biggest changes from the user perspective are:
- The admin API for aliases and model overrides changed to virtual models.
- Aliases are now called virtual models.
Thank you, @vfeitoza, for your PR, which inspired me to make this simplification. The reported issue is now fixed by design: #387
The detailed list of changes below:
Breaking Changes
Features
- b113cab feat(admin): refine dashboard model and overview UI (#426)
- df9d185 feat(virtualmodels): unify aliases and access overrides into virtual models (#416)
Bug Fixes
v0.1.43
v0.1.42
v0.1.41
v0.1.40
Changelog
Features
- 48fee93 feat(bailian): add native support for Alibaba Cloud Bailian (百炼) (#392)
- 284043d feat(opencode_go): add native OpenCode Go (OpenCode Zen) provider (#395)
- 72bf0a1 feat(realtime): add Azure OpenAI and Z.ai/Zhipu GLM realtime providers (#396)
- aa9cc0f feat(realtime): add OpenAI Realtime voice via websocket reverse proxy (#394)