From 9de33057aad6d5cb8401a54dac774758f5e3e0d3 Mon Sep 17 00:00:00 2001 From: Hongming Wang Date: Thu, 30 Apr 2026 23:30:24 -0700 Subject: [PATCH] feat(config): add MiniMax-M2.7-highspeed model entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Routes via the existing `minimax` provider entry (model prefix matches `minimax-` case-insensitively) — no registry change needed. Co-Authored-By: Claude Opus 4.7 (1M context) --- config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.yaml b/config.yaml index f7558ce..11b74e9 100644 --- a/config.yaml +++ b/config.yaml @@ -154,6 +154,9 @@ runtime_config: - id: MiniMax-M2.7 name: MiniMax M2.7 (third-party, Anthropic-API-compatible) required_env: [ANTHROPIC_AUTH_TOKEN] + - id: MiniMax-M2.7-highspeed + name: MiniMax M2.7 High-Speed (third-party, Anthropic-API-compatible) + required_env: [ANTHROPIC_AUTH_TOKEN] # --- Z.ai GLM family (third-party, Anthropic-API-compatible) --- # Routed via the `zai` provider entry. docs.z.ai for the full