v0.9.9
looplj/axonhubv0.9.9Feb 26, 2026by looplj
AI Summary
A feature-rich release that adds image/video generation support for OpenAI and Doubao, introduces auto-syncing of models with filters, and improves model organization by grouping by developer.
Key Highlights
- Added OpenAI and Doubao video generation support
- Added image/video generation model support
- Added auto-sync models with filter functionality
- Model list now groups by developer
- Unified LLM usage model
New Features
- OpenAI and Doubao video generation support
- Image/video generation model support
- Auto-sync models with filter functionality
Full Release Notes
## What's Changed * opt: add space after data: for sse event by @looplj in https://github.com/looplj/axonhub/pull/890 * opt: model list group by developer, close #840 by @looplj in https://github.com/looplj/axonhub/pull/891 * fix(llm): missing response format json schema, close #893 by @looplj in https://github.com/looplj/axonhub/pull/897 * feat: auto sync models with filter, close #896 by @looplj in https://github.com/looplj/axonhub/pull/898 * feat: openai/doubao video generation by @looplj in https://github.com/looplj/axonhub/pull/899 * feat: add image/video generation model by @looplj in https://github.com/looplj/axonhub/pull/903 * fix: should block cf headers, close #901 by @looplj in https://github.com/looplj/axonhub/pull/904 * opt: auto complete performance by @looplj in https://github.com/looplj/axonhub/pull/905 * refactor(llm): unify llm usage model by @looplj in https://github.com/looplj/axonhub/pull/906 * opt: playground channel/model selection by @looplj in https://github.com/looplj/axonhub/pull/913 * chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 by @dependabot[bot] in https://github.com/looplj/axonhub/pull/868 **Full Changelog**: https://github.com/looplj/axonhub/compare/v0.9.8...v0.9.9