chat-qwen
GitHub调用 qwen3-30b-a3b-fp8 模型进行对话,适用于非英语提示、翻译辅助或中等复杂度问题。直接透传原始提示词并返回纯文本答案,附带可选的成本节省信息。
Trigger Scenarios
Install
npx skills add zerogpu/zerogpu-router --skill chat-qwen -g -y
SKILL.md
Frontmatter
{
"name": "chat-qwen",
"description": "Chat with qwen3-30b-a3b-fp8, a 30B MoE model with strong multilingual coverage (100+ languages, 32K context). Use for non-English prompts, translation-adjacent tasks, or mid-weight questions the 1.2B edge models handle poorly.",
"allowed-tools": "Bash(zerogpu chat_completions *)",
"argument-hint": "<text>"
}
Call qwen3-30b-a3b-fp8. $ARGUMENTS is the raw prompt — pass it verbatim, no escaping or quoting required (the heredoc below handles every shell metacharacter, newline, quote, and paren safely):
zerogpu chat_completions -m qwen3-30b-a3b-fp8 <<'ZGPU_END_OF_INPUT'
$ARGUMENTS
ZGPU_END_OF_INPUT
Output is the assistant's answer as plain text — the model's reasoning trace comes back in a separate field and is not printed. Relay the answer as-is — do not rewrite or expand it.
Savings note: only if the command output literally contains a line starting with 💰 ZeroGPU savings, append that exact line, unchanged, as the last line of your reply. If no such line is present, say nothing about savings and do not mention or suggest /zerogpu-router:cost-savings — this note is intentionally occasional, not shown every time.
Version History
-
4e1b070
Current 2026-09-22 08:06
升级至 v3.0.0:同步模型列表,移除已下线模型的 follow-ups 功能,更新多个模型的价格和上下文窗口参数,优化 CLI 命令调用方式。
- cee9321 2026-08-02 21:14


