skills
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
Generate 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
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
Call 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
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
Post to 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
Generate 3D model
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, any OpenRouter model |
| 搜索 | 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 |
| 实用工具 | 媒体合并、视频加字幕、图像拼接、音频提取 |
Specialized Skills
专项技能
Install focused skills for specific tasks:
bash
undefined安装针对特定任务的专项技能:
bash
undefinedImage generation (FLUX, Gemini, Grok, Seedream, Reve)
Image generation (FLUX, Gemini, Grok, Seedream, Reve)
npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@ai-image-generation
Video generation (Veo, Seedance, Wan, OmniHuman)
Video generation (Veo, Seedance, Wan, OmniHuman)
npx skills add inference-sh/skills@ai-video-generation
npx skills add inference-sh/skills@ai-video-generation
LLMs via OpenRouter (Claude, Gemini, Kimi, GLM)
LLMs via 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)
Web search (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 avatars & lipsync (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 automation
npx skills add inference-sh/skills@twitter-automation
npx skills add inference-sh/skills@twitter-automation
Model-specific skills
Model-specific skills
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
Utility skills
Utility skills
npx skills add inference-sh/skills@image-upscaling
npx skills add inference-sh/skills@background-removal
npx skills add inference-sh/skills@image-upscaling
npx skills add inference-sh/skills@background-removal
UI components (ui.inference.sh)
UI components (ui.inference.sh)
npx skills add inference-sh/skills@agent-ui # Batteries-included agent component
npx skills add inference-sh/skills@chat-ui # Chat building blocks
npx skills add inference-sh/skills@widgets-ui # Declarative JSON widgets
npx skills add inference-sh/skills@tools-ui # Tool lifecycle UI
undefinednpx skills add inference-sh/skills@agent-ui # Batteries-included agent component
npx skills add inference-sh/skills@chat-ui # Chat building blocks
npx skills add inference-sh/skills@widgets-ui # Declarative JSON widgets
npx skills add inference-sh/skills@tools-ui # Tool lifecycle UI
undefinedReference
参考文档
- Authentication & Setup
- Discovering Apps
- Running Apps
- CLI Reference
- 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 Skills Overview - AI能力开放标准
- Getting Started - 快速入门指南
- What is inference.sh? - 平台概述
- Apps Overview - 应用生态系统介绍
- CLI Setup - CLI安装配置
- Workflows vs Agents - 工作流与Agent对比
- Why Agent Runtimes Matter - Agent运行时的重要性