{"name":"opengateway-proxy","description":"OpenGateway proxy — normalizes API responses to OpenAI and Anthropic formats","formats":{"openai":{"endpoint":"/v1/chat/completions","auth":"Authorization: Bearer <key>","stream":"set stream: true in body"},"anthropic":{"endpoint":"/v1/messages","auth":"x-api-key: <key>","stream":"set stream: true in body","thinking":"set thinking: { type: 'enabled', budget_tokens: 1024 } in body"}},"endpoints":{"/health":"Health check with upstream status","/metrics":"Request metrics and circuit breaker state","/v1/models":"List available models","/v1/chat/completions":"OpenAI-compatible chat completions","/v1/messages":"Anthropic (Claude)-compatible messages"}}