chore: reduce kimi k2.5 default context length to 200k

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Felarof
2026-03-12 13:22:29 -07:00
parent d9b593afa2
commit 47d32dbc7d
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ export interface ModelsData {
* Based on: https://github.com/browseros-ai/BrowserOS-agent/blob/main/src/options/data/models.ts
*/
export const MODELS_DATA: ModelsData = {
moonshot: [{ modelId: 'kimi-k2.5', contextLength: 256000 }],
moonshot: [{ modelId: 'kimi-k2.5', contextLength: 200000 }],
anthropic: [
{ modelId: 'claude-opus-4-5-20251101', contextLength: 200000 },
{ modelId: 'claude-haiku-4-5-20251001', contextLength: 200000 },

View File

@@ -26,7 +26,7 @@ export const providerTemplates: ProviderTemplate[] = [
defaultBaseUrl: 'https://api.moonshot.ai/v1',
defaultModelId: 'kimi-k2.5',
supportsImages: true,
contextWindow: 256000,
contextWindow: 200000,
apiKeyUrl: 'https://platform.moonshot.ai/console/api-keys',
setupGuideUrl: 'https://platform.moonshot.ai/console/api-keys',
},