xCloud AI
Control-Plane · Placements, Training, Adapter, Agenten, Schlüssel, Verbrauch
v0.17.0 · API v1
CLI installieren
Ein statisches Binary ohne Abhängigkeiten. Der Installer erkennt Betriebssystem und Architektur, prüft die SHA256-Summe und legt xcloud nach ~/.local/bin. Client und Server sind derselbe Build.
curl -fsSL https://registry.xcloud-ai.devops.x-ion.org/install.sh | sh
xcloud login --server https://registry.xcloud-ai.devops.x-ion.org
| Datei | System | Größe | SHA256 |
|---|---|---|---|
| xcloud-darwin-amd64 | darwin/amd64 | 25,0 MiB | 4a23d63753f97a08dad67acf53f0e180023d692f548cdcb83b6bbab9ed4cf1ab |
| xcloud-darwin-arm64 | darwin/arm64 | 23,7 MiB | 2fe6a1675c8524ff5ac734dcc8132a9f42454ba2d49309ac319429fa2a50d0a4 |
| xcloud-linux-amd64 | linux/amd64 | 24,5 MiB | 93bed214cc3497a9af45b7940534e1584df64fa0cc5ede1489d597ccf7702ba0 |
| xcloud-linux-arm64 | linux/arm64 | 23,1 MiB | f48885c17ba6ec66b52263c91a38e9df2a978ac2f370a8b79dc11042774b819b |
| xcloud-windows-amd64.exe | windows/amd64 | 25,2 MiB | 6d778a0f678ea6a41c2d30ca286f81c7c2f445221d32439605c7a2a58e18065b |
Prüfsummen: SHA256SUMS · Liste als JSON: /download/ · Aktuell bleiben: xcloud update holt genau den Client dieser Control-Plane (xcloud update --check für Automation, Exit-Code 10 = Update verfügbar).
Status dieser Instanz
v0.17.0Server-Build
v1API-Vertrag
5CLI-Binaries im Build
Optionale Teilsysteme. Ein nicht konfiguriertes Teilsystem antwortet auf seinen Routen mit 501, nie mit Platzhalterdaten.
| Teilsystem | Routen | Zustand |
|---|---|---|
| Browser-Login (SSO) | /v1/auth/* | aktiv |
| Modell-Katalog | /v1/models | aktiv |
| GPU-Kapazität | /v1/compute/* | aktiv |
| Verbrauch (Usage-Ledger) | /v1/usage | aktiv |
| Training-Logs | /v1/training-jobs/{name}/logs | aktiv |
| Preisliste | /v1/pricing | aktiv |
| CLI-Download | /download/*, /install.sh | aktiv |
| Terraform-Registry | /.well-known/terraform.json, /terraform/providers/v1/* | aktiv |
Was diese Adresse ist
Produkt-API v1Placements, Training, Adapter, Agenten, Schlüssel, Verbrauch. Bearer = Ihr API-Token; jeder Mandant sieht nur Eigenes.
PreislisteGPU-Kartensätze und Billing-Regel, öffentlich vor jedem Login.
Kein OpenAI-EndpunktInference-Calls gehen an das Gateway Ihres Workspace (
api.<ihr-workspace>/v1) mit Ihrem Gateway-Key.