m4/org/openalice-ml-gateway
openalice-ml-gateway
Features
5
Status
·unknown
Last activity
23d ago
Branch
mvp
ml-gateway/admin
1 feature- ml-gateway.keys.createsrc/main.rs:603Admin endpoint — issue an API key with per-day request limit and per-month token cap.api:POST /admin/keyssince 0.1.0
ml-gateway/embed
1 feature- ml-gateway.embed.proxysrc/main.rs:664Authenticated, rate-limited proxy to the embedding backend (/v1/embed).api:POST /v1/embedsince 0.1.0
ml-gateway/ner
1 feature- ml-gateway.ner.proxysrc/main.rs:703Authenticated, rate-limited proxy to the NER backend (/v1/ner).api:POST /v1/nersince 0.1.0
ml-gateway/rerank
1 feature- ml-gateway.rerank.proxysrc/main.rs:680Authenticated, rate-limited proxy to the reranker backend (/v1/rerank).api:POST /v1/reranksince 0.1.0
ml-gateway/usage
1 feature- ml-gateway.usage.reportsrc/main.rs:565Per-key usage report — requests today + tokens this month vs configured caps.api:GET /v1/usagesince 0.1.0