JSPM

@simosphere/cli

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 16
  • Score
    100M100P100Q74183F
  • License MIT

SIMOSphere AI CLI — interact with the European AI orchestration platform from your terminal. GDPR-compliant, EU-hosted.

Package Exports

  • @simosphere/cli
  • @simosphere/cli/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@simosphere/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@simosphere/cli

Command-line interface for the SIMOSphere AI platform.

Installation

npm install -g @simosphere/cli

Setup

export SIMOSPHERE_API_KEY="sk-..."   # from https://app.simosphereai.com

Commands

# 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?"

Environment variables

Variable Required Default Description
SIMOSPHERE_API_KEY Yes -- Your API key
SIMOSPHERE_BASE_URL No https://api.simosphereai.com Override gateway URL

License

MIT -- SIMO GmbH, Aschaffenburg, Germany