Back to skills
extension
Category: Content & MediaNo API key required

model-fallback

Automatic model degradation and failover. When the primary model request fails, times out, hits rate limits, or depletes its quota, it automatically switches to a backup model to ensure service continuity. Supports intelligent model selection across multiple vendors and priorities, providing health monitoring, automatic retries, and error recovery mechanisms.

personAuthor: jakexiaohubgithub

模型自动降级与故障切换

  • Author: Daniel Li
  • Copyright © Daniel Li. All rights reserved.

当使用此技能

  • 模型请求失败
  • API 超时
  • 达到速率限制
  • 配额耗尽
  • 需要确保服务连续性

工作原理

  1. 监控: 检测模型请求状态
  2. 判断: 识别失败类型(超时/限额/错误)
  3. 切换: 自动降级到备用模型
  4. 重试: 失败请求自动重试
  5. 恢复: 主模型恢复后自动切回

多供应商支持

  • 优先级配置
  • 跨供应商故障转移
  • 智能负载均衡

错误类型

  • 超时: 切换到更快模型
  • 限额: 切换到有配额模型
  • 错误: 切换到不同供应商

触发词

  • "模型降级"
  • "自动切换"
  • "模型故障"
  • "API 失败"