{ "providers": { "zenmux": { "name": "ZenMux", "baseUrl": "https://zenmux.ai/api/v1", "api": "openai-responses", "apiKey": "${ZENMUX_API_KEY}", "authHeader": true, "models": [ { "id": "openai/gpt-5.6-luna", "name": "GPT-5.6 Luna (ZenMux)", "reasoning": true, "thinkingLevelMap": { "off": "none", "minimal": "low", "low": "low", "medium": "medium", "high": "high", "xhigh": "xhigh", "max": "xhigh" }, "input": [ "text", "image" ], "cost": { "input": 0.2, "output": 1.2, "cacheRead": 0.02, "cacheWrite": 0.25, "tiers": [ { "inputTokensAbove": 272000, "input": 0.4, "output": 1.8, "cacheRead": 0.04, "cacheWrite": 0.5 } ] }, "contextWindow": 1050000 } ] } } }