返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
l

llm-models

Access Claude, Gemini, Kimi, GLM and 100+ LLMs via inference.sh CLI using OpenRouter. Models: Claude Opus 4.5, Claude Sonnet 4.5, Claude Haiku 4.5, Gemini 3 Pro, Kimi K2, GLM-4.6, Intellect 3. One API for all models with automatic fallback and cost optimization. Use for: AI assistants, code generation, reasoning, agents, chat, content generation. Triggers: claude api, openrouter, llm api, claude sonnet, claude opus, gemini api, kimi, language model, gpt alternative, anthropic api, ai model api,

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.5
安全检测
已通过
1,339
下载量
0
收藏
概述
安装方式
版本历史

llm-models

# LLM Models via OpenRouter Access 100+ language models via [inference.sh](https://inference.sh) CLI. ![LLM Models via OpenRouter](https://cloud.inference.sh/app/files/u/4mg21r6ta37mpaz6ktzwtt8krr/01kgvftjwhby36trvaj66bwzcf.jpeg) ## Quick Start ```bash curl -fsSL https://cli.inference.sh | sh && infsh login # Call Claude Sonnet infsh app run openrouter/claude-sonnet-45 --input '{"prompt": "Explain quantum computing"}' ``` > **Install note:** The [install script](https://cli.inference.sh) only detects your OS/architecture, downloads the matching binary from `dist.inference.sh`, and verifies its SHA-256 checksum. No elevated permissions or background processes. [Manual install & verification](https://dist.inference.sh/cli/checksums.txt) available. ## Available Models | Model | App ID | Best For | |-------|--------|----------| | Claude Opus 4.5 | `openrouter/claude-opus-45` | Complex reasoning, coding | | Claude Sonnet 4.5 | `openrouter/claude-sonnet-45` | Balanced performance | | Claude Haiku 4.5 | `openrouter/claude-haiku-45` | Fast, economical | | Gemini 3 Pro | `openrouter/gemini-3-pro-preview` | Google's latest | | Kimi K2 Thinking | `openrouter/kimi-k2-thinking` | Multi-step reasoning | | GLM-4.6 | `openrouter/glm-46` | Open-source, coding | | Intellect 3 | `openrouter/intellect-3` | General purpose | | Any Model | `openrouter/any-model` | Auto-selects best option | ## Search LLM Apps ```bash infsh app list --search "openrouter" infsh app list --search "claude" ``` ## Examples ### Claude Opus (Best Quality) ```bash infsh app run openrouter/claude-opus-45 --input '{ "prompt": "Write a Python function to detect palindromes with comprehensive tests" }' ``` ### Claude Sonnet (Balanced) ```bash infsh app run openrouter/claude-sonnet-45 --input '{ "prompt": "Summarize the key concepts of machine learning" }' ``` ### Claude Haiku (Fast & Cheap) ```bash infsh app run openrouter/claude-haiku-45 --input '{ "prompt": "Translate this to French: Hello, how are you?" }' ``` ### Kimi K2 (Thinking Agent) ```bash infsh app run openrouter/kimi-k2-thinking --input '{ "prompt": "Plan a step-by-step approach to build a web scraper" }' ``` ### Any Model (Auto-Select) ```bash # Automatically picks the most cost-effective model infsh app run openrouter/any-model --input '{ "prompt": "What is the capital of France?" }' ``` ### With System Prompt ```bash infsh app sample openrouter/claude-sonnet-45 --save input.json # Edit input.json: # { # "system": "You are a helpful coding assistant", # "prompt": "How do I read a file in Python?" # } infsh app run openrouter/claude-sonnet-45 --input input.json ``` ## Use Cases - **Coding**: Generate, review, debug code - **Writing**: Content, summaries, translations - **Analysis**: Data interpretation, research - **Agents**: Build AI-powered workflows - **Chat**: Conversational interfaces ## Related Skills ```bash # Full platform skill (all 150+ apps) npx skills add inference-sh/skills@inference-sh # Web search (combine with LLMs for RAG) npx skills add inference-sh/skills@web-search # Image generation npx skills add inference-sh/skills@ai-image-generation # Video generation npx skills add inference-sh/skills@ai-video-generation ``` Browse all apps: `infsh app list` ## Documentation - [Agents Overview](https://inference.sh/docs/concepts/agents) - Building AI agents - [Agent SDK](https://inference.sh/docs/api/agent/overview) - Programmatic agent control - [Building a Research Agent](https://inference.sh/blog/guides/research-agent) - LLM + search integration guide

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 llm-models-1776352461 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 llm-models-1776352461 技能

通过命令行安装

skillhub install llm-models-1776352461

下载 Zip 包

⬇ 下载 llm-models v0.1.5

文件大小: 2.36 KB | 发布时间: 2026-4-17 13:45

v0.1.5 最新 2026-4-17 13:45
llm-models 0.1.5 changelog:

- Clarified supported models, now listing Claude Opus 4.5, Claude Sonnet 4.5, Claude Haiku 4.5, Gemini 3 Pro, Kimi K2, GLM-4.6, and Intellect 3.
- Enhanced SKILL.md with detailed quick start, installation, model selection, usage examples, and use cases.
- Added automatic model fallback and cost optimization explanation.
- Included links to documentation for agents, agent SDK, and sample integrations.
- Expanded related skills section for extending functionality.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部