Run 150+ AI apps in the cloud with a simple CLI. No GPU required. ``` curl -fsSL https://cli.inference.sh | sh
curl -fsSL https://cli.inference.sh | sh infsh login `## Quick Examples` # 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"}'
infsh app listinfsh app list --search "flux"infsh app list --category imageinfsh app get google/veo-3-1-fastinfsh app sample google/veo-3-1-fast --save input.jsoninfsh app run google/veo-3-1-fast --input input.jsoninfsh app run <app> --input input.json --no-waitinfsh task get <task-id># Image generation (FLUX, Gemini, Grok, Seedream) 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 (Claude, Gemini, Kimi, GLM via OpenRouter) 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 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