cd /news/ai-tools/config-json Β· home β€Ί topics β€Ί ai-tools β€Ί article
[ARTICLE Β· art-42753] src=gist.github.com β†— pub= topic=ai-tools verified=true sentiment=Β· neutral

config.json

A developer shared a configuration file for an AI tool that connects to OpenRouter to access models like OpenAI's GPT-5.2. The config includes logging, API timeout, and proxy settings, with a placeholder API key.

read1 min views1 publishedJun 28, 2026

| { | | | "LOG": true, | | | "LOG_LEVEL": "debug", | | | "CLAUDE_PATH": "", | | | "HOST": "127.0.0.1", | | | "PORT": 3456, | | | "APIKEY": "", | | | "API_TIMEOUT_MS": "600000", | | | "PROXY_URL": "", | |

| "transformers": [], | |
| "Providers": [ | |

| { | | | "name": "openrouter", | | | "api_base_url": "https://openrouter.ai/api/v1/chat/completions", | | | "api_key": "COLOQUE SUA CHAVE AQUI", | | | "models": [ | | | "openai/gpt-5.2" | | | ], | |

| "transformer": { | |
| "use": [ | |

| "openrouter" | | | ] | | | } | | | } | | | ], | | | "StatusLine": { | | | "enabled": false, | | | "currentStyle": "default", | |

| "default": { | |
| "modules": [] | |

| }, | |

| "powerline": { | |
| "modules": [] | |

| } | | | }, | | | "Router": { | | | }, | | | "CUSTOM_ROUTER_PATH": "" | | | } |

── more in #ai-tools 4 stories Β· sorted by recency
── more on @openrouter 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/config-json] indexed:0 read:1min 2026-06-28 Β· β€”