From 3413970fee2b99ae6915c20f26fe50de72484b47 Mon Sep 17 00:00:00 2001 From: Charm <124303983+charmcli@users.noreply.github.com> Date: Thu, 14 May 2026 18:02:01 +0000 Subject: [PATCH] chore: auto-update files --- internal/agent/hyper/provider.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/internal/agent/hyper/provider.json b/internal/agent/hyper/provider.json index d736583ace952533e5f186b1e99b1f42c1fffe19..6edb056dcedeb6f9f20bbe1221b9803645ecc768 100644 --- a/internal/agent/hyper/provider.json +++ b/internal/agent/hyper/provider.json @@ -3,8 +3,8 @@ "id": "hyper", "api_endpoint": "https://hyper.charm.land/api/v1/fantasy", "type": "hyper", - "default_large_model_id": "kimi-k2.5", - "default_small_model_id": "gpt-oss-120b", + "default_large_model_id": "kimi-k2.6", + "default_small_model_id": "deepseek-v4-flash", "models": [ { "id": "deepseek-v4-flash", @@ -132,6 +132,18 @@ "can_reason": true, "supports_attachments": true }, + { + "id": "minimax-m2.7", + "name": "MiniMax M2.7", + "cost_per_1m_in": 0.3, + "cost_per_1m_out": 1.2, + "cost_per_1m_in_cached": 0.06, + "cost_per_1m_out_cached": 0, + "context_window": 204800, + "default_max_tokens": 20480, + "can_reason": false, + "supports_attachments": false + }, { "id": "mistral-large-instruct-2411", "name": "Mistral Large Instruct 2411",