docs: model recommendation

This commit is contained in:
Simon
2026-03-05 16:10:03 +08:00
parent 2754023a80
commit 6b2ab73d65

View File

@@ -10,11 +10,11 @@ const BASELINE = new Set([
'gemini-3-flash', 'gemini-3-flash',
'deepseek-3.2', 'deepseek-3.2',
'qwen3.5-plus', 'qwen3.5-plus',
'qwen3.5-flash',
]) ])
// Models grouped by brand, newest first // Models grouped by brand, newest first
const MODEL_GROUPS: Record<string, string[]> = { const MODEL_GROUPS: Record<string, string[]> = {
OpenAI: ['gpt-5.2', 'gpt-5.1', 'gpt-5', 'gpt-5-mini', 'gpt-4.1', 'gpt-4.1-mini'],
Qwen: [ Qwen: [
'qwen3.5-plus', 'qwen3.5-plus',
'qwen3.5-flash', 'qwen3.5-flash',
@@ -23,6 +23,7 @@ const MODEL_GROUPS: Record<string, string[]> = {
'qwen-3-plus', 'qwen-3-plus',
'qwen3:14b (ollama)', 'qwen3:14b (ollama)',
], ],
OpenAI: ['gpt-5.2', 'gpt-5.1', 'gpt-5', 'gpt-5-mini', 'gpt-4.1', 'gpt-4.1-mini'],
DeepSeek: ['deepseek-3.2'], DeepSeek: ['deepseek-3.2'],
Google: ['gemini-3-pro', 'gemini-3-flash', 'gemini-2.5'], Google: ['gemini-3-pro', 'gemini-3-flash', 'gemini-2.5'],
Anthropic: [ Anthropic: [