inference-sh-cli

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

  • AI
  • image-generation
  • video
  • LLM
  • search
  • inference
  • FLUX
  • Veo
  • Claude

Declared platforms: linux · macos · windows

Install
npx skills add 'https://github.com/NousResearch/hermes-agent/tree/main/optional-skills/devops/inference-sh-cli'
Download bundle ↓
main · 24fd22bScanned 2026-09-15

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗
View on GitHub
← Back to SKILL.md

Authentication & Setup

Install the CLI

curl -fsSL https://cli.inference.sh | sh

Login

infsh login

This opens a browser for authentication. After login, credentials are stored locally.

Check Authentication

infsh me

Shows your user info if authenticated.

Environment Variable

For CI/CD or scripts, set your API key:

export INFSH_API_KEY=your-api-key

The environment variable overrides the config file.

Update CLI

infsh update

Or reinstall:

curl -fsSL https://cli.inference.sh | sh

Troubleshooting

ErrorSolution
"not authenticated"Run infsh login
"command not found"Reinstall CLI or add to PATH
"API key invalid"Check INFSH_API_KEY or re-login

Documentation

Referenced from SKILL.md