Show HN: OpenBridge – 웹 채팅 접속을 OpenAI 호환 엔드포인트로 전환하기
hackernews
|
|
💼 비즈니스
#api
#bridge
#local
#openai
#tip
#tools
원문 출처: hackernews · Genesis Park에서 요약 및 분석
요약
Openepth는 기존 웹 채팅에서 모델에 접근할 수 있는 환경을 OpenAI 호환 엔드포인트로 변환하여, 별도의 유료 API 없이 로컬 도구들이 모델을 활용할 수 있게 하는 ‘OpenBridge’를 개발했습니다. 이 도구는 사용자의 인증된 웹 세션을 사용해 요청과 응답을 변환하며, 일반적인 채팅뿐만 아니라 툴 형식의 상호작용도 지원합니다. 개발자는 추론 접근성을 높여 개인 워크플로를 자동화하는 것이 이 프로젝트의 주된 동기라고 밝혔습니다.
본문
I built OpenBridge: a local bridge that lets agents and tools talk to models through the web chats you already have access to, using a standard OpenAI-style API.<p>The idea is simple: if you can use a model from a browser chat, OpenBridge exposes that access as a local endpoint, so tools like OpenCode, OpenClaw, PI, or anything else that speaks the OpenAI format can use it too.</p><p>How it works:</p><p>* runs locally</p><p>* uses your existing authenticated web session</p><p>* translates requests and responses into a standard OpenAI-compatible interface</p><p>* supports normal chat flows and tool-style interactions</p><p>I’ve already used it to build multiple complex apps with it, including through OpenClaw, and it’s been great.</p><p>---</p><p>The motivation is bigger than just saving tokens.</p><p>I think inference should be as accessible as possible. If a person already has access to a model, they should be able to use that access from their own tools, on their own machine, without being forced into a separate paid API path just to automate legitimate personal workflows.</p><p>If your main concern is protecting the ToS of billion-dollar AI companies that ingested the open web at massive scale and now charge users for access to models trained on it, then this project is not for you.</p><p><a href="https://github.com/uncensoredcode/openbridge" rel="nofollow">https://github.com/uncensoredcode/openbridge</a></p><p>And yeah, this post was also written using OpenBridge.</p><p>Cheers,
Linuz</p>
Linuz</p>
Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.
공유