ToolAgent/opencode.json

32 lines
724 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"model": "Agent/Qwen3-VL-8B-Instruct",
"provider": {
"Agent": {
"api": "openai",
"options": {
"baseURL": "http://localhost:8000/v1/",
"apiKey": "not-needed"
},
"models": {
"Qwen3-VL-8B-Instruct": {
"id": "Qwen3-VL-8B-Instruct",
"name": "Qwen3-VL-8B-Instruct",
"limit": { "context": 32768, "output": 8192 },
"cost": { "input": 0, "output": 0 },
"modalities": {
"input": ["text", "image"],
"output": ["text"]
}
}
}
}
},
"permission": {
"question": "ask"
},
"experimental": {
"mcp_timeout": 60000
}
}