@simosphere/cli brings the SIMOSphere AI platform to your terminal. Run chat completions, query available models, check gateway health, and perform natural-language queries -- all from a single command.
Built by SIMO GmbH. EU-hosted, GDPR-compliant inference.
npm install -g @simosphere/cliexport SIMOSPHERE_API_KEY="sk-..." # from https://app.simosphereai.com# Check API gateway health (no auth required)
simosphere health
# List available LLM models
simosphere models
# Send a chat completion
simosphere chat "Summarize the benefits of on-premise AI"
# NLWeb natural-language query
simosphere ask "What is SIMOSphere AI?"| Variable | Required | Default | Description |
|---|---|---|---|
SIMOSPHERE_API_KEY |
Yes | -- | Your API key |
SIMOSPHERE_BASE_URL |
No | https://api.simosphereai.com |
Override gateway URL |
- Platform: simosphereai.com
- API Documentation: simosphereai.com/de/developers
- SDK: @simosphere/sdk on npm
@simosphere/cli bringt die SIMOSphere AI-Plattform direkt in Ihr Terminal. Fuehren Sie Chat-Completions aus, fragen Sie verfuegbare Modelle ab, pruefen Sie den Gateway-Status und stellen Sie natuerlichsprachliche Anfragen -- alles mit einem einzigen Befehl.
Entwickelt von SIMO GmbH. EU-Hosting, DSGVO-konform.
npm install -g @simosphere/cliexport SIMOSPHERE_API_KEY="sk-..." # von https://app.simosphereai.com# Gateway-Status pruefen (keine Authentifizierung noetig)
simosphere health
# Verfuegbare LLM-Modelle auflisten
simosphere models
# Chat-Completion senden
simosphere chat "Fasse die Vorteile von On-Premise-KI zusammen"
# Natuerlichsprachliche Abfrage
simosphere ask "Was ist SIMOSphere AI?"| Variable | Pflicht | Standard | Beschreibung |
|---|---|---|---|
SIMOSPHERE_API_KEY |
Ja | -- | Ihr API-Schluessel |
SIMOSPHERE_BASE_URL |
Nein | https://api.simosphereai.com |
Gateway-URL ueberschreiben |
- Plattform: simosphereai.com
- API-Dokumentation: simosphereai.com/de/developers
- SDK: @simosphere/sdk auf npm
MIT -- Engineered at SIMO GmbH · Aschaffenburg, Germany