inference-sh-cli

Featured

Run 150+ AI apps (image, video, LLM) via inference.sh CLI.

AI & Automation 221,626 stars 42354 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# inference.sh CLI Run 150+ AI apps in the cloud with a simple CLI. No GPU required. All commands use the **terminal tool** to run `infsh` commands. ## When to Use - User asks to generate images (FLUX, Reve, Seedream, Grok, Gemini image) - User asks to generate video (Veo, Wan, Seedance, OmniHuman) - User asks about inference.sh or infsh - User wants to run AI apps without managing individual provider APIs - User asks for AI-powered search (Tavily, Exa) - User needs avatar/lipsync generation ## Prerequisites The `infsh` CLI must be installed and authenticated. Check with: ```bash infsh me ``` If not installed: ```bash curl -fsSL https://cli.inference.sh | sh infsh login ``` See `references/authentication.md` for full setup details. ## Workflow ### 1. Always Search First Never guess app names — always search to find the correct app ID: ```bash infsh app list --search flux infsh app list --search video infsh app list --search image ``` ### 2. Run an App Use the exact app ID from the search results. Always use `--json` for machine-readable output: ```bash infsh app run <app-id> --input '{"prompt": "your prompt here"}' --json ``` ### 3. Parse the Output The JSON output contains URLs to generated media. Present these to the user with `MEDIA:<url>` for inline display. ## Common Commands ### Image Generation ```bash # Search for image apps infsh app list --search image # FLUX Dev with LoRA infsh app run falai/flux-dev-lora --input '{"prompt": "sunset over moun...

Details

Author
NousResearch
Repository
NousResearch/hermes-agent
Created
1 years ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category