The Prompt API
developer.chrome.com
The Prompt API
1–10 of 157 posts
Re: The Prompt API
#2Re: The Prompt API
#3Re: The Prompt API
#4But keep in mind the actual experience for users is not great; the model download is orders of magnitude greater than downloading the browser itself, and something that needs to happen before you get your first token back. That's unfixable until operating systems start reliably shipping their own prebaked models that an API like this could plug into.
Re: The Prompt API
#5Re: The Prompt API
#6Re: The Prompt API
#7Re: The Prompt API
#8It would actually be pretty interesting to see if its possible to decentralize the compute to generate something useful from a larger prompt broken down and sent to a bunch of browsers using a subagent pattern or something like RLM, each working on a smaller part of the prompt
Re: The Prompt API
#9If you want to do anything interesting you need transformers.js and a decent mode. Qwen 0.9B is where things start working usefully
Re: The Prompt API
#10It works, I've shipped this as a "local inference"/poor person's ollama for low-end llm tasks like search. The main win is that it's free and privacy preserving, and (mostly) transparent to users in that they don't have to do anything, which is great for giving non-technical users local inference without making them do scary native things. But keep in mind the actual experience for users is not great; the model downl…
Maybe the next big thing will be some software subscription premium offers with a bunch of 5090s as an extra.