Metadata-Version: 2.1
Name: modelslab-cli
Version: 0.1.4
Summary: ModelsLab CLI — AI generation and account management from the terminal
Home-page: https://modelslab.sh
Author: ModelsLab
Author-email: support@modelslab.com
License: MIT
Project-URL: Source, https://github.com/ModelsLab/modelslab-cli
Project-URL: Documentation, https://docs.modelslab.com
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Go
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# ModelsLab CLI

AI generation and account management from the terminal. One command surface over
the ModelsLab API: image, video, audio, 3D and LLM generation, plus authentication,
billing, wallet, subscriptions and model discovery.

```bash
npm install -g modelslab-cli
modelslab auth login
modelslab generate image --prompt "a lighthouse at dusk" --model flux
```

The package installs a prebuilt binary for your platform as an optional
dependency — nothing is compiled and no install script runs.

Supported: macOS (Intel, Apple Silicon), Linux (x64, arm64), Windows (x64, arm64).

- Docs: https://docs.modelslab.com
- Source: https://github.com/ModelsLab/modelslab-cli
- Other install methods (Homebrew, Scoop, shell): https://modelslab.sh
