Files
ExperionCrawler/opencode.json
windpacer 3926a33418 chore: opencode vllm 모델정의 갱신 — 36b 키 + 컨텍스트 확장
- vllm-35b → vllm-36b 키명 정정
- context 131072 → 262144, output 8192 → 32768

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-26 09:57:21 +09:00

42 lines
932 B
JSON

{
"permission": "allow",
"$schema": "https://opencode.ai/config.json",
"model": "vllm-35b/Qwen3.6-35B-A3B-FP8",
"provider": {
"vllm-27b": {
"npm": "@ai-sdk/openai-compatible",
"name": "Qwen 27B",
"options": {
"baseURL": "http://localhost:8000/v1"
},
"models": {
"Qwen3.6-27B-FP8": {
"name": "Qwen 3.6 27B FP8",
"reasoning": true,
"limit": {
"context": 131072,
"output": 8192
}
}
}
},
"vllm-36b": {
"npm": "@ai-sdk/openai-compatible",
"name": "Qwen 35B A3B",
"options": {
"baseURL": "http://localhost:8001/v1"
},
"models": {
"Qwen3.6-35B-A3B-FP8": {
"name": "Qwen 3.6 35B A3B FP8",
"reasoning": true,
"limit": {
"context": 262144,
"output": 32768
}
}
}
}
}
}