docs(website): add DeepSeek v4 flash and pro to tested models

This commit is contained in:
Simon
2026-04-27 20:42:17 +08:00
parent 6c1f552606
commit c39678dece

View File

@@ -27,7 +27,7 @@ const MODEL_GROUPS: Record<string, string[]> = {
'qwen-3-plus', 'qwen-3-plus',
], ],
OpenAI: ['gpt-5.4', 'gpt-5.2', 'gpt-5.1', 'gpt-5', 'gpt-5-mini', 'gpt-4.1', 'gpt-4.1-mini'], OpenAI: ['gpt-5.4', 'gpt-5.2', 'gpt-5.1', 'gpt-5', 'gpt-5-mini', 'gpt-4.1', 'gpt-4.1-mini'],
DeepSeek: ['deepseek-3.2'], DeepSeek: ['deepseek-v4-pro', 'deepseek-v4-flash', '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: [
'claude-opus-4.6', 'claude-opus-4.6',