| { | |
| "$schema": "https://opencode.ai/config.json", | |
| "model": "kaiju/kaiju-coder-7", | |
| "default_agent": "kaiju-coder-7", | |
| "provider": { | |
| "kaiju": { | |
| "npm": "@ai-sdk/openai-compatible", | |
| "name": "Kaiju Coder", | |
| "options": { | |
| "baseURL": "http://127.0.0.1:18181/v1", | |
| "apiKey": "not-needed", | |
| "timeout": 900000, | |
| "chunkTimeout": 120000 | |
| }, | |
| "models": { | |
| "kaiju-coder-7": { | |
| "name": "Kaiju Coder 7", | |
| "limit": { | |
| "context": 16384, | |
| "output": 2500 | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |