Initial public ModelForge release

This commit is contained in:
Jens
2026-09-01 21:30:16 +02:00
commit 7082ab955a
490 changed files with 104252 additions and 0 deletions
@@ -0,0 +1,19 @@
# Project capability integrations
M11 distinguishes planning metadata from an operational consumer. An operational integration exists
only when an active `ServiceClient` is bound to one non-deprecated `ProjectBinding`. The binding fixes
the project and capability contract; the client adds an environment, purpose, server-owned QoS class
and a one-time credential. Consumers still know only the ModelForge base URL, credential and logical
capability key.
`GET /api/v1/project-integrations` projects that identity together with gateway usage, latest project-
fit evidence, deployment and measured resource envelope. Request volume counts terminal gateway
requests (`completed` and `error`), latency is derived from those requests, and content is never
included. `POST /api/v1/admin/service-clients/{id}/credential/rotate` replaces a credential atomically;
the prior secret immediately fails authentication.
M11 operational consumers are ExampleVision shadow/evaluation clients for `vision.embedding@1` and
`speech.transcription@1`. The separate vision indexing and interactive identities enforce background
versus interactive QoS without accepting a priority from the request body. Planning-only OCR bindings
remain visibly distinct from active consumers.