Demo apps that call window.inference through a user-approved
browser extension — no app-held API keys.
Multi-turn chat with optional hosted web search. Stream accept → delta → done.
Open demo →Read-only post and replies with a Grok-like Ask AI panel that summarizes the thread and answers follow-ups.
Open demo →A feed of Nostr notes. Uses IPA tool calling to filter notes using natural language.
Open demo →Ask for a chart in plain language. IPA tool calling draws bar, line, or pie charts from a fixed dataset.
Open demo →
Short haiku with a language selector. Uses
ipa-tools complete to translate the poem.
Describe a character, generate an SVG avatar with
ipa-tools complete, then download PNG.
One button, a “today in history” fact via
createInference +
ipa-prompt-api-fallback. IPA first; Chrome Prompt API
when no extension.
Requires Inference Bridge for IPA demos (the Prompt API fallback demo can also run on-device in Chrome without it). Spec: SPEC.md.