CLI (v0.44.0)
Introduction
Overview of the WriftAI CLI
WriftAI CLI helps you run, manage and deploy machine learning models.
Source Code
The WriftAI CLI is open‑source. You can explore the codebase, track changes, or report issues using the links below:
- Repository: https://github.com/wriftai/cli
- Issues: https://github.com/wriftai/cli/issues
- Releases: https://github.com/wriftai/cli/releases
Basic Usage
# Login
wriftai auth login --token YOUR_WRIFTAI_ACCESS_TOKEN
# Create a prediction against deepseek-ai/deepseek-r1 and wait for it to complete
wriftai predictions create \
--model deepseek-ai/deepseek-r1 \
--input '{"prompt": "Summarize quantum computing."}' \
--wait