Loading...
Loading...
通过inference.sh CLI运行150+款AI应用——涵盖图像生成、视频创作、大语言模型(LLMs)、搜索、3D建模、Twitter自动化等功能。 模型支持:FLUX、Veo、Gemini、Grok、Claude、Seedance、OmniHuman、Tavily、Exa、OpenRouter等众多模型。 适用场景:运行AI应用、生成图像/视频、调用LLMs、网页搜索或Twitter自动化操作。 触发关键词:inference.sh、infsh、ai model、run ai、serverless ai、ai api、flux、veo、claude api、image generation、video generation、openrouter、tavily、exa search、twitter api、grok
npx skill4agent add inference-sh/skills skillscurl -fsSL https://cli.inference.sh | sh
infsh login# Generate an image
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"}'
# Call Claude
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"}'
# Post to Twitter
infsh app run x/post-tweet --input '{"text": "Hello from AI!"}'
# Generate 3D model
infsh app run infsh/rodin-3d-generator --input '{"prompt": "a wooden chair"}'| 任务 | 命令 |
|---|---|
| 列出所有应用 | |
| 搜索应用 | |
| 按分类筛选 | |
| 获取应用详情 | |
| 生成示例输入 | |
| 运行应用 | |
| 异步运行应用 | |
| 查看任务状态 | |
| 分类 | 示例 |
|---|---|
| 图像 | 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 |
| 实用工具 | 媒体合并、视频加字幕、图像拼接、音频提取 |
# Image generation (FLUX, Gemini, Grok, Seedream, Reve)
npx skills add inference-sh/skills@ai-image-generation
# Video generation (Veo, Seedance, Wan, OmniHuman)
npx skills add inference-sh/skills@ai-video-generation
# LLMs via OpenRouter (Claude, Gemini, Kimi, GLM)
npx skills add inference-sh/skills@llm-models
# Web search (Tavily, Exa)
npx skills add inference-sh/skills@web-search
# AI avatars & lipsync (OmniHuman, Fabric, PixVerse)
npx skills add inference-sh/skills@ai-avatar-video
# Twitter/X automation
npx skills add inference-sh/skills@twitter-automation
# Model-specific skills
npx skills add inference-sh/skills@flux-image
npx skills add inference-sh/skills@google-veo
# Utility skills
npx skills add inference-sh/skills@image-upscaling
npx skills add inference-sh/skills@background-removal
# 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