TTokenySpace
返回 Skills 列表

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

0

安装到 Tokeny(自动)

下载 ZIP
安装"llm-models"技能
技能信息:
- 名称: llm-models
- 标识: 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
- 版本: fbe0aa4
下载地址:
https://www.tokeny.space/api/skills/llm-models/download
继续

复制上方内容到 Tokeny 客户端并在会话中发送即可自动安装;也可直接 下载 ZIP并拖动到技能窗口安装。

SKILL.md

Install the belt CLI skill: npx skills add belt-sh/cli

LLM Models via OpenRouter

Access 100+ language models via inference.sh CLI.

LLM Models via OpenRouter

Quick Start

Requires inference.sh CLI (belt). Install instructions

belt login

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

Available Models

ModelApp IDBest For
Claude Opus 4.5openrouter/claude-opus-45Complex reasoning, coding
Claude Sonnet 4.5openrouter/claude-sonnet-45Balanced performance
Claude Haiku 4.5openrouter/claude-haiku-45Fast, economical
Gemini 3 Proopenrouter/gemini-3-pro-previewGoogle's latest
Kimi K2 Thinkingopenrouter/kimi-k2-thinkingMulti-step reasoning
GLM-4.6openrouter/glm-46Open-source, coding
Intellect 3openrouter/intellect-3General purpose
Any Modelopenrouter/any-modelAuto-selects best option

Search LLM Apps

belt app store search "openrouter"
belt app store search "claude"

Examples

Claude Opus (Best Quality)

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

Claude Sonnet (Balanced)

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

Claude Haiku (Fast & Cheap)

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

Kimi K2 (Thinking Agent)

belt 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
belt app run openrouter/any-model --input '{
  "prompt": "What is the capital of France?"
}'

With System Prompt

belt 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?"
# }

belt 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 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: belt app store

Documentation

评论

加载中…