Update Together default model to together/moonshotai/Kimi-K2.5 (#13324)

This commit is contained in:
Riccardo Giorato
2026-02-11 00:39:15 +01:00
committed by GitHub
parent fa906b26ad
commit be6de9bb75
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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) {