{ "$schema": "https://opencode.ai/config.json", "model": "ollama/qwen3:8b-16k", "provider": { "ollama": { "npm": "@ai-sdk/openai-compatible", "options": { "baseURL": "http://localhost:11434/v1" }, "models": { "qwen3:8b-16k": { "name": "Qwen3 8B (16k UI-Context)", "tools": true, "limit": { "context": 16384, "output": 8192 } } } } } }