For Developers
Real infrastructure. Sensible defaults. No lock-in.
ECS compute and S3-compatible storage on BytePlus, behind a clean dashboard. Root SSH, a typed API, and an OpenAI-compatible inference proxy.
Everything you'd expect, nothing you wouldn't.
✓
Root SSH & web terminal
Full access to your ECS instance from day one.
✓
OpenAI-compatible inference proxy
A stable, metered key to ModelArk Seed & Skylark.
✓
S3-compatible object storage
Point any existing S3 SDK at your TOS bucket.
✓
IP allowlist & secret masking
Lock the proxy to your egress IPs; secrets never leave the backend.
$ curl https://api.openminds.host/v1/chat \
-H "Authorization: Bearer $OM_KEY" \
-d '{"model":"seed","messages":[…]}'
{ "id": "chatcmpl_8f2…", "model": "seed",
"usage": { "total_tokens": 412 } }
# same key, metered against your plan
