infs-llm
infs CLIを使用してOpenRouter経由で大規模言語モデル(LLM)を実行できます。Claude(Anthropic)、GPT-4o(OpenAI)、Gemini(Google)、Llama(Meta)、Mistral、およびその他数百のモデルに、統一されたインターフェースでアクセスします。LLMへのクエリ、テキスト生成、コンテンツ要約、コード生成、Q&A、システムプロンプトを用いたチャット、またはストリーミング完了に利用できます。
description の原文を見る
Run large language models (LLMs) via the infs CLI using OpenRouter. Access Claude (Anthropic), GPT-4o (OpenAI), Gemini (Google), Llama (Meta), Mistral, and hundreds of other models through one consistent interface. Use when querying an LLM, generating text, summarising content, code generation, Q&A, chat with system prompts, or streaming completions. Triggers: llm, openrouter, claude, gpt-4o, gemini, llama, mistral, language model, text generation, chat completion, ai assistant, summarise, code generation, explain code, stream llm.
SKILL.md 本文
infs-llm
infs CLIを使用してOpenRouterからLLMを実行できます。
Claude、GPT-4o、Gemini、Llama、Mistral、その他多数のモデルに、
すべて同じコマンドでアクセスできます。
前提条件
OpenRouterに接続します(ワンタイム設定):
infs provider connect openrouter
# https://openrouter.ai/keys からAPIキーを入力してください
クイック例
# 質問をする
infs app run openrouter/anthropic/claude-sonnet-4-5 \
--input '{"prompt":"Explain the Rust ownership model"}'
# GPT-4o
infs app run openrouter/openai/gpt-4o \
--input '{"prompt":"Write a haiku about Rust"}'
# 無料モデル (Llama 3.1 8B)
infs app run openrouter/meta-llama/llama-3.1-8b-instruct \
--input '{"prompt":"What is 2
...
詳細情報
- 作者
- dvaJi
- リポジトリ
- dvaJi/infera
- ライセンス
- 不明
- 最終更新
- 2026/4/22
Source: https://github.com/dvaJi/infera / ライセンス: 未指定