Loading...
Loading...
Compare original and translation side by side


curl -fsSL https://cli.inference.sh | sh
infsh loginWhat does the installer do? The install script detects your OS and architecture, downloads the correct binary from, verifies its SHA-256 checksum, and places it in your PATH. That's it — no elevated permissions, no background processes, no telemetry. If you have cosign installed, the installer also verifies the Sigstore signature automatically.dist.inference.shManual install (if you prefer not to pipe to sh):bash# Download the binary and checksums curl -LO https://dist.inference.sh/cli/checksums.txt curl -LO $(curl -fsSL https://dist.inference.sh/cli/manifest.json | grep -o '"url":"[^"]*"' | grep $(uname -s | tr A-Z a-z)-$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') | head -1 | cut -d'"' -f4) # Verify checksum sha256sum -c checksums.txt --ignore-missing # Extract and install tar -xzf inferencesh-cli-*.tar.gz mv inferencesh-cli-* ~/.local/bin/inferencesh
curl -fsSL https://cli.inference.sh | sh
infsh login安装脚本会做什么? 安装脚本会检测你的操作系统和架构,从下载对应的二进制文件,验证其SHA-256校验和,并将其放入你的PATH中。仅此而已——无需提升权限,无后台进程,无遥测数据。如果你已安装cosign,安装脚本还会自动验证Sigstore签名。dist.inference.sh手动安装(若你不喜欢通过管道执行sh脚本):bash# 下载二进制文件和校验和 curl -LO https://dist.inference.sh/cli/checksums.txt curl -LO $(curl -fsSL https://dist.inference.sh/cli/manifest.json | grep -o '"url":"[^"]*"' | grep $(uname -s | tr A-Z a-z)-$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') | head -1 | cut -d'"' -f4) # 验证校验和 sha256sum -c checksums.txt --ignore-missing # 解压并安装 tar -xzf inferencesh-cli-*.tar.gz mv inferencesh-cli-* ~/.local/bin/inferencesh
undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined| Task | Command |
|---|---|
| List all apps | |
| Search apps | |
| Filter by category | |
| Get app details | |
| Generate sample input | |
| Run app | |
| Run without waiting | |
| Check task status | |
| 任务 | 命令 |
|---|---|
| 列出所有应用 | |
| 搜索应用 | |
| 按分类筛选 | |
| 获取应用详情 | |
| 生成示例输入 | |
| 运行应用 | |
| 异步运行应用 | |
| 查看任务状态 | |
| Category | Examples |
|---|---|
| Image | FLUX, Gemini 3 Pro, Grok Imagine, Seedream 4.5, Reve, Topaz Upscaler |
| Video | Veo 3.1, Seedance 1.5, Wan 2.5, OmniHuman, Fabric, HunyuanVideo Foley |
| LLMs | Claude Opus/Sonnet/Haiku, Gemini 3 Pro, Kimi K2, GLM-4, any OpenRouter model |
| Search | Tavily Search, Tavily Extract, Exa Search, Exa Answer, Exa Extract |
| 3D | Rodin 3D Generator |
| Twitter/X | post-tweet, post-create, dm-send, user-follow, post-like, post-retweet |
| Utilities | Media merger, caption videos, image stitching, audio extraction |
| 分类 | 示例 |
|---|---|
| 图像类 | FLUX、Gemini 3 Pro、Grok Imagine、Seedream 4.5、Reve、Topaz Upscaler |
| 视频类 | Veo 3.1、Seedance 1.5、Wan 2.5、OmniHuman、Fabric、HunyuanVideo Foley |
| 大语言模型(LLMs) | Claude Opus/Sonnet/Haiku、Gemini 3 Pro、Kimi K2、GLM-4、所有OpenRouter模型 |
| 搜索类 | Tavily Search、Tavily Extract、Exa Search、Exa Answer、Exa Extract |
| 3D类 | Rodin 3D Generator |
| Twitter/X自动化 | post-tweet、post-create、dm-send、user-follow、post-like、post-retweet |
| 工具类 | 媒体合并、视频加字幕、图像拼接、音频提取 |
undefinedundefinedundefinedundefined