Inference Bridge
Overview
Official reference implementation of the experimental Inference Provider API browser proposal.
Inference Bridge is the official reference implementation of the experimental Inference Provider API (IPA). It injects window.inference into web pages, asks for per-origin permission, and routes chat requests to a provider you choose — OpenAI (bring your own API key) or local Ollama. API keys stay in the extension; page scripts never see them. Features • window.inference.request() for streaming text chat • Per-origin Allow / Deny / Remember permission flow • User-controlled provider and model selection • OpenAI (BYOK) and local Ollama support • Origin/Referer stripping so local Ollama works without special OLLAMA_ORIGINS setup in the common case • Secure-context injection only (https: or loopback http:) Security • Injects only into top-level frames • Requires a secure context (https: or localhost / loopback http:) • Does not inject into file: pages • Permission is per HTTP(S) origin and records the chosen provider + model • Request validation runs in the extension before any provider call • OpenAI credentials are read only inside the service worker • Ollama traffic stays on localhost:11434 / 127.0.0.1:11434 This extension implements an experimental browser API proposal. See the specification: https://github.com/SamSamskies/inference-provider-api Privacy policy: https://github.com/SamSamskies/inference-bridge/blob/main/PRIVACY.md
0 out of 5No ratings
Details
- Version0.1.1
- UpdatedAugust 1, 2026
- Offered bysamsamskies
- Size53.2KiB
- LanguagesEnglish
- Developer
Email
samprofessional@gmail.com - Non-traderThis developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.
Privacy
Inference Bridge has disclosed the following information regarding the collection and usage of your data. More detailed information can be found in the developer's privacy policy.
Inference Bridge handles the following:
This developer declares that your data is
- Not being sold to third parties, outside of the approved use cases
- Not being used or transferred for purposes that are unrelated to the item's core functionality
- Not being used or transferred to determine creditworthiness or for lending purposes
Support
For help with questions, suggestions, or problems, please open this page on your desktop browser