mirror of
https://github.com/alibaba/higress.git
synced 2026-03-14 05:40:47 +08:00
Update index.ts
This commit is contained in:
@@ -16,7 +16,7 @@ const MODEL_CONFIG: Record<string, { contextWindow: number; maxTokens: number }>
|
||||
"deepseek-reasoner": { contextWindow: 256_000, maxTokens: 128_000 },
|
||||
"kimi-k2.5": { contextWindow: 256_000, maxTokens: 128_000 },
|
||||
"glm-5": { contextWindow: 200_000, maxTokens: 128_000 },
|
||||
"MiniMax-M2.1": { contextWindow: 196_000, maxTokens: 196_000 },
|
||||
"MiniMax-M2.5": { contextWindow: 200_000, maxTokens: 128_000 },
|
||||
};
|
||||
|
||||
// Default values for unknown models
|
||||
@@ -30,7 +30,7 @@ const DEFAULT_MODEL_IDS = [
|
||||
// Commonly models
|
||||
"kimi-k2.5",
|
||||
"glm-5",
|
||||
"MiniMax-M2.1",
|
||||
"MiniMax-M2.5",
|
||||
"qwen3-coder-plus",
|
||||
// Anthropic models
|
||||
"claude-opus-4.6",
|
||||
|
||||
Reference in New Issue
Block a user