1.0 KiB
1.0 KiB
1. Implementation
- 1.1 Add OpenSpec deltas for local image provider discovery, routing, and generation.
- 1.2 Add no-auth provider support and local image provider settings template.
- 1.3 Allow runtime model discovery to call local
/v1/modelswithout an API key. - 1.4 Ensure local image models infer generic OpenAI-compatible image bindings.
- 1.5 Pass local image parameters through the generic image adapter.
- 1.6 Add targeted tests for empty-key discovery, no-auth transport, local template defaults, routing, and image request payload.
- 1.7 Add Model Center image model assets with official links, license/runtime metadata, import/install state, and
/v1/modelslive status. - 1.8 Add a Model Center action that applies an installed local image model to the active image generation route.
2. Validation
- 2.1 Run focused Vitest coverage for settings, discovery, routing, transport, and media executor.
- 2.2 Validate local runtime script and frontend type/build checks; record existing Sass build blocker.