mirror of
https://github.com/alibaba/higress.git
synced 2026-05-27 22:27:29 +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 },
|
"deepseek-reasoner": { contextWindow: 256_000, maxTokens: 128_000 },
|
||||||
"kimi-k2.5": { contextWindow: 256_000, maxTokens: 128_000 },
|
"kimi-k2.5": { contextWindow: 256_000, maxTokens: 128_000 },
|
||||||
"glm-5": { contextWindow: 200_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
|
// Default values for unknown models
|
||||||
@@ -30,7 +30,7 @@ const DEFAULT_MODEL_IDS = [
|
|||||||
// Commonly models
|
// Commonly models
|
||||||
"kimi-k2.5",
|
"kimi-k2.5",
|
||||||
"glm-5",
|
"glm-5",
|
||||||
"MiniMax-M2.1",
|
"MiniMax-M2.5",
|
||||||
"qwen3-coder-plus",
|
"qwen3-coder-plus",
|
||||||
// Anthropic models
|
// Anthropic models
|
||||||
"claude-opus-4.6",
|
"claude-opus-4.6",
|
||||||
|
|||||||
Reference in New Issue
Block a user