スキル一覧に戻る
dave1010

llm-inference

by dave1010

Collection of tools

6🍴 0📅 2026年1月5日
GitHubで見るManusで実行

SKILL.md


name: llm-inference description: "Use when wanting to interact with any LLM - Explains available inference endpoints so the agent selects suitable models."

LLM Inference

The Cloudflare Pages function functions/cerebras-chat.ts provides OpenAI-compatible LLM inference. See tools/cerebras-llm-inference/index.html for a working example.

Available models

ModelMax context tokensRequests / minuteTokens / minute
gpt-oss-120b65,5363064,000
llama-3.3-70b65,5363064,000
llama3.1-8b8,1923060,000
qwen-3-235b-a22b-instruct-250765,5363064,000
qwen-3-235b-a22b-thinking-250765,5363060,000
qwen-3-32b65,5363064,000
zai-glm-4.664,00010150,000
  • llama3.1-8b is the fastest option.
  • zai-glm-4.6 is the most powerful option.
  • gpt-oss-120b remains the best all rounder.

LLMs are not just for chat: they can be used to process any string in any arbitrary way. If making a tool that requires the LLM to respond in a specific way or format then be very clear and explicit in its system prompt; eg what to include/exclude, plain/markdown formatting, length, etc.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です