From 3fbca367197ae8bbdb7a2be960456871ec17d97f Mon Sep 17 00:00:00 2001 From: windpacer Date: Fri, 29 May 2026 09:49:43 +0900 Subject: [PATCH] =?UTF-8?q?opencode:=20vllm-36b=20=E2=86=92=20vllm-14b/35b?= =?UTF-8?q?=20=EB=B6=84=EB=A6=AC,=20baseURL=20=ED=8F=AC=ED=8A=B8=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/opencode.json b/opencode.json index 92aa5e3..5d53c3b 100644 --- a/opencode.json +++ b/opencode.json @@ -7,7 +7,7 @@ "npm": "@ai-sdk/openai-compatible", "name": "Qwen 27B", "options": { - "baseURL": "http://localhost:8000/v1" + "baseURL": "http://localhost:8002/v1" }, "models": { "Qwen3.6-27B-FP8": { @@ -20,11 +20,28 @@ } } }, - "vllm-36b": { + "vllm-14b": { + "npm": "@ai-sdk/openai-compatible", + "name": "Qwen 14B", + "options": { + "baseURL": "http://localhost:8001/v1" + }, + "models": { + "Qwen3-14B-FP8": { + "name": "Qwen3 14B FP8", + "reasoning": true, + "limit": { + "context": 32768, + "output": 8192 + } + } + } + }, + "vllm-35b": { "npm": "@ai-sdk/openai-compatible", "name": "Qwen 35B A3B", "options": { - "baseURL": "http://localhost:8001/v1" + "baseURL": "http://localhost:8000/v1" }, "models": { "Qwen3.6-35B-A3B-FP8": {