agent-tools
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRun 150+ AI apps in the cloud with a simple CLI. No GPU required.

通过简洁的CLI在云端运行150+款AI应用,无需GPU。

Install CLI
安装CLI
bash
curl -fsSL https://cli.inference.sh | sh
infsh loginbash
curl -fsSL https://cli.inference.sh | sh
infsh loginQuick Examples
快速示例
bash
undefinedbash
undefinedGenerate an image
生成图像
infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut"}'
infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut"}'
Generate a video
生成视频
infsh app run google/veo-3-1-fast --input '{"prompt": "drone over mountains"}'
infsh app run google/veo-3-1-fast --input '{"prompt": "drone over mountains"}'
Call Claude
调用Claude
infsh app run openrouter/claude-sonnet-45 --input '{"prompt": "Explain quantum computing"}'
infsh app run openrouter/claude-sonnet-45 --input '{"prompt": "Explain quantum computing"}'
Web search
网页搜索
infsh app run tavily/search-assistant --input '{"query": "latest AI news"}'
infsh app run tavily/search-assistant --input '{"query": "latest AI news"}'
Post to Twitter
发布Twitter推文
infsh app run x/post-tweet --input '{"text": "Hello from AI!"}'
infsh app run x/post-tweet --input '{"text": "Hello from AI!"}'
Generate 3D model
生成3D模型
infsh app run infsh/rodin-3d-generator --input '{"prompt": "a wooden chair"}'
undefinedinfsh app run infsh/rodin-3d-generator --input '{"prompt": "a wooden chair"}'
undefinedCommands
命令
| Task | Command |
|---|---|
| List all apps | |
| Search apps | |
| Filter by category | |
| Get app details | |
| Generate sample input | |
| Run app | |
| Run without waiting | |
| Check task status | |
| 操作 | 命令 |
|---|---|
| 列出所有应用 | |
| 搜索应用 | |
| 按分类筛选 | |
| 获取应用详情 | |
| 生成示例输入 | |
| 运行应用 | |
| 异步运行应用 | |
| 查看任务状态 | |
What's Available
可用功能分类
| 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 | 发布推文、创建帖子、发送私信、关注用户、点赞帖子、转发帖子 |
| 实用工具 | 媒体合并、视频加字幕、图像拼接、音频提取 |
Related Skills
相关技能
bash
undefinedbash
undefinedImage generation (FLUX, Gemini, Grok, Seedream)
图像生成(FLUX、Gemini、Grok、Seedream)
npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@ai-image-generation
Video generation (Veo, Seedance, Wan, OmniHuman)
视频生成(Veo、Seedance、Wan、OmniHuman)
npx skills add inference-sh/skills@ai-video-generation
npx skills add inference-sh/skills@ai-video-generation
LLMs (Claude, Gemini, Kimi, GLM via OpenRouter)
大语言模型(通过OpenRouter调用Claude、Gemini、Kimi、GLM)
npx skills add inference-sh/skills@llm-models
npx skills add inference-sh/skills@llm-models
Web search (Tavily, Exa)
网页搜索(Tavily、Exa)
npx skills add inference-sh/skills@web-search
npx skills add inference-sh/skills@web-search
AI avatars & lipsync (OmniHuman, Fabric, PixVerse)
AI数字人及唇形同步(OmniHuman、Fabric、PixVerse)
npx skills add inference-sh/skills@ai-avatar-video
npx skills add inference-sh/skills@ai-avatar-video
Twitter/X automation
Twitter/X自动化
npx skills add inference-sh/skills@twitter-automation
npx skills add inference-sh/skills@twitter-automation
Model-specific
特定模型技能
npx skills add inference-sh/skills@flux-image
npx skills add inference-sh/skills@google-veo
npx skills add inference-sh/skills@flux-image
npx skills add inference-sh/skills@google-veo
Utilities
实用工具技能
npx skills add inference-sh/skills@image-upscaling
npx skills add inference-sh/skills@background-removal
undefinednpx skills add inference-sh/skills@image-upscaling
npx skills add inference-sh/skills@background-removal
undefinedReference Files
参考文档
- Authentication & Setup
- Discovering Apps
- Running Apps
- CLI Reference
- 身份验证与设置
- 应用发现
- 运行应用
- CLI参考手册
Documentation
官方文档
- Agent Skills Overview - The open standard for AI capabilities
- Getting Started - Introduction to inference.sh
- What is inference.sh? - Platform overview
- Apps Overview - Understanding the app ecosystem
- CLI Setup - Installing the CLI
- Workflows vs Agents - When to use each
- Why Agent Runtimes Matter - Runtime benefits
- Agent技能概述 - AI能力开放标准
- 快速开始 - inference.sh入门指南
- 什么是inference.sh? - 平台总览
- 应用生态概述 - 了解应用生态系统
- CLI安装配置 - CLI安装教程
- 工作流vs Agent - 适用场景对比
- 为何Agent运行时至关重要 - 运行时优势解析