Install
kyma command globally. Or use without installing:
Login
Chat
Quick prompt
Interactive mode
Just typekyma with no arguments to enter interactive chat — like Claude Code or Pi.
❯ prompt. Type your message and get a streaming response with token count, cost, and speed.
Type /model to open an interactive picker — browse all 21 models with arrow keys. Or /model deepseek-r1 to switch instantly.
Slash commands
| Command | Description |
|---|---|
/model | Pick a model with arrow keys (↑↓) |
/model <id> | Switch model instantly |
/models | List all available models |
/balance | Check your credits |
/clear | Reset conversation history |
/help | Show all commands |
/exit | Quit |
Pipe mode
All Commands
| Command | Description |
|---|---|
kyma | Interactive chat |
kyma "prompt" | Quick answer |
kyma login | Authenticate |
kyma logout | Remove credentials |
kyma models | List all models |
kyma balance | Credit balance and tier |
kyma keys | List API keys |
kyma keys create --name ci | Create a new API key |
kyma status | Account overview |
Options
| Flag | Description |
|---|---|
-m, --model <id> | Select model (default: best) |
--api-key <key> | Use a specific API key |
--json | Machine-readable JSON output |
--quiet | Suppress banners and decorative output |
--non-interactive | Fail instead of prompting |
--version | Show version |
--help | Show help |
Model Aliases
Use aliases instead of full model IDs:CI / Agent Mode
The CLI auto-detects non-TTY environments (pipes, CI) and switches to quiet + non-interactive mode.Config
Credentials are stored in~/.kyma/config.json (permissions 600).
Requirements
- Node.js 18+