From be6de9bb75bcbff3def12ce35c0cba464b37afb7 Mon Sep 17 00:00:00 2001 From: Riccardo Giorato Date: Wed, 11 Feb 2026 00:39:15 +0100 Subject: [PATCH] Update Together default model to together/moonshotai/Kimi-K2.5 (#13324) --- docs/providers/together.md | 4 ++-- src/commands/onboard-auth.credentials.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/providers/together.md b/docs/providers/together.md index a81c75e334f..f840ea35e80 100644 --- a/docs/providers/together.md +++ b/docs/providers/together.md @@ -27,7 +27,7 @@ openclaw onboard --auth-choice together-api-key { agents: { defaults: { - model: { primary: "together/zai-org/GLM-4.7" }, + model: { primary: "together/moonshotai/Kimi-K2.5" }, }, }, } @@ -42,7 +42,7 @@ openclaw onboard --non-interactive \ --together-api-key "$TOGETHER_API_KEY" ``` -This will set `together/zai-org/GLM-4.7` as the default model. +This will set `together/moonshotai/Kimi-K2.5` as the default model. ## Environment note diff --git a/src/commands/onboard-auth.credentials.ts b/src/commands/onboard-auth.credentials.ts index a9ddbe890af..cf4c51056ed 100644 --- a/src/commands/onboard-auth.credentials.ts +++ b/src/commands/onboard-auth.credentials.ts @@ -118,7 +118,7 @@ export async function setVeniceApiKey(key: string, agentDir?: string) { export const ZAI_DEFAULT_MODEL_REF = "zai/glm-4.7"; export const XIAOMI_DEFAULT_MODEL_REF = "xiaomi/mimo-v2-flash"; export const OPENROUTER_DEFAULT_MODEL_REF = "openrouter/auto"; -export const TOGETHER_DEFAULT_MODEL_REF = "together/zai-org/GLM-4.7"; +export const TOGETHER_DEFAULT_MODEL_REF = "together/moonshotai/Kimi-K2.5"; export const VERCEL_AI_GATEWAY_DEFAULT_MODEL_REF = "vercel-ai-gateway/anthropic/claude-opus-4.6"; export async function setZaiApiKey(key: string, agentDir?: string) {