Zugang zu Enterprise-AI-Infrastruktur. OpenAI-kompatible API, EU-Datenhaltung, Governance by Default. Kostenlos starten — skalieren wenn du bereit bist.
OpenAI-kompatible REST API. Developer API Key. Rate-Limits. Billing nach Tokens. Kein Server-Setup.
Vollständige Seed-Dokumentation. Node-Projektions-Tooling. Community-Support. Operator-Manual (12 Bände).
| Tier | Requests | Modelle | Preis |
|---|---|---|---|
| Free | 1.000/Monat | qwen2.5:7b | kostenlos |
| Pro | 50.000/Monat | alle Modelle | 29€/Monat |
| Enterprise | unbegrenzt | eigene Cell | ab 149€/Monat |
curl https://api.iio.space/v1/health \
-H "Authorization: Bearer YOUR_API_KEY"
# Response: {"status":"ok","cells":4,"models":8}
curl https://api.iio.space/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen2.5:7b",
"messages": [
{"role":"user","content":"Was ist AI Governance?"}
]
}'
POST /v1/chat/completions Chat + StreamingGET /v1/models verfügbare ModellePOST /v1/embeddings Text-EmbeddingsGET /v1/health System-StatusAuthorization: Bearer iio-dev-{32-char-hex}
X-IIO-Tenant: {tenant-id} # optional
X-RateLimit-Limit — Requests/MonatX-RateLimit-Remaining — verbleibendRetry-After — Sekunden bis ResetGET /v1/health — Expected: {"status":"ok"}git clone https://gitlab.iio.space/iio/seedbash specs/scripts/project-seed-to-node.shbash specs/scripts/session-start.shiio-governance) + TypeScript (@iio/governance)