| 1234567891011121314151617181920212223242526272829 |
- {
- "$schema": "https://opencode.ai/config.json",
- "provider": {
- "qwen-local": {
- "npm": "@ai-sdk/openai-compatible",
- "name": "Qwen Local (192.168.1.38)",
- "options": {
- "baseURL": "http://192.168.1.38:8284/v1"
- },
- "models": {
- "qwen3.8": {
- "name": "Qwen 3.8",
- "limit": {
- "context": 128000,
- "output": 8192
- },
- "cost": {
- "input": 2,
- "output": 6,
- "cache_read": 0.25,
- "cache_write": 0.25
- }
- }
- }
- }
- },
- "model": "qwen-local/qwen3.8"
- }
|