こんにちは TAG-さん!
I'm requesting an early TAG design review of the Prompt API.
This is a JavaScript API for directly prompting an AI language model, including text, image, and audio inputs.
Although the Chrome built-in AI team is exploring purpose-built APIs for some use cases (#948, #991), we are also exploring a general-purpose "prompt API" which allows web developers to prompt a language model directly. This gives web developers access to many more capabilities, at the cost of requiring them to do their own prompt engineering.
You should also know that...
Although this feature exposes an on-device language model, the language model is never trained on, and does not have access to, any local user-specific data. (Sometimes people seem to be confused by this, so we're trying to include this disclaimer in as many places as possible.)
こんにちは TAG-さん!
I'm requesting an early TAG design review of the Prompt API.
This is a JavaScript API for directly prompting an AI language model, including text, image, and audio inputs.
Although the Chrome built-in AI team is exploring purpose-built APIs for some use cases (#948, #991), we are also exploring a general-purpose "prompt API" which allows web developers to prompt a language model directly. This gives web developers access to many more capabilities, at the cost of requiring them to do their own prompt engineering.
ready: W3C Machine Learning Working Group
You should also know that...
Although this feature exposes an on-device language model, the language model is never trained on, and does not have access to, any local user-specific data. (Sometimes people seem to be confused by this, so we're trying to include this disclaimer in as many places as possible.)