docs(website): add qwen3.6-plus to models page

This commit is contained in:
Simon
2026-04-02 15:30:58 +08:00
parent 0402a6be03
commit d0de8ad838

View File

@@ -9,6 +9,7 @@ const BASELINE = new Set([
'claude-haiku-4.5', 'claude-haiku-4.5',
'gemini-3-flash', 'gemini-3-flash',
'deepseek-3.2', 'deepseek-3.2',
'qwen3.6-plus',
'qwen3.5-plus', 'qwen3.5-plus',
'qwen3.5-flash', 'qwen3.5-flash',
]) ])
@@ -16,6 +17,7 @@ const BASELINE = new Set([
// Models grouped by brand, newest first // Models grouped by brand, newest first
const MODEL_GROUPS: Record<string, string[]> = { const MODEL_GROUPS: Record<string, string[]> = {
Qwen: [ Qwen: [
'qwen3.6-plus',
'qwen3.5-plus', 'qwen3.5-plus',
'qwen3.5-flash', 'qwen3.5-flash',
'qwen3-coder-next', 'qwen3-coder-next',
@@ -181,7 +183,7 @@ const pageAgent = new PageAgent({
</a> </a>
</p> </p>
<CodeEditor <CodeEditor
code={`# qwen3.5-plus (default for demos) or qwen3.5-flash (lighter) code={`# qwen3.5-plus / qwen3.5-flash
LLM_BASE_URL="https://page-ag-testing-ohftxirgbn.cn-shanghai.fcapp.run" LLM_BASE_URL="https://page-ag-testing-ohftxirgbn.cn-shanghai.fcapp.run"
LLM_MODEL_NAME="qwen3.5-plus" LLM_MODEL_NAME="qwen3.5-plus"
LLM_API_KEY="NA"`} LLM_API_KEY="NA"`}