Commit Graph

5 Commits

Author SHA1 Message Date
jhqxxx 741869d6dd update WhichModel enum 2026-03-31 18:45:01 +08:00
jhqxxx ea78da7834 add LFM2.5-VL-1.6B|LFM2-VL-1.6B 2026-03-30 00:44:41 +08:00
jhqxxx 9dfe60cb53 update fmt 2026-02-14 16:46:09 +08:00
jhqxxx 28f8fb6c1b update fmt 2026-02-14 16:34:12 +08:00
XiaoYang 390d916ea6 feat(api): add health check and models endpoints with documentation
- Add /health endpoint to check service status for orchestration systems
- Add /models endpoint with OpenAI API compatible format
- Document new endpoints in both English and Chinese API docs
- Include example usage and response formats in documentation
- Add comprehensive test coverage for health and models endpoints
- Refactor model storage to include type information alongside instance
- Move model ID and type methods to WhichModel implementation
- Update API calls to access model instance through stored wrapper
2026-02-08 12:10:40 +08:00