L

llm-models

by @inferen-shv
4.8(200)

大規模言語モデル(LLM)の開発、デプロイ、最適化に特化し、強力な自然言語処理能力を提供し、スマートなQ&A、コンテンツ生成など多様なAIアプリケーションをサポートします。

Large Language Models (LLM)GPT-4ClaudeFine-tuningNatural Language Processing (NLP)GitHub
インストール方法
npx skills add inferen-sh/skills --skill llm-models
compare_arrows

Before / After 効果比較

1
使用前

複数の大規模言語モデルの統合と管理は複雑で時間がかかり、インターフェースの手動設定やデータ形式の処理が必要なため、AIアプリケーションの迅速な開発と展開が制限されていました。

使用後

このスキルは、統一されたインターフェースを提供し、LLMモデルの呼び出しと管理を簡素化し、効率的な統合と柔軟な切り替えを実現します。これにより、AI製品の開発を加速し、モデルのアプリケーション効率を向上させます。

description SKILL.md

llm-models

LLM Models via OpenRouter

Access 100+ language models via inference.sh CLI.

Quick Start

Requires inference.sh CLI (infsh). Install instructions

infsh login

# Call Claude Sonnet
infsh app run openrouter/claude-sonnet-45 --input '{"prompt": "Explain quantum computing"}'

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

infsh app list --search "openrouter"
infsh app list --search "claude"

Examples

Claude Opus (Best Quality)

infsh app run openrouter/claude-opus-45 --input '{
  "prompt": "Write a Python function to detect palindromes with comprehensive tests"
}'

Claude Sonnet (Balanced)

infsh app run openrouter/claude-sonnet-45 --input '{
  "prompt": "Summarize the key concepts of machine learning"
}'

Claude Haiku (Fast & Cheap)

infsh app run openrouter/claude-haiku-45 --input '{
  "prompt": "Translate this to French: Hello, how are you?"
}'

Kimi K2 (Thinking Agent)

infsh app run openrouter/kimi-k2-thinking --input '{
  "prompt": "Plan a step-by-step approach to build a web scraper"
}'

Any Model (Auto-Select)

# Automatically picks the most cost-effective model
infsh app run openrouter/any-model --input '{
  "prompt": "What is the capital of France?"
}'

With System Prompt

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

# Full platform skill (all 150+ apps)
npx skills add inference-sh/skills@infsh-cli

# 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

Weekly Installs4.4KRepositoryinferen-sh/skillsGitHub Stars159First Seen6 days agoSecurity AuditsGen Agent Trust HubPassSocketPassSnykPassInstalled onclaude-code3.5Kgemini-cli3.1Kcodex3.1Kamp3.1Kkimi-cli3.1Kgithub-copilot3.1K

forumユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数6.5K
評価4.8 / 5.0
バージョン
更新日2026年3月17日
比較事例1 件

ユーザー評価

4.8(200)
5
0%
4
0%
3
0%
2
0%
1
0%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

タイムライン

作成2026年3月17日
最終更新2026年3月17日