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/cliSetup
export SIMOSPHERE_API_KEY="sk-..." # from https://app.simosphereai.comCommands
# 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