commit 25ed1bf53eabef76f33a94fbc41c8b887be027bf Author: bzuccaro Date: Sun Aug 23 19:01:48 2026 -0600 v1 diff --git a/opencode.json b/opencode.json new file mode 100644 index 0000000..08487e8 --- /dev/null +++ b/opencode.json @@ -0,0 +1,61 @@ +{ + "$schema": "https://opencode.ai/config.json", + "plugin": [ + "opencode-openai-codex-auth", + "superpowers@git+https://github.com/obra/superpowers.git" + ], + "provider": { + "zuccaro": { + "npm": "@ai-sdk/openai-compatible", + "name": "Zuccaro AI", + "options": { + "baseURL": "https://ai.zuccaro.me/api" + }, + "models": { + "DeepSeek-V4-Flash-0731": { + "name": "DeepSeek-V4-Flash-0731", + "limit": { "context": 768000, "output": 384000 }, + "cost": { "input": 0.44, "output": 1.32, "cache_read": 0.0028 }, + "reasoning": true, + "interleaved": { "field": "reasoning_content" }, + "variants": { + "max": { "reasoningEffort": "max" }, + "high": { "reasoningEffort": "high" }, + "low": { "reasoningEffort": "low" }, + "none": { "reasoningEffort": "none" } + } + }, + "DeepSeek-V4-Flash-0731-Abliterated": { + "name": "DeepSeek-V4-Flash-0731-Abliterated", + "limit": { "context": 768000, "output": 384000 }, + "reasoning": true, + "interleaved": { "field": "reasoning_content" }, + "variants": { + "max": { "reasoningEffort": "max" }, + "high": { "reasoningEffort": "high" }, + "low": { "reasoningEffort": "low" }, + "no-thinking": { "reasoningEffort": "none" } + } + }, + "Qwen3.8-27B-NVFP4": { + "name": "Qwen3.8-27B-NVFP4", + "limit": { "context": 163840, "output": 32768 }, + "reasoning": true, + "interleaved": { "field": "reasoning_content" }, + "variants": { + "xhigh": { "reasoningEffort": "xhigh" }, + "medium": { "reasoningEffort": "medium" }, + "low": { "reasoningEffort": "low" }, + "no-thinking": { "reasoningEffort": "none" } + } + }, + "Qwen3-4B-Instruct-2507-GGUF-Q4_K_XL": { + "limit": { "context": 32768, "output": 32768 }, + "name": "Qwen3-4b" + } + } + } + }, + "model": "zuccaro/DeepSeek-V4-Flash-0731", + "small_model": "zuccaro/Qwen3.8-27B-NVFP4" +}