返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
S

Semantic Model Orchestrator

A powerful model routing skill that analyzes query intent and cost-efficiency to select the optimal LLM (Elite/Balanced/Basic) before execution.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
329
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

Semantic Model Orchestrator

# Semantic Model Orchestrator This skill provides an intelligent middle layer for AI agents to decide which model tier should handle a specific task. By using semantic analysis, it categorized queries into **Elite**, **Balanced**, or **Basic** levels. ## Features - **Semantic Intent Recognition**: Uses vector embeddings to detect query complexity. - **Cost-Efficiency Orchestration**: Routes queries to **Elite**, **Balanced**, or **Basic** models. - **ClawHub Optimized**: Default tiers for Claude 3.5 Sonnet, GPT-4o-mini, and DeepSeek. - **Rolling Adjustment**: Built-in logic to refine intent keywords from user history. - **Multi-Provider Support**: Supports OpenAI, Anthropic, Gemini, and DeepSeek. ## Model Tiers - **Elite**: `anthropic/claude-3-5-sonnet-latest` - **Balanced**: `openai/gpt-4o-mini` - **Basic**: `deepseek/deepseek-chat` ## Usage Add this skill to your agent's capability list. The agent will call the `get_optimal_model` tool before making main LLM calls to optimize performance and budget. ### Example Tool Call ```python result = router.analyze_and_route("Design a high-scalable microservices architecture for a fintech app.") # Returns: {"tier": "ELITE", "suggested_model": "anthropic/claude-3-5-sonnet-latest"} ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 model-selector-1776299459 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 model-selector-1776299459 技能

通过命令行安装

skillhub install model-selector-1776299459

下载

⬇ 下载 Semantic Model Orchestrator v1.0.0(免费)

文件大小: 6.28 KB | 发布时间: 2026-4-16 15:49

v1.0.0 最新 2026-4-16 15:49
Initial release of the Semantic Model Orchestrator skill.

- Routes queries to Elite, Balanced, or Basic LLMs based on semantic intent and cost-efficiency.
- Utilizes vector embeddings for query complexity analysis.
- Supports multiple providers: OpenAI, Anthropic, Gemini, and DeepSeek.
- Features rolling adjustment logic to refine intent detection from user history.
- Optimized default model tiers for Claude 3.5 Sonnet, GPT-4o-mini, and DeepSeek.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部