{ "providers": { "crofai": { "baseUrl": "https://crof.ai/v1", "api": "openai-completions", "apiKey": "$CROF_API_KEY", "authHeader": true, "compat": { "supportsDeveloperRole": false, "supportsStore": false }, "models": [ { "id": "glm-5.2", "name": "CrofAI GLM 5.2", "reasoning": true, "contextWindow": 1000000, "maxTokens": 131072, "cost": { "input": 0.5, "output": 2.2, "cacheRead": 0.08, "cacheWrite": 0 } }, { "id": "kimi-k3", "name": "CrofAI Kimi K3", "reasoning": true, "contextWindow": 1000000, "maxTokens": 262144, "cost": { "input": 2, "output": 8, "cacheRead": 0.25, "cacheWrite": 0 } } ] } } }